Routing question...

Jeremy Fowler jfowler at westrope.com
Wed Mar 19 21:30:36 CST 2003


No, I think he was talking about the routing table on the Cisco router itself.
You need to let the Cisco router know how it can reach the 172.17.11.0 network.
You tell it to send packets for 172.17.11.0 to 172.17.10.2 and not it's external
default gateway (Internet).

On a side note, why the Class B private IP addresses? I'm assuming your using
them purely as example and not as actual addresses...

> -----Original Message-----
> From: owner-kclug at marauder.illiana.net
> [mailto:owner-kclug at marauder.illiana.net]On Behalf Of Rusty Brown
> Sent: Wednesday, March 19, 2003 2:45 PM
> To: dt at xr7.org
> Cc: kclug at kclug.org
> Subject: Re: Routing question...
>
>
> Yes. There is a route to each 172.17.10. and 172.17.11. network range
> with eth0 and eth1 as the interface to use. And a default route to use
> 172.17.10.1 as the gateway.
>
>
> --- dt at xr7.org wrote:
> > On Wed, 19 Mar 2003, Rusty Brown wrote:
> > > Here's the "lab" setup. 2 linux boxes connected going thru a Cisco
> > > router to get "outside". One linux box has 2 nics, the other 1. The
> > 2
> > > nic box is routing (/proc/sys/net/ipv4/ip_forward = 1) for the
> > single
> > > nic box.
> > >
> > > Addresses are:
> > > Cisco router 172.17.10.1
> >
> > Do you have a route here pointing to 172.17.11.0/24 via the Linux
> > router?
> > You should have something like:
> > ip route 172.17.11.0 255.255.255.0 172.17.10.2
> >
> > dt
> >
> > --
> > Dean Troyer
> > dt at xr7.org
> >
>
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
> http://platinum.yahoo.com
>
>




More information about the Kclug mailing list