> ip route add 192.168.0.0/16 dev eth0 scope link > ip route add 172.16..0.0/16 dev eth1 scope link > ip route add default via 192.168.202.2 dev eth0 > > where should i put these commands so they can be executed > automatically?
/etc/init.d/networking in the start section might be easiest and most appropriate, or you can make your own .lrp consisting of an rc.local-like script run in your favorite modes (3 etc). Cheers Peter ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
