[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]
Single Page
Top Document: comp.security.unix and comp.security.misc frequently asked questions
Previous Document: How do I find all setuid and setgid files?
Next Document: I can't get .rhosts/.shosts to work with ssh.
-
Search the FAQ Archives
Single Page
Top Document: comp.security.unix and comp.security.misc frequently asked questions
Previous Document: How do I find all setuid and setgid files?
Next Document: I can't get .rhosts/.shosts to work with ssh.
Tcp wrappers (tcpd) thinks all hosts are 0.0.0.0 in Solaris 8 or in some versions of AIX.
This is because the line for that service in inetd.conf still says "tcp6". The vendor-supplied application you are wrapping can handle IPv6 (aka "IP-NG") connections, but the version of tcp wrappers you are using cannot. Change "tcp6" to "tcp" on inetd.conf lines which you edit to invoke the standard version of tcp wrappers. For ftpd for AIX, I've heard that you then need to add the '-f' option to the ftpd invocation. (Confirmation requested.) Alternatively, use a "IPv6-aware" version of tcp wrappers from ftp://ftp.porcupine.org/pub/ipv6/
Top Document: comp.security.unix and comp.security.misc frequently asked questions
Previous Document: How do I find all setuid and setgid files?
Next Document: I can't get .rhosts/.shosts to work with ssh.
Single Page
[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]
Send corrections/additions to the FAQ Maintainer:
flaps@dgp.toronto.edu (Alan J Rosenthal)
Last Update December 02 2008 @ 00:10 AM