[SOLVED] Home computer can't ping friend's game server at his house ?

win c 28

Honorable
Aug 22, 2016
32
0
10,530
I am trying to join a friend on his server which he hosts at his house all his ports are set up fine cause all our other friends are able to get in but me only way I can get onto his server is if I use a VPN but I would like to not always have to use that. I'm not able to ping the IP address he's not seeing me get blocked on his end and I'm not seeing anything get blocked on my end. Does anyone have any ideas?
 
Solution
Run tracecrt to his IP with the VPN on and off and see if there are any interesting differences. Use the option to disable the firewall on your machine temporarily

I have seen people report that they were having issue when they were both on the same ISP. Not sure if that was actually the case of not.

Does ping work via the VPN. Ping many times will not work even when port forwarding is working because you have to configure the router to actually respond to ping....or you must port forward the ping traffic to the server also.

If you can find nothing the next step is the brute force approach. Load wireshark on your machine to start. This will capture all the packets so you should know if your machine is actually sending...
Run tracecrt to his IP with the VPN on and off and see if there are any interesting differences. Use the option to disable the firewall on your machine temporarily

I have seen people report that they were having issue when they were both on the same ISP. Not sure if that was actually the case of not.

Does ping work via the VPN. Ping many times will not work even when port forwarding is working because you have to configure the router to actually respond to ping....or you must port forward the ping traffic to the server also.

If you can find nothing the next step is the brute force approach. Load wireshark on your machine to start. This will capture all the packets so you should know if your machine is actually sending them. To make it easier you want to use a IP filter so only traffic to that one IP is displayed.

What you may see is your machine sending connect messages to his server but not getting a response. Verify that the IP address and port numbers are correct. You could also have them run wireshark on the server end to see if your traffic even gets there.

Running wireshark with a vpn can be hard, many time you only see the VPN encrypted traffic but I think it now has a option to hook into the virtual vpn interface. But since the vpn works it won't show much interesting.
 
Solution

win c 28

Honorable
Aug 22, 2016
32
0
10,530
Run tracecrt to his IP with the VPN on and off and see if there are any interesting differences. Use the option to disable the firewall on your machine temporarily

I have seen people report that they were having issue when they were both on the same ISP. Not sure if that was actually the case of not.

Does ping work via the VPN. Ping many times will not work even when port forwarding is working because you have to configure the router to actually respond to ping....or you must port forward the ping traffic to the server also.

If you can find nothing the next step is the brute force approach. Load wireshark on your machine to start. This will capture all the packets so you should know if your machine is actually sending them. To make it easier you want to use a IP filter so only traffic to that one IP is displayed.

What you may see is your machine sending connect messages to his server but not getting a response. Verify that the IP address and port numbers are correct. You could also have them run wireshark on the server end to see if your traffic even gets there.

Running wireshark with a vpn can be hard, many time you only see the VPN encrypted traffic but I think it now has a option to hook into the virtual vpn interface. But since the vpn works it won't show much interesting.

I will try tracecrt when i get home but yes i am able to ping his IP when i have the VPN turned on but not when it is off and i have already tried turning off the windows firewall but i will try that again