Operating System - HP-UX
1833053 Members
2415 Online
110049 Solutions
New Discussion

Blocking a TCP Port with Standard HP-UX Tools

 
SOLVED
Go to solution

Blocking a TCP Port with Standard HP-UX Tools

Hi all!

Is there a way to block a specific TCP port in HP-UX that it is not accessable over network? Is this possible with ndd?

Thanks in advance for help.

Chris
4 REPLIES 4
Bharat Katkar
Honored Contributor

Re: Blocking a TCP Port with Standard HP-UX Tools

Chris,
You can use /var/adm/inetd.sec.

See man inetd.sec

Regards,
You need to know a lot to actually know how little you know
Geoff Wild
Honored Contributor
Solution

Re: Blocking a TCP Port with Standard HP-UX Tools

Though not "standard", the following is supported by HP:
Ipfiler

http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9901AA

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.

Re: Blocking a TCP Port with Standard HP-UX Tools

I think that only works for services controlled by inetd. My service is not a inetd service.

Re: Blocking a TCP Port with Standard HP-UX Tools

Hi Geoff,

thanks for your help. That tool should work for me.

Regards. Chris