Operating System - HP-UX
1833159 Members
3143 Online
110051 Solutions
New Discussion

Re: hp-ux service port restrictions

 
Duane Hamlett
Occasional Contributor

hp-ux service port restrictions

I have a service port, i.e. 5000, and I would like to restrict access to that port with the exception of the localhost itself. I do not have an intranet firewall so I would like to accomplish this by using the resources available on that server.

scenario:
service host: 127.0.0.1
db service: 127.0.0.1:5000
application client: 127.0.0.1

No other application clients should be allowed to access 127.0.0.1:5000

is this possible?

thanks,
Duane Hamlett
dhamlett@allegroconsultants.com
Richmond, Va.
2 REPLIES 2
Ivan Ferreira
Honored Contributor

Re: hp-ux service port restrictions

Try with ipf:

http://docs.hp.com/en/5991-2710/ch08s03.html
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Duane Hamlett
Occasional Contributor

Re: hp-ux service port restrictions

HP IPFilter is what I was looking for and the answer was provided by a forum member.