Operating System - HP-UX
1832542 Members
5712 Online
110043 Solutions
New Discussion

Re: TCP/IP Outbound Security

 
SOLVED
Go to solution
Chaz Sliger_1
New Member

TCP/IP Outbound Security

Is there a way to limit/filter the outbound TCP connections/traffic from within the system? TCP Wrappers appear to handle only the inbound side.
-chaz
No matter where you go, there you are...
3 REPLIES 3
Christopher Caldwell
Honored Contributor
Solution

Re: TCP/IP Outbound Security

check out ipchains/ipfilter
Steven Sim Kok Leong
Honored Contributor

Re: TCP/IP Outbound Security

Hi,

Not to forget, at the application level, you have /var/adm/inetd.sec to restrict IP addresses you allow connections from, such as for omniback, r-services such as rlogin, telnet, ftp etc.

/var/adm/inetd.sec is a HP-UX security feature straight out of the box.

Hope this helps. Regards.

Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
Sundar_7
Honored Contributor

Re: TCP/IP Outbound Security


I dont think U will be able to restrict the outbound traffic to certain boxes with the thing that is already there in HP-UX..

But U can always disable certain services from /etc/services..But that is going to totally going to disable the service and not going to disable the out bound traffic on certain machines..

Only way possible might be putting a Firewall or using TCP/IP wrappers /IP Filters

Sundar
Learn What to do ,How to do and more importantly When to do ?