Okay, here we go again. I am trying to join the bandwidth of two cable modems. I am useing the Eigerstein disk with kernel and nic modules from Eigerstein2beta/20010527 for pentium cpu. evrything works except that only one nic is used for internet instead of both. From lrp I can ping all interfaces and network and internet, from system on network the same is true. All works, except the joining of bandwith. I read the load-balanceing doc, but did not understand it. I am pretty sure I need to do the round robin. I know this is probably for two different routers, but I dont see how else I can do it. My ip info is eth0 208.180.172.208 netmask 208.180.172.0/24 gw 208.180.172.1, eth2 208.180.172.209 rest same as eth0. eth1 is lan side.
router1 route add -net a.a.a.a netmask b.b.b.b gw c.c.c.c route add -net z.z.z.z netmask y.y.y.y metric 1 dev eth0 router2 route add -net z.z.z.z netmask y.y.y.y gw x.x.x.x route add -net a.a.a.a netmask b.b.b.b metric 1 dev eth0 Dont undrestand how to fill in the blanks. When I tried route add .... it said route not found. I tried ip route add -net ........ and a "inet prefex is expected not "-net" error" message appeared. NOw Im really confused. Please someone help me gain what little sanity I used to have. Thanks, David _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
