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.

Site 1:  10.10.1.0
Destination     Mask            Gateway
0.0.0.0         0.0.0.0         10.10.1.254
10.10.12.0      255.255.255.0   192.168.1.253
10.10.13.0      255.255.255.0   192.168.1.253

Site 2: 10.10.12.0
Destination     Mask            Gateway
0.0.0.0         0.0.0.0         192.168.1.254
10.10.12.0      255.255.255.0   10.10.12.254
10.10.13.0      255.255.255.0   192.168.2.253

Site 3: 10.10.13.0
Destination     Mask            Gateway
0.0.0.0         0.0.0.0         192.168.2.254
10.10.13.0      255.255.255.0   10.10.13.254

I've been using this command to create my tables.
#ip route add <address> /<masklen> via <gateway>

Any thoughts or suggestions would be appreciated.

Bob

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

Reply via email to