> I'm using Bering as a platform to help me route between buildings
connected
> to my network. In some cases, routing has to hop more than once (up to 3
> times).  Using standard routing commands, I don't seem to be able to fix
> this. Here is what my network looks like. Site 1 is the main segment. Site
2
> connects directly to Site 1. Site 3 connects directly to Site 2. Below are
> the (what I feel are necessary) routes to make things work.

Not a very good picture of what your network looks like.  How about
something more like:

Internet
  |
eth0
Site1
eth1 10.10.1.254
  |
10.10.1.0/24
  |
eth0 10.10.1.253
Site2
eth1 10.10.12.254
  |
10.10.12.0/24
  |
eth0 10.10.12.253
Site 3
eth1 10.10.13.254
  |
10.10.13.0/24

Routing for this network (other than the implicit routes for directly
attached networks):

Site 3:
eth0_DEFAULT_GW=10.10.12.254

Site 2:
eth0_DEFAULT_GW=10.10.1.254
eth1_ROUTES="10.10.13.0/24_via_10.10.12.253"

Site 1:
eth0_DEFAULT_GW=<internet gateway>
eth1_ROUTES="10.10.12.0/24_via 10.10.1.253 10.10.13.0/24_via_10.10.1.253"

Provide more details on your network if you're still stuck, and the above
doesn't match what you've actually got setup...

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)


_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to