Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Nov 1996 13:08:48 -0600
From:      Royce Tidwell <roycet@airmail.net>
To:        questions@freebsd.org
Cc:        Jim Mackin <jmackin@hastings.edu>
Subject:   Re: Excluding IP addresses
Message-ID:  <3.0b34.32.19961101130845.0068ceb8@mail.airmail.net>

next in thread | raw e-mail | index | archive | help
At 10:29 AM 11/1/96 -0600, you wrote:
>I am running freebsd 2.0.5.  I am having a problem when students are
>telnetting to a certain site which provides a chat service.  Is there a way
>to exclude certain sites from being accessed by our users?  

Jim,

You should be able to route the ip address you want to eliminate to
localhost, thus excluding all traffic to and from the site.  Something like:

$ route add xxx.xxx.xxx.xxx 127.0.0.1

I'm not sure on the syntax, I'm in win95 now, but you get the idea.

Royce Tidwell




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0b34.32.19961101130845.0068ceb8>