hi I hope someone could help me. I configured PAT Dynamic on both side of networks, when ping I can reach the destination from both side...but the packet cannot come back (view from simulation mode). Anything missing in my configurations? Thanks.
hostname inside-router-1
!
!
!
!
!
!
!
!
no ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO1941/K9 sn FTX15244Z76
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
!
interface GigabitEthernet0/0.10
encapsulation dot1Q 10
ip address 192.168.10.1 255.255.255.0
ip helper-address 10.0.99.3
ip nat inside
!
interface GigabitEthernet0/0.20
encapsulation dot1Q 20
ip address 192.168.20.1 255.255.255.0
ip helper-address 10.0.99.3
ip nat inside
!
interface GigabitEthernet0/0.30
encapsulation dot1Q 30
ip address 192.168.30.1 255.255.255.0
ip helper-address 10.0.99.3
ip nat inside
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 200.10.1.1 255.255.255.0
ip nat outside
!
interface Serial0/0/1
ip address 200.10.2.1 255.255.255.0
ip nat outside
!
interface Serial0/1/0
no ip address
clock rate 2000000
shutdown
!
interface Serial0/1/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
router eigrp 100
network 192.168.0.0
network 200.10.1.0
!
ip nat pool pool-192.168 220.220.220.0 220.220.220.254 netmask 255.255.255.0
ip nat inside source list 1 pool pool-192.168 overload
ip classless
ip route 172.20.0.0 255.255.255.0 Serial0/0/0 91
ip route 10.0.99.0 255.255.255.0 Serial0/0/1 92
ip route 10.0.99.0 255.255.255.0 Serial0/0/0 91
ip route 172.20.0.0 255.255.0.0 Serial0/0/1 92
!
ip flow-export version 9
!
!
access-list 1 permit 192.168.0.0 0.0.255.255
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end
================================================
hostname Outside-Router
!
!
!
!
!
!
!
!
no ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO1941/K9 sn FTX1524E4WP
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
!
interface GigabitEthernet0/0.99
encapsulation dot1Q 99
ip address 10.0.99.1 255.255.255.0
ip nat inside
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
!
interface GigabitEthernet0/1.10
encapsulation dot1Q 10
ip address 172.20.10.1 255.255.255.0
ip helper-address 10.0.99.3
ip nat inside
!
interface GigabitEthernet0/1.20
encapsulation dot1Q 20
ip address 172.20.20.1 255.255.255.0
ip helper-address 10.0.99.3
ip nat inside
!
interface GigabitEthernet0/1.30
encapsulation dot1Q 30
ip address 172.20.30.1 255.255.255.0
ip helper-address 10.0.99.3
ip nat inside
!
interface Serial0/0/0
ip address 200.10.1.2 255.255.255.0
ip nat outside
clock rate 2000000
!
interface Serial0/0/1
ip address 200.10.2.2 255.255.255.0
ip nat outside
clock rate 2000000
!
interface Vlan1
no ip address
shutdown
!
router eigrp 100
network 10.0.99.0 0.0.0.255
network 172.20.0.0
network 200.10.1.0
!
ip nat pool pool-outside-router 240.240.240.0 240.240.240.254 netmask 255.255.255.0
ip nat inside source list 1 pool pool-outside-router overload
ip classless
ip route 192.168.0.0 255.255.0.0 Serial0/0/0 91
ip route 192.168.0.0 255.255.0.0 Serial0/0/1 92
!
ip flow-export version 9
!
!
access-list 1 permit 172.20.0.0 0.0.255.255
access-list 1 permit 10.0.99.0 0.0.0.255
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end