ultramonkey
Technical User
Hi,
I am trying to link 2 cisco boxes one which is my gateway with the second thats my isp. I have configured as below and attached my laptop to the lan with an ip of 192.168.69.22. From the router I can ping the internet, but from the LAN I can only ping my f0/0 and not the router beyond (213.140.170.225).
interface VLAN1
ip address 192.168.69.254 255.255.255.0
ip nat inside
interface FastEthernet0/0
ip address 213.140.170.226 255.255.255.240
ip nat outside
ip default-gateway 192.168.69.254
ip route 0.0.0.0 0.0.0.0 213.140.170.225
I have missed something simple, help!!!
I am trying to link 2 cisco boxes one which is my gateway with the second thats my isp. I have configured as below and attached my laptop to the lan with an ip of 192.168.69.22. From the router I can ping the internet, but from the LAN I can only ping my f0/0 and not the router beyond (213.140.170.225).
interface VLAN1
ip address 192.168.69.254 255.255.255.0
ip nat inside
interface FastEthernet0/0
ip address 213.140.170.226 255.255.255.240
ip nat outside
ip default-gateway 192.168.69.254
ip route 0.0.0.0 0.0.0.0 213.140.170.225
I have missed something simple, help!!!