On Thu, 2003-09-25 at 21:37, Mark Bynum wrote:
> All,
> 
> It shouldn't be this hard. All I'm trying to do is route between my two
> internal networks of 192.168.1.0 and 192.168.2.0. Here is what I have:
> 
> INTERN_NET="192.168.1.0/24 192.168.2.0/24"
> eth1_ROUTES="192.168.2.0/24_via_192.168.2.254"
> eth2_ROUTES="192.168.1.0/24_via_192.168.1.254"
> 
> eth1 is the 192.168.1.0 network, eth2 is the other one. I can ping
> 192.168.1.254 from the 192.168.2.0 network and also 192.168.2.254 from
> the 192.168.1.0 network, but no other addresses on the opposite internal
> networks. Connections to the outside world, through eth0, work fine.

Don't use Dachstein, but the eth1 route can't go through 192.168.2.254
since 192.168.2.254 isn't on the 192.168.1.0 network. You need something
like

eth1_ROUTES="192.168.2.0/24_via_192.168.1.254"
eth2_ROUTES="192.168.1.0/24_via_192.168.2.254"

don't you?

> 
> I must be missing something, it's got me stumped.
> 
> Thanks for the help,
> 
> Mark
> 
-Richard




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to