I have a DCD 1.02 router running just perfect!!
I needed to add aditional routes.
So far I managed to get them working adding the following
statement on network.con in the if_up() function just prior to
return 0 (My router is 192.168.1.250)
ip route add 192.168.2/24 via 192.168.1.254
ip route add 192.168.3/24 via 192.168.1.254
I have this setting working. Is there a better place to set
this routes?? Any Thoughts??
Add them to ethN_ROUTES, where ethN is the appropriate ethernet interface:
ethN_ROUTES="192.168.2/24_via_192.168.1.254 192.168.3/24_via_192.168.1.254"
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