I am having some problems with recent configs that were posted here. I had tried doing it a different way before but that didnt work either. Basically I do not believe that NAT is translating the addresses.
I am unable to ping 24.141.***.1 when I am doing an extended ping with a source address of 10.0.0.1 ...Here are the configs, I am going to *** some of it.
INETROUTER#sh run
Building configuration...
Current configuration : 1596 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname INETROUTER
!
enable secret *******************
!
ip subnet-zero
ip name-server 24.226.10.***
ip name-server 24.226.1.***
!
!
!
!
interface FastEthernet0
ip address dhcp
ip nat outside
speed auto
no cdp enable
!
interface Serial0
ip address 10.0.0.1 255.255.255.0
ip nat inside
clockrate 8000000
no cdp enable
!
router eigrp 1
network 10.0.0.0 0.0.0.255
no auto-summary
no eigrp log-neighbor-changes
!
ip nat inside source list 1 interface Serial0 overload
ip classless
no ip http server
access-list 1 permit 10.0.0.0 0.0.0.255
access-list 1 permit 10.0.1.0 0.0.0.255
!
!
INETROUTER#
Here is my extended ping and nat statistics:
INETROUTER#show ip nat statistics
Total active translations: 0 (0 static, 0 dynamic; 0 extended)
Outside interfaces:
FastEthernet0
Inside interfaces:
Serial0
Hits: 0 Misses: 200
Expired translations: 200
Dynamic mappings:
-- Inside Source
access-list 1 interface Serial0 refcount 0
INETROUTER#show ip nat tr
INETROUTER#show ip nat translations
INETROUTER#ping
Protocol [ip]:
Target IP address: 24.141.224.1
Repeat count [5]:
Datagram size [100]:
Timeout in seconds [2]:
Extended commands [n]: y
Source address or interface: 10.0.0.1
Type of service [0]:
Set DF bit in IP header? [no]:
Validate reply data? [no]:
Data pattern [0xABCD]:
Loose, Strict, Record, Timestamp, Verbose[none]:
Sweep range of sizes [n]:
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 24.141.***.1, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
INETROUTER#
Now If I ping using the F0 (DHCP) interface it works fine. But when I try to ping using any local interface it does not.