
@Jamal, Seems one of your udp ports that the app uses is closed. Run a packet trace locally and check out the port numbers for the open sessions. Then allow the ports on remote router. Rgds On Mon, Aug 2, 2010 at 12:01 PM, ibtisam jamal <ibty.jamal@gmail.com> wrote:
Hi all,
I have this server that is connected to my local router the server IP is 1.2.3.4 . on the local router I have a VPN that connects the server. Then there are several remote routers with the same VPN . From local router to remote routers there is a firewall.policy allows any IP traffic If i connect my laptop to the local router i can connect to the application of server 1.2.3.4 i can ping and traceroute too.
If i connect my laptop to the remote router ....I can ping and traceroute but i can not launch the application as in connect to the server.
This application is using UDP ports .
using wireshark on the server .i can see that the server receives the register message from my laptop,the server tries to respond but the response is not received by the laptop.
Any ideas on what the issue might be .....