Operating System - HP-UX
1838373 Members
3145 Online
110125 Solutions
New Discussion

limit HPUX inetd service to subnet

 
SOLVED
Go to solution
dongming
Frequent Advisor

limit HPUX inetd service to subnet

Hello everyone:
for security reason, i split lan card on some server to 2 different subnet. for example 2 lan cards for 172 subnet , 3 lan cards for 192 subnet.
so have question, can i set up HPUX services, such as inetd, sendmail...., to listen one subnet or lan cards.
thanks
1 REPLY 1
RAC_1
Honored Contributor
Solution

Re: limit HPUX inetd service to subnet

1. you can use /var/adm/inetd.sec file.

2. If you have ssh (hp's ssh), it comes with built-in tcp wrappers. You can make use of /etc/hosts.allow and /etc/hosts.deny files.

There is no substitute to HARDWORK