I am trying to get to the bottom of several networking issues, but just been thrown a curve-ball - so hoping someone can help.
I have a BT HomeHub v2 acting as Firewall and DHCP
I have a QNAP NAS and several devices (mostly Windows 7 and iOS devices)
The vast majority of my networking setup seems OK - however on one Windows 7 laptop I am having problems.
The Laptop can 'see' remote shares, access the Internet and ping other devices on the network - however remote devices cannot ping the laptop.
Whilst trying to ascertain what could be the cause I thought that I would ping 'localhost' on the laptop - after all, it should be able to see itself!
If I force ping using the loopback address, then this is my result
However, if I try with forcing it to IPv6 then I get,
Why is it that I can ping using IPv6 and not IPv4? Could this be the cause of my issues. I.E the fact that other devices cannot ping the laptop.
As far as I know I have not set anything up differently.
I have a BT HomeHub v2 acting as Firewall and DHCP
I have a QNAP NAS and several devices (mostly Windows 7 and iOS devices)
The vast majority of my networking setup seems OK - however on one Windows 7 laptop I am having problems.
The Laptop can 'see' remote shares, access the Internet and ping other devices on the network - however remote devices cannot ping the laptop.
Whilst trying to ascertain what could be the cause I thought that I would ping 'localhost' on the laptop - after all, it should be able to see itself!
If I force ping using the loopback address, then this is my result
Code:
C:\Users\david>ping 127.0.0.1
C:\Users\david>ping 127.0.0.1
Pinging 127.0.0.1 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 127.0.0.1:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
However, if I try with forcing it to IPv6 then I get,
Code:
C:\Users\david>ping localhost -6
Pinging London [::1] with 32 bytes of data:
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Ping statistics for ::1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Why is it that I can ping using IPv6 and not IPv4? Could this be the cause of my issues. I.E the fact that other devices cannot ping the laptop.
As far as I know I have not set anything up differently.
My Computer
- OS
- Windows 7 Ultimate x64
).