This is a discussion on Re: hosts.deny behind proxy? within the Linux Networking forums, part of the Linux Forums category; On 1 Aug 2003 06:51:25 -0700, iksrazal wrote: > I'm running a linux desktop behind the corporate ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 1 Aug 2003 06:51:25 -0700, iksrazal wrote:
> I'm running a linux desktop behind the corporate firewall, acessing > the internet behind a proxy. I'd like to block sites that are sending > me banner gifs. I'm getting "missing ':' seperator' with what I have > in hosts.deny : > > 0.0.0.0 www.cms1.net > 0.0.0.0 www.cms2.net > 0.0.0.0 www.rgs1.net > 0.0.0.0 www.rgs2.net > 0.0.0.0 www.bns1.net > 0.0.0.0 www.bns2.net > > Thanks for any help, > iksrazal Do these examples give you any ideas. in.ftpd: 192.168.1.22 sshd sshd1 sshd2 : ALL : ALLOW sendmail: 192.168.1.10 sendmail: 192.168.1.12 ALL: 192.168.1.0/255.255.254.0 |