> On 11 Nov 2005 12:29:00 -0500, Lowell Gilbert
> <[EMAIL PROTECTED]> wrote:
>>
>> Perttu Laine <[EMAIL PROTECTED]> writes:
>>
>> I usually do this kind of thing with a firewall, but the routing table
>> is a good way too.
>>
>> "man route" will explain everything you need to do.
>>
>
> I asked because I'm not very familiar with route and don't want to broke
> everything. :)
> But is this ok: route add 192.168.10.1 <http://192.168.10.1>
> 127.0.0.1<http://127.0.0.1>
> or does it matter what I put as gateway?
>

Try this:

route add 192.168.10.1/32 localhost -reject

You don't want to put those <http://whatever> things in there.

regards, David

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to