Re: tcp wrapper

2000-03-28 Thread Stephen M Lavelle
/etc/hosts.deny ALL : ALL # denies everyone access to anything /etc/hosts.allow ALL : LOCAL # allows just local hosts Regards Stephen -- mailto:[EMAIL PROTECTED] http://www.postfix.org - The Postfix Mailer - -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

Re: tcp wrapper

2000-03-28 Thread [EMAIL PROTECTED]
hosts.deny (examples) ALL : 123.123.123.123 : reject or in.ftpd : ALL or in.ftpd : somedomain.com Same goes reverse for hosts.allow. You can allow or deny hosts to services controlled by inetd. I use this all the time. Another example. /etc/hosts.deny in.telnetd : ALL /etc/hosts.allow in.te

Re: tcp wrapper

2000-03-28 Thread Steve Dixon
using the /etc/hosts.deny and hosts.allow you can cut people off from certain protocols in the inetd.conf. ive used them once or twice but cant remember the exact syntax of the files. Steve Lee wrote: > > what is this and how is this related to > a firewall? > > -- > To unsubscribe: mail [EMAI

tcp wrapper

2000-03-28 Thread Steve Lee
what is this and how is this related to a firewall? -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.