Owen Smith
Well-Known Member
I've just changed my home network address. In a bid to avoid clashing with anyone else's home network addresses (impossible I know) so that my VPN will work from more hosting networks I've changed to 172.27.151.0/24. Everything else is working fine, I just changed my DHCP entries on my router and a few other bits and pieces. But both my HDR Fox T2s refuse to talk to the external network any more. Here's some network details from one of them:
owenhdrfoxt2# ifconfig
eth0 Link encap:Ethernet HWaddr 00:03:78:B9:2C:5B
inet addr:172.27.151.111 Bcast:172.27.151.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2593 errors:0 dropped:0 overruns:0 frame:0
TX packets:3213 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:347630 (339.4 KiB) TX bytes:1657762 (1.5 MiB)
Interrupt:16
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:46 errors:0 dropped:0 overruns:0 frame:0
TX packets:46 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3032 (2.9 KiB) TX bytes:3032 (2.9 KiB)
owenhdrfoxt2# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
172.27.151.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 172.27.151.254 0.0.0.0 UG 0 0 0 eth0
Pinging the gateway works:
owenhdrfoxt2# ping 172.27.151.254
PING 172.27.151.254 (172.27.151.254): 56 data bytes
64 bytes from 172.27.151.254: seq=0 ttl=64 time=1.907 ms
64 bytes from 172.27.151.254: seq=1 ttl=64 time=1.034 ms
64 bytes from 172.27.151.254: seq=2 ttl=64 time=1.023 ms
64 bytes from 172.27.151.254: seq=3 ttl=64 time=0.988 ms
64 bytes from 172.27.151.254: seq=4 ttl=64 time=0.992 ms
But I can't get to anything outside the gateway eg. the router's public IP address (which shouldn't involve going outside the house):
owenhdrfoxt2# ping 81.187.5.174
PING 81.187.5.174 (81.187.5.174): 56 data bytes
--- 81.187.5.174 ping statistics ---
9 packets transmitted, 0 packets received, 100% packet loss
I can't see what I've done wrong. Even my Raspberry Pi works.
owenhdrfoxt2# ifconfig
eth0 Link encap:Ethernet HWaddr 00:03:78:B9:2C:5B
inet addr:172.27.151.111 Bcast:172.27.151.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2593 errors:0 dropped:0 overruns:0 frame:0
TX packets:3213 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:347630 (339.4 KiB) TX bytes:1657762 (1.5 MiB)
Interrupt:16
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:46 errors:0 dropped:0 overruns:0 frame:0
TX packets:46 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3032 (2.9 KiB) TX bytes:3032 (2.9 KiB)
owenhdrfoxt2# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
172.27.151.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 172.27.151.254 0.0.0.0 UG 0 0 0 eth0
Pinging the gateway works:
owenhdrfoxt2# ping 172.27.151.254
PING 172.27.151.254 (172.27.151.254): 56 data bytes
64 bytes from 172.27.151.254: seq=0 ttl=64 time=1.907 ms
64 bytes from 172.27.151.254: seq=1 ttl=64 time=1.034 ms
64 bytes from 172.27.151.254: seq=2 ttl=64 time=1.023 ms
64 bytes from 172.27.151.254: seq=3 ttl=64 time=0.988 ms
64 bytes from 172.27.151.254: seq=4 ttl=64 time=0.992 ms
But I can't get to anything outside the gateway eg. the router's public IP address (which shouldn't involve going outside the house):
owenhdrfoxt2# ping 81.187.5.174
PING 81.187.5.174 (81.187.5.174): 56 data bytes
--- 81.187.5.174 ping statistics ---
9 packets transmitted, 0 packets received, 100% packet loss
I can't see what I've done wrong. Even my Raspberry Pi works.