From: Connie Nie (CNie@EPLUS.com)
Date: Fri May 23 2003 - 14:43:01 GMT-3
Hi, there. I am stuck on a NAT problem and wonder if someone can shed some
light on it. Here is the scenario:
R5(150.50.7.5)------------------(nat inside)R7(nat
outside)----------------R8.(150.50.4.8)
If I ping 150.50.7.5 from R8's 150.50.4.8, source address of packets
received on r7's outside interface is being translated into 200.0.0.18 and
echo reply is received from R5, but 200.0.0.18 arrived on the inside
interface is not seen being translated back to 150.50.4.8. Here is the
output of debug ip nat detail and debug ip icmp on R7-----
2w2d: NAT*: o: icmp (150.50.4.8, 1295) -> (150.50.7.5, 1295) [941]
2w2d: NAT*: s=150.50.4.8->200.0.0.18, d=150.50.7.5 [941]
2w2d: ICMP: echo reply rcvd, src 150.50.7.5, dst 200.0.0.18
Show ip nat translate on r7:
Pro Inside global Inside local Outside local Outside global
--- --- --- 200.0.0.18
150.50.4.8
--- 150.50.7.5 150.50.7.5 200.0.0.18 150.50.4.8
NAT Configuration on R7:
interface Ethernet0
ip address 150.50.7.7 255.255.255.128
ip nat inside
interface Serial0
ip address 150.50.5.67 255.255.255.224
ip nat outside
no fair-queue
interface Loopback18
ip address 200.0.0.17 255.255.255.252
ip ospf network point-to-point
ip nat outside source static 150.50.4.8 200.0.0.18
Thank you for your help.
Connie
This archive was generated by hypermail 2.1.4 : Mon Jun 02 2003 - 15:13:47 GMT-3