NAT ,Frame & Subinterfaces [7:33424]

2002-01-28 Thread Richard Botham
All, I have a hub and spoke setup, r1 is the hub and r2,r3,r4 are the spokes. r1 has a multipoint subif and r2,r3,r4 have p2p subif's. The ospf net running in the wan between r1,r2,r3,r4 is 10.128.10.0/24 WAN r1 ser0/0.1 multipoint = 10.128.10.1/24 r2 ser0/0.1 p2p = 10.128.10.2/24 r3 ser0/0.1 p

Re: NAT ,Frame & Subinterfaces [7:33424]

2002-01-28 Thread Joel Satterley
Remember, ping will only work when the source interface is beyond the ip nat inside interface..the router always chooses the nearest interface to the dest. Try using extended ping - you can choose an interface or address then. ""Richard Botham"" wrote in message [EMAIL PROTECTED]">news:[EM

Re: NAT ,Frame & Subinterfaces [7:33424]

2002-01-28 Thread Richard Botham
Hi Joely, Thanks for that. However: 1 - I don't specify a source interface when pinging from the spoke to the hub and this works IP NAT detailed debugging is on r4#ping 10.128.10.10 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.128.10.10, timeout is 2 seconds: ! Success

Re: NAT ,Frame & Subinterfaces [7:33424]

2002-01-28 Thread Joel Satterley
What are you pinging at the spoke ? If it's the router then it could be the same issue, are you running NAT at both ends ?? Depending on traffic load, do a 'debug ip packet' that'll show you. ""Richard Botham"" wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi Joely, > Thanks

Re: NAT ,Frame & Subinterfaces [7:33424]

2002-01-28 Thread Richard Botham
Joely, r1 (hub) interface FastEthernet0/1 ip address 192.168.1.1 255.255.255.0 ip nat inside duplex auto speed auto ! ip nat inside source static 192.168.1.1 10.128.10.9 ! interface Serial0/0.1 multipoint ip address 10.128.10.1 255.255.255.0 ip nat outside ip os

Re: NAT ,Frame & Subinterfaces [7:33424]

2002-01-28 Thread s vermill
You failure to ping between spokes is likely due to the split horizon aspect of your multipoint sub at the hub. As for the rest, you may want to try giving each site its own subnet for inside global addresses. I think you effectively have one subnet between all routers and that same subnet behin