Em đang cấu hình NAT Statefull nhu sau :
hostname R2
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
!
!
!
ip cef
ip audit po max-events 100
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.1.4.252 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
ip nat inside
shutdown
duplex auto
speed auto
!
interface Serial1/0
ip address 172.17.190.162 255.255.255.252
ip nat outside
serial restart-delay 0
!
interface Serial1/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/4
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/5
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/6
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/7
no ip address
shutdown
serial restart-delay 0
!
ip nat Stateful id 1
primary 10.1.4.252
peer 10.1.4.253
mapping-id 10
ip nat pool VNTBS 172.17.190.1 172.17.190.64 prefix-length 25
ip nat inside source route-map NAT pool VNTBS mapping-id 10 overload
ip classless
no ip http server
no ip http secure-server
!
!
access-list 1 permit any
!
route-map NAT permit 10
match ip address 1
!
!
!
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
logging synchronous
stopbits 1
line aux 0
stopbits 1
line vty 0 4
login
!
!
end
Khi em thực hiện câu lệnh
ip nat inside source route-map NAT pool VNTBS mapping-id 10 overload
Thì em không tài nào ping được địa chỉ của đầu router kết nối trực tiếp. Còn ping IP của router mình thì được.
Em nghĩ vấn đề là do NAT Stateful. Vậy mấy thầy có thể chỉ giúp em là em sai chỗ nào không ạ?
hostname R2
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
!
!
!
ip cef
ip audit po max-events 100
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.1.4.252 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
ip nat inside
shutdown
duplex auto
speed auto
!
interface Serial1/0
ip address 172.17.190.162 255.255.255.252
ip nat outside
serial restart-delay 0
!
interface Serial1/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/4
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/5
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/6
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/7
no ip address
shutdown
serial restart-delay 0
!
ip nat Stateful id 1
primary 10.1.4.252
peer 10.1.4.253
mapping-id 10
ip nat pool VNTBS 172.17.190.1 172.17.190.64 prefix-length 25
ip nat inside source route-map NAT pool VNTBS mapping-id 10 overload
ip classless
no ip http server
no ip http secure-server
!
!
access-list 1 permit any
!
route-map NAT permit 10
match ip address 1
!
!
!
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
logging synchronous
stopbits 1
line aux 0
stopbits 1
line vty 0 4
login
!
!
end
Khi em thực hiện câu lệnh
ip nat inside source route-map NAT pool VNTBS mapping-id 10 overload
Thì em không tài nào ping được địa chỉ của đầu router kết nối trực tiếp. Còn ping IP của router mình thì được.
Em nghĩ vấn đề là do NAT Stateful. Vậy mấy thầy có thể chỉ giúp em là em sai chỗ nào không ạ?
Comment