1825944 Members
2664 Online
109690 Solutions
New Discussion

TCP Wrapper for II.00

 
SOLVED
Go to solution
K.Vijayaragavan.
Respected Contributor

TCP Wrapper for II.00

i want to install TCP wrapper in my HP11.00/B2000 workstation .
pls let me know thw source of getting this tcp wrapper software.
If C/ANSI C is also a must for this software to work
please let me know.

"Let us fine tune our knowledge together"
3 REPLIES 3
Frederic Soriano
Honored Contributor
Solution

Re: TCP Wrapper for II.00

Hi there,

Have a look at the following URL for latest distribs:
ftp://ftp.porcupine.org/pub/security/index.html

I compiled it with the HP's C/ANSI C package, but I suppose compiling it with gcc won't cause much trouble.

Hope this helps !

Best regards.

Fred.
Brian Hackley
Honored Contributor

Re: TCP Wrapper for II.00

Hi,
Just an "FYI" that HP provides a "built-in" inetd security feature, similar to TCP wrappers. Check out the inetd.sec man page and /var/adm/inetd.sec file for details.
Hope this helps,
-> Brian Hackley
Ask me about telecommuting!
David Rodman
Frequent Advisor

Re: TCP Wrapper for II.00

The Inetd.sec provides the same allow or deny functionality, but the logging capability of tcp wrappers is better and more flexible than inetd.
Yes, you do need to compile the tcp wrappers.