- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Configused with ping response
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
08-05-2004 07:22 PM
08-05-2004 07:22 PM
Configused with ping response
I have installed an HP-UX server on L Class
H/W and configure the netconf.
I am able to ping entire network through
that server but cannot ping that server
from any of my machines on the network.
What could be the possible reason for this.
Thanks,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 07:31 PM
08-05-2004 07:31 PM
Re: Configused with ping response
think you're missing the default gateway entry
look with
netstat -rn
if you don't see an entry with
destination gateway
default
then you can create it with
route add default
This should do the trick
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 07:46 PM
08-05-2004 07:46 PM
Re: Configused with ping response
If you are trying with an alias name you must include it in a global resolution technique like a DNS. In other case you must define it in each node's hosts file, not recommended.
If you are trying with an IP address check any firewall/router restriction.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 07:48 PM
08-05-2004 07:48 PM
Re: Configused with ping response
surely you are missing gateway or gateway IP may wrong
#netstat -rn
check for default gateway
to correct this
#route add default < Gateway IP>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 07:51 PM
08-05-2004 07:51 PM
Re: Configused with ping response
Do you use DHCP or static IP?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 08:00 PM
08-05-2004 08:00 PM
Re: Configused with ping response
can you ping the server from itself
Also
Ping another machine with the -ov option
ping -ov othermachine 64 3
Does the answer come back the same way.
Do the other machines resolve the name properly
see nslookup lclassname on other machines
and on the lclass
do it for both the system name and ip
do you get the same results
Finally
Are there errors in /var/adm/syslog/syslog;log
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 08:33 PM
08-05-2004 08:33 PM
Re: Configused with ping response
Now I am able to ping to the server but
when I telnet to it
CONNECTION REFUESD
Why is it so ??
Thanks
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 08:39 PM
08-05-2004 08:39 PM
Re: Configused with ping response
The telnet client supplies an ip address to the server as connection is being
established
If the dns system has any trouble getting a good host name it refuses
There should be an error in
/var/adm/syslog/syslog.log
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 08:58 PM
08-05-2004 08:58 PM
Re: Configused with ping response
Any Telnet deny restriction into /var/adm/inetd.sec file?
For detailed info about "man inetd.sec"
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2004 01:31 AM
08-06-2004 01:31 AM
Re: Configused with ping response
if someone of us could help you then please assign points
"I have assigned points to 77 of 387 responses to my questions."
isn't really a good statistic ...
Regards
Franky