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 <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] < /dev/null >