Bob Pocius wrote: > Thanks for the replies guys. On my way home (after I had some time to think > about what I wrote), I realized that I didn't describe my problem properly. > As well as being lazy about transcribing my routing tables, I didn't include > some of the connection info. Sites 1, 2 and 3 are connected by wireless > cards.
Laughter is heard in the galleries... > The links between the routers are defined by 192.168 addresses. I > have 2 routers setup at Site 2 to keep things simple for myself while I try > to get things working. I have this setup working currently using Redhat > boxes, and I defined my routes using the old route command. I'm confused > because as far as I know my routes are setup the same. I had to use ip route > to set things up in Bering, so I'm wondering if there's more syntax involved > in setting up a route to do more than 1 hop (it sounds far fetched, but I > can't see anything else wrong)? Sometimes LEAF distros are configured to block traffic destined for the private address space from going out eth0. It's designed that way because private addresses are in general for internal use only. Rarely, an ISP uses these, and adjustments are made to ipfilter.conf or wherever your rules are defined. Btw, tabs mess up your tables. I converted them to spaces. I'm deciding not to comment on the routes at all until you post the output of ifconfig -a on all four sites. That info is really needed to understand this. If you don't have ifconfig, use ip addr show. I will mention that I don't get the concept of having both 10.10.1.254 and 10.10.1.40 assigned to the same eth0, for instance. Regards, Matt > Site 1: 10.10.1.0 > Destination Mask Gateway Dev > 0.0.0.0 0.0.0.0 10.10.1.254 eth0 (to internet) > 10.10.1.0 255.255.255.0 10.10.1.40 eth0 (wired interface) > 10.10.12.0 255.255.255.0 192.168.1.253 eth1 (wireless to site 2) > 10.10.13.0 255.255.255.0 192.168.1.253 eth1 (wireless to site 2) > 192.168.1.0 255.255.255.0 192.168.1.254 eth1 (wireless interface) > 192.168.2.0 255.255.255.0 192.168.1.254 eth1 (wireless interface) > Site 2a: 10.10.12.0 > Destination Mask Gateway Dev > 0.0.0.0 0.0.0.0 192.168.1.254 eth1 (wireless to site 1) > 10.10.12.0 255.255.255.0 10.10.12.254 eth0 (wired interface) > 10.10.13.0 255.255.255.0 10.10.12.253 eth0 (to other local router) > 192.168.1.0 255.255.255.0 192.168.1.253 eth1 (wireless interface) > 192.168.2.0 255.255.255.0 10.10.12.253 eth0 (to other local router) > Site 2b: 10.10.12.0 > Destination Mask Gateway Dev > 0.0.0.0 0.0.0.0 10.10.12.254 eth0 (to other local router) > 10.10.12.0 255.255.255.0 10.10.12.253 eth0 (wired interface) > 10.10.13.0 255.255.255.0 192.168.2.253 eth1 (wireless to site 3) > 192.168.2.0 255.255.255.0 192.168.2.254 eth1 (wireless interface) > Site 3: 10.10.13.0 > Destination Mask Gateway Dev > 0.0.0.0 0.0.0.0 192.168.2.254 eth1 (wireless to site 2) > 10.10.13.0 255.255.255.0 10.10.13.254 eth0 (wired interface) > 192.168.2.0 255.255.255.0 192.168.2.253 eth1 (wireless interface) > > > Bob Pocius _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user