unable to access a NAT'ed IP via a VPN on Windows 7
Posted
by
crmpicco
on Server Fault
See other posts from Server Fault
or by crmpicco
Published on 2012-06-11T14:47:32Z
Indexed on
2012/06/11
16:42 UTC
Read the original article
Hit count: 274
I connect to a range of servers hosted by one provider via a VPN. I can connect to the VPN fine, however when I then go and try and connect to the server(s) it fails.
A NAT'ed IP address that has worked up until today, has stopped working either via SSH/SFTP.
As you can see below, if I try and ping
the IP then it responds with Destination host unreachable
, but, for some reason it says the reply is from 192.168.0.8
?
If it enter this IP address in my browser, I get nothing. Where is this IP coming from and is there any good reason why I cannot access the IP I am trying to ping?
C:\Users\crmpicco>ping 172.26.100.x
Pinging 172.26.100.x with 32 bytes of data:
Reply from 192.168.0.8: Destination host unreachable.
Reply from 192.168.0.8: Destination host unreachable.
Reply from 192.168.0.8: Destination host unreachable.
Reply from 192.168.0.8: Destination host unreachable.
Ping statistics for 172.26.100.x:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
I have the VPN remote host address of 80.75.67.x, which shows me as being connected. But i'm unsure if there is a config issue at the server side or my end that has caused this issue?
I have had some recent Win7 (automatic) updates, but it's hard to tell if that's caused this problem.
This is my output from arp:
C:\Users\cmorton>arp -a
Interface: 192.168.0.8 --- 0xe
Internet Address Physical Address Type
192.168.0.1 00-18-4d-b9-68-5e dynami
192.168.0.6 00-f4-b9-68-0c-9a dynami
192.168.0.7 08-00-27-f2-9f-d6 dynami
192.168.0.255 ff-ff-ff-ff-ff-ff static
224.0.0.22 01-00-5e-00-00-16 static
224.0.0.251 01-00-5e-00-00-fb static
224.0.0.252 01-00-5e-00-00-fc static
239.255.255.250 01-00-5e-7f-ff-fa static
255.255.255.255 ff-ff-ff-ff-ff-ff static
Interface: 192.168.56.1 --- 0x15
Internet Address Physical Address Type
192.168.56.255 ff-ff-ff-ff-ff-ff static
224.0.0.22 01-00-5e-00-00-16 static
224.0.0.251 01-00-5e-00-00-fb static
224.0.0.252 01-00-5e-00-00-fc static
255.255.255.255 ff-ff-ff-ff-ff-ff static
© Server Fault or respective owner