- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can not ping outside "myself"
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
02-18-2002 11:50 AM
02-18-2002 11:50 AM
Any ideas on things to check?
It is HP-UX 11, K-class, 10/100NIC.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 11:52 AM
02-18-2002 11:52 AM
Re: Can not ping outside "myself"
What happens when you try pinging your default gateway?
What's the output of netstat -rn?
Are you trying to ping by name or by IP address? Do you have appropriate entries in the hosts file or are you using DNS? HAve you set up /etc/resolv.conf and /etc/nsswitch.conf appropriately if using DNS?
More info please........
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 11:54 AM
02-18-2002 11:54 AM
SolutionCheck your gateway. Check the port configuration on the switch. If your card on the system is set to 100MBPS , full duplex, set the switch to 100MBPS fixed, full duplex, auto neg off and set the port on the system to 100 MBPS full duplex auto neg off. If the card on the system is set to 10 mbps, set the switch speed to 10 mbps. try to avoid using auto neg.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 11:54 AM
02-18-2002 11:54 AM
Re: Can not ping outside "myself"
The first thing that I'd do is to verify your gateway and your subnet masks.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 11:54 AM
02-18-2002 11:54 AM
Re: Can not ping outside "myself"
Are you able to ping to gateway..?
Try traceroute command and see where it's throwing packets.
# traceroute ipaddress
netstat -rn will show you routing tables.
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 11:55 AM
02-18-2002 11:55 AM
Re: Can not ping outside "myself"
1)There are no errors - the ping command does not come back (100% packet loss)
2) same as #1
3)
Routing tables
Dest/Netmask Gateway Flags Refs Use Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 1718793 lo0 4136
10.99.1.112 10.99.1.112 UH 0 0 lan0 4136
10.100.1.136 10.100.1.136 UH 0 30609424 lan3 4136
10.100.0.0 10.100.1.136 U 2 0 lan3 1500
10.99.0.0 10.99.1.112 U 2 0 lan0 1500
127.0.0.0 127.0.0.1 U 0 0 lo0 4136
default 10.100.1.5 UG 0 0 lan3 1500
4) Trying to ping by IP address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 12:05 PM
02-18-2002 12:05 PM
Re: Can not ping outside "myself"
also make sure that you do not have a suplicate ip on the network. can you ping this sytsem from some other system / workstation.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 12:20 PM
02-18-2002 12:20 PM
Re: Can not ping outside "myself"
lanadmin
lan
display
and verify that lan 0 is Up Up and that the speed and duplex are correct. (Compare to what the switch says it has on the same port)
Now do
ppa 3
and
display
Repeat above except for lan 3.
If everything looks good reverse the two network cables. Maybe your idea of lan 0 differs from HP's.
Ron
PS What kind of switch do you have?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2002 12:27 AM
02-19-2002 12:27 AM
Re: Can not ping outside "myself"
you might want to check that your rpcd is running... if it's not, you won't get very far...
use
ps -ef | grep rpc
to see if its running and check the /etc/rc.log to see if it started properly on boot...
jerome
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2002 08:45 PM
02-19-2002 08:45 PM
Re: Can not ping outside "myself"
Use the command,
#set_parms addl_netwrk
to specify the default gateway and the subnetmask.
what is the status of the link activity indicator (LED) at the network port on your server?
Do you have any more network cards in your system?
What is the other network device that you hooked in the same port and verified it as working?
-Vijay