Operating System - HP-UX
1748236 Members
3653 Online
108759 Solutions
New Discussion юеВ

Re: unblocking port number

 
amitnagwanshi
New Member

unblocking port number

Hello All,

I need to unblock port number 3022 in HP unix,
/etc/services this port number is not listed, I have IP address.

Please let me know the steps to unblock this port.

Thanks,
Amit
5 REPLIES 5
Bhadresh
Trusted Contributor

Re: unblocking port number

Hi Amit,

Have a look at following thread:

http://forums11.itrc.hp.com/service/forums/questionanswer.do?&threadId=1218036

Hope it helps.

Regards,
Bhadresh
Steven Schweda
Honored Contributor

Re: unblocking port number

> I need to unblock port number 3022 in HP
> unix,

First:

uname -a

Second:

What, exactly, does "unblock port number
3022" mean to you? Why do you think that
this port is currently "blocked"? Is there
some actual problem which you are trying to
solve?
nightwich
Valued Contributor

Re: unblocking port number

Hi amitnagwanshi

You need to explain what you need.


If you want to configure one port in /etc/services.


You need to edit /etc/services, configure that specificity port, and the reload the /etc/servvices with init -c .

If you have any dout please reply.
Steven Schweda
Honored Contributor

Re: unblocking port number

> [...] reload the /etc/servvices with
> init -c .

Huh?

Are you thinking of "inetd -c"? Does that do
anything like "reload" "/etc/services"? I
doubt it.
nightwich
Valued Contributor

Re: unblocking port number

ok Steven

inetd -c causes inet to reload /etc/inetd.conf .

My mistake.


Regards.