1830044 Members
6912 Online
109998 Solutions
New Discussion

Ping / Telnet problem

 
Broflowsky
Occasional Advisor

Ping / Telnet problem

I have just installed a new box rx6600 with HPUX 11.31, I have setup NIC cards and I can ping gateway and any other servers in the subnet, however this box is not pingable from any other box, also some services as telnet or ftp are not enabled, I can do ssh, scp, etc.

How can I enable the IPs to be pingable??

Please advise.
6 REPLIES 6
Steven E. Protter
Exalted Contributor

Re: Ping / Telnet problem

Shalom,

If the systems have the same gateway or are on the same network they should be able to ping each other.

Make sure you don't have two NIC cards on the same subnet, that can cause this behavior.

For more specific information, I would need to see /etc/rc.config.d/netconf

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
Torsten.
Acclaimed Contributor

Re: Ping / Telnet problem

hp-ux 11.31 is more secure than previous versions, this includes access from outside.

Check for existing bastille and ipfilter configurations.

If it not answers ping, doesn't allow telnet but only ssh it could be a custom secure installation/configuration - ask the person who installed the system.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Broflowsky
Occasional Advisor

Re: Ping / Telnet problem

thanks for the reply,

This is an excerpt from /etc/rc.config.d/netconf

I can not telnet or ping from any other host in the same subnet, however I can ssh.

INTERFACE_NAME[0]="lan0"
IP_ADDRESS[0]="172.17.36.76"
SUBNET_MASK[0]="255.255.255.0"
BROADCAST_ADDRESS[0]=""
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]=0
INTERFACE_MODULES[0]=""

INTERFACE_NAME[1]="lan1"
IP_ADDRESS[1]="10.162.5.144"
SUBNET_MASK[1]="255.255.254.0"
BROADCAST_ADDRESS[1]="10.162.4.255"
INTERFACE_STATE[1]="up"
DHCP_ENABLE[1]=0
INTERFACE_MODULES[1]=""
Broflowsky
Occasional Advisor

Re: Ping / Telnet problem

How could I Check for existing bastille or ipfilter configurations?
Torsten.
Acclaimed Contributor

Re: Ping / Telnet problem

Enable a X-Display and run bastille interactive:

http://docs.hp.com/en/B2355-60130/bastille.1M.html

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Torsten.
Acclaimed Contributor

Re: Ping / Telnet problem

Another link:

http://docs.hp.com/en/5992-3387/ch03s03.html#d0e6170


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!