Operating System - HP-UX
1844268 Members
2487 Online
110230 Solutions
New Discussion

how to install and run tcp wrapper

 
SOLVED
Go to solution
Kenn Chen
Advisor

how to install and run tcp wrapper

any idea to install and run the tcp wrapper in HPux 11.0 ??
Cyber Zen
1 REPLY 1
Rainer von Bongartz
Honored Contributor
Solution

Re: how to install and run tcp wrapper

you should download tcp wrapper from anywhere on the internet; installtion instructions are straightforward and working for 11.0

Then you should edit your /etc/inetd.conf file for the
services you want to wrap
i.e. for ftp change the default line

ftp stream tcp nowait root /usr/lbin/ftpd -l
to something like

ftp stream tcp nowait root /etc/tcpd /usr/lbin/ftpd -l

The set up a new file /etc/hosts.allow and specify which hosts is allowed to do ftp
i.e.
ftpd: foo.mycomp.com ,bar.mycomp.com



He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...