[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to block access from specific sites.



Hi Raphael

Have u ever tried ipchains? This is a good tool for doing this, and a great
resort for making firewalls.

For example, u wanna block some packages that come from the network
192.160.50.*. So u must edit your /etc/init.d/network file, including this
lines

ipchains -A forward -s 192.160.50.0/32 -d "your network" -i eth0 -j DENY

Regards

Eber Diniz



----- Original Message -----
From: Raphael Clancy <rclancy@salud.unm.edu>
To: <debian-user@lists.debian.org>
Sent: Wednesday, December 01, 1999 10:08 PM
Subject: How to block access from specific sites.


> Is there a quick way (on a debian 2.0 system) to block specific adresses
from making inetd style connections (ie. ftp, telnet etc?) my instincts tell
me that is has to do with the /etc/hosts.deny file. unfortunately I can't
find any info on it in the man pages, of course, some of mine may be missing
(gotta love getting other people's boxes).
>
> Thanks
>
> R.
>
>
> --
> Unsubscribe?  mail -s unsubscribe debian-user-request@lists.debian.org <
/dev/null
>


Reply to: