> ip route add 206.130.e.f via 230.b.c.1 dev eth0 src 230.b.c.91 > I hope someone else finds this useful also.
Very crafty... > I saw that the Dachstein 1.0.2 release had > new routing parameters, which "almost" did > what we needed but not exactly. It was missing > the src parameter from route command, so > we still have to use this trick even if we > would upgrade to Dachstein 1.0.2 CD/floppy release. Um...actually you *CAN* use the new ROUTES parameter to do what you want. You have to seperate additional route parameters using an underscore, which is turned into a space before being passed to the ip route command. The proper syntax for your ip route command above would be: eth0_ROUTES="206.130.e.f_via_230.b.c.1_src_230.b.c.91" The "dev eth0" is automatically added, and any additional route entries required are seperated by spaces. 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
