I am trying to make my NAT work on my Corp router in GNS3; however, it is not working. I could not ping any address in my real(home) network nor the internet. Even the IP add of my PC's NIC, the ping fails.
I also have tried to disable Norton's firewall, but no avail.
Here is my nat config:
interface fastethernet 0/0
ip nat outside
exit
interface fastethernet 0/1
ip nat inside
exit
access-list 1 permit 10.1.0.0 0.0.15.255 log
ip nat pool NAT 192.168.1.2 192.168.1.2 netmask 255.255.255.0
ip nat inside source list 1 pool NAT overload
ip route 0.0.0.0 0.0.0.0 fastethernet 0/0
The cloud with the name Internet is my PC's NIC that is connected to the FIOS router.
My PC NIC ip add is 192.168.1.6
The only IP that I can ping is the 10.1.10.1 R3's fa0/1 which is connected to SDM.
Thanks
EDIT:
Never mind I fixed already fix it.