Operating System - HP-UX
1833277 Members
3317 Online
110051 Solutions
New Discussion

Re: hp-ux service port restriction

 
SOLVED
Go to solution
Duane Hamlett
Occasional Contributor

hp-ux service port restriction

sorry about the double post, I didn't place this question in the appropriate category the first time.

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.


3 REPLIES 3
Steven E. Protter
Exalted Contributor
Solution

Re: hp-ux service port restriction

Shalom,

There is a product called ipfilter that will help you do this.

Also, mysql for example lets you control access so that localhost will be the only permitted client.

ipfilter.

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9901AA

I recommend against posting your email address here. Please ask the moderators in the issues thread to remove it. spammers index this site.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Duane Hamlett
Occasional Contributor

Re: hp-ux service port restriction

using 'HP-UX IPFilter' looks like a viable solution also you're right about my email address. thanks for the input.

-Duane

Duane Hamlett
Occasional Contributor

Re: hp-ux service port restriction

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