On Tue, 29.08.00 09:48 -0700, Kevin wrote: > I've got my network on 10.0.0.0/24. The gateway is 10.0.0.1 and the > bridge/router is on 10.0.0.1. I need to setup a static route in the > gateway that says anything for 10.1.1.0/24 should use 10.0.0.1 as > its next hop. From my view I can't do it with normal route as it > will only take an interface as the destination. Any ideas? You want this?
route add -net 10.1.1.0 netmask 255.255.255.0 gw 10.0.0.1 bye, -christian- -- Did You know that MicroSoft was named after Bill Gates' penis ?

