Hi,
I have a packet tracer exercise file for NAT configuration. The topology looks like:
The problem is that the Office router won't recognize the directly connected 200.100.1.0/30 WAN network. I tried to add the network as a static route using "ip route 200.100.1.0 255.255.255.252". The command apparently works without any errors after checking the routing table I see no static entry for the network.
This supposedly simulates the internet. (i.e. Office router acts like it's connected to the internet). But then I should at least be able to set a default route so that the office PCs can connect to Cisco.com. I tried "ip route 0.0.0.0 0.0.0.0 se2/0" but again the routing table is not updated.
It is very interesting that whoever created this packet tracer file did something to simulate the internet. But the problem is I can't figure out what it is they did or how to set up the default route in Office router before setting up NAT.
This is the packet tracer file (couldn't attach file directly to this post. Invalid file type error)
http://www.filedropper.com/2-nat
Any help would be much appreciated.