- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Not able to ping
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007 04:58 PM
05-24-2007 04:58 PM
Not able to ping
I have a hp machine 11.23 is installed.im able to ping the other machines from this machine. but not able to ping this server from other machines.I have tried to ping from same N/W and Other N/W also. pls help me...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007 06:46 PM
05-24-2007 06:46 PM
Re: Not able to ping
Check /etc/hosts
/etc/rc.config.d/netconf (gateway)
Network switch configuration and firewall can also interfere.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007 06:58 PM
05-24-2007 06:58 PM
Re: Not able to ping
First test to do would be to run:
lanscan
This will give you which devices you have set up.
Then run ifconfig lan0 (and if necessary ifconfig lan1)
See if you can ping those IP addresses from the local host and that they are the same ones you thought you were pinging from the machine itself.
Secondly if you have addresses configured on both interfaces make sure they are not on the same subnet. If they are then disable one using ifconfig [lan0|lan1] down and try to ping the other remotely. In general on HP-UX you cannot have two interfaces on the same address unless you are peering them.
HTH
Andrew Y
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007 07:45 PM
05-24-2007 07:45 PM
Re: Not able to ping
lanscan is showing lan1 is up. i have configured only one lancard.
regards,
shanmugam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007 07:56 PM
05-24-2007 07:56 PM
Re: Not able to ping
Can you ping that interface from the local host?
Andrew Y
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007 08:14 PM
05-24-2007 08:14 PM
Re: Not able to ping
how have you pinged - ip or name?
If you tried to ping the name, try ip-address first, then check name resolving of the other ws. Do they know the name?
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2007 01:15 PM
05-25-2007 01:15 PM
Re: Not able to ping
Apart from that, might check the arp caches on both sides to make sure that everyone has the correct MAC address for the given IP address etc etc.
You might also run tcpdump (HP Internet Express bits) on the interface when you are trying to ping from the remote systems to see if the ICMP Echo Requests are reaching the box. You might also be able to check that without tcpdump by looking at the output of netstat -s -p icmp . "Pings" are ICMP Echo Requests and Replies.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2007 07:42 PM
05-25-2007 07:42 PM
Re: Not able to ping
with this symtom, i would beleive that you have
ip filter instslled.
check if ip filter is running by
# ipf -V
and you can stop it by
#/sbin/init.d/ipfboot top or start
..and if you have ip filter installed and want to keep it on and still allow someone to ping just comment out the last line of this file
/etc/opt/ipf/ipf.conf
#Block any incoming connections which were not explicitly allowed
block in log all #comment this line
and restart ipfilter
#/sbin/init.d/ipfboot stop and then start.
Hope this help.
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2007 11:27 PM
05-28-2007 11:27 PM
Re: Not able to ping
While installing the os i have selected all the pathes. i have select the security level 30. can it disable the ping and telnet? If yes, which file should i modify?
Regards,
shanmugam.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2007 04:35 PM
05-29-2007 04:35 PM
Re: Not able to ping
thanks for everbody's reply. the issue is solved. It is bcoz of security level 30 enabled.( DMZ.conf).
regards,
shanmugam.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2007 04:36 PM
05-29-2007 04:36 PM
Re: Not able to ping
thanks for everbody's reply. the issue is solved. It is bcoz of security level 30 enabled.( DMZ.conf).
regards,
shanmugam.