> Well it's not the way I wanted it, but it's the way I have to try and
> work with.
>
> I tried the route add net 10.0.0.0 -interface (whatever)
> and that didn't work for me.

That's not the syntax I gave you, and obviously it needs to have your
local interface information inserted.  I can confirm that the command:

route add -net 10.0.0.0 -interface em0

does parse and operate correctly on my 4.7 system, as confirmed by netstat
-nr.  That is the general approach for directing traffic out a local
interface rather than to a same-subnet gateway.

Try looking at man route for the details, or perhaps someone else will
respond with a higher level of hand-holding.

KeS



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to