You are here: Home | Forum | Ping BT HomeHub fails CCNA
You are currently viewing our boards as a guest which gives you limited access to view most of the discussions, articles and other free features. By joining our Virgin Media community you will have full access to all discussions, be able to view and post threads, communicate privately with other members (PM), respond to polls, upload your own images/photos, and access many other special features. Registration is fast, simple and absolutely free so please join our community today.
The Homehub has no specific route to 10.0.0.0/8 and is using its default gateway which will be WAN side, simples.
Try a ping from R1 specifying a source interface of Fe0/1 and that too will fail.
Doh quite obvious really ... o well time to dump the HomeHub and replace with a Cisco 857W
No easy way of putting a static or any other route back from HomeHub
Cheers mate - You were right by the way simple test from fa0/1 proved zero response...
Knew I could break it ... Couldn't add a route on HomeHub so made R1 a NAT
0/0 = Outside
0/1 = Inside
ip nat pool WAN 192.168.100.1 192.168.100.1 netmask 255.255.255.0
access-list 10 permit 10.1.11.0 0.0.0.255
ip nat inside source list 10 pool WAN overload
ip route 0.0.0.0 0.0.0.0 fastethernet 0/0