View Single Post
Old 01-07-2011, 05:15   #5
Tricky
Inactive
 
Tricky's Avatar
 
Join Date: Jun 2003
Location: I am house...
Services: $KY+HD - BT Infinity
Posts: 2,284
Tricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful oneTricky is the helpful one
Re: Ping BT HomeHub fails CCNA

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

And it works
Tricky is offline   Reply With Quote