RestComm / jss7

RestComm Java SS7 Stack and Services
http://www.restcomm.com/
GNU Affero General Public License v3.0
190 stars 220 forks source link

Running SS7 simulator in real network #163

Closed Mohamed-Ahmed-Abdullah closed 8 years ago

Mohamed-Ahmed-Abdullah commented 8 years ago

Hi,

when we run the SS7 in the same machine with the default configuration for both sides (A and B) every thing is working fine. but when we move the server (B side) to different machine no connection happen. in fact when the remote IP is anything but the loopback (127.0.0.1) no packages appear in wireshark

Can you help please

vetss commented 8 years ago

You need to specify proper peer's IP addresses instead of 127.0.0.1 in both client and server sides

Mohamed-Ahmed-Abdullah commented 8 years ago

I was facing silly problems with the network, i had to make sure the STP can ping my machine and vise versa also i had to make sure all the ports are open. i had another silly problem with windows, it doesn't have support for the SCTP protocol, so i had to use linux . But now i am connected to the STP. The SCTP protocol is connected but when i send the ATI Message i didn't get a response. my configuration as follow:

am i missing anything?? can you help please !!

vetss commented 8 years ago

Hello @Mohamed-Ahmed-Abdullah

your case looks like some configuring issue. If you unable to solve it, try to ask community for help in the forum: https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/restcomm

I am closing this issue.