|
Posted by Toby on December 4, 2004, 8:21 pm
If you were Registered and logged in, you could reply and use other advanced thread options
>I have 2 routers
>
>
> RouterA
>
> E0 10.1.1.252 255.255.0.0
> S0 10.53.1.1 255.255.255.252
>
> ip route 0.0.0.0 0.0.0.0 10.1.1.101 (this is a internet interface of a
> pix)
>
>
> Point to point t1
>
> RouterB
>
> e0 10.3.1.1 255.255.0.0
> s0 10.53.1.2 255.255.255.252
>
> IP route 0.0.0.0 0.0.0.0 10.53.1.1
>
> RouterA can ping the internet fine
>
> RouterB
> I can ping 10.3.1.1 of course
> I can ping 10.53.1.2
> I can ping 10.53.1.1
> I cant ping 10.1.1.252 and thus
> I cant ping 10.1.1.101 or anything else on the LAN on routerA site
>
> Am i missing somthing here?
>
> I am also running eigrp with a network of 10.0.0.0
>
> I am not running any nat and i think that is what i need here for
> RouterB to communicate with the the lan and default gateway
> (10.1.1.101) on RouterA's LAN.
>
> Any thoughts?
>
> Thanks
If you are pinging from RTRB to RTRA interface address of 10.1.1.252 it
should be successful even if EIGRP wasn't active.
The reasoning behind this is that The source address of the pings would be
your outgoing interface of RTRB i.e. 10.53.1.2 and the destination address
is 10.1.1.252.
RTRB would route to 10.1.1.252 via the default route pointing to 10.53.1.1
(although as this is a point to point link you would be better off for
diagnosis reasons using the command IP ROUTE 0.0.0.0 0.0.0.0 Serial0)
RTRA has a directly connected interface for 10.1.1.252 so this would be in
it's routing table.
The Echo reply would be able to get back to the original source as it is
also on a directly connected interface for RTRA/B.
As for NAT well this would have to be done on the PIX else you wouldn't have
Internet connectivity at all, but is not your problem.
Taking this at face value. either you have ACL blocking your pings or you
are using extended pings from RTRB sourcing the pings from the ethernet and
EIGRP isn't configured/working correctly so no return path is available or
you are trying to ping from outside of RTRB on the ethernet or behond and
the same reason applies.
Regards
Toby
|