Re: [Leaf-user] Additional reoutes - Where?

2002-01-07 Thread Charles Steinkuehler
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

RE: [Leaf-user] Additional reoutes - Where?

2002-01-07 Thread Shane Veness
@lists. sourceforge. net (E-mail) Subject: Re: [Leaf-user] Additional reoutes - Where? 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