HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Gateway problem
Operating System - HP-UX
1837969
Members
3051
Online
110124
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
06-17-2001 11:21 PM
06-17-2001 11:21 PM
I have just configured network on a HP 11.00 machine. I have provided gateway address in the netconf file. Initially when I do net start it is able to ping the external hosts but after sometime (say 1 min.) it is not able to ping any of the external network hosts but can ping the hosts on the same network. The same configuration (with different IP address) is working on 10.20 machines. Any one have the reason and solution.
Many Thanks !
Manoj
Many Thanks !
Manoj
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2001 11:49 PM
06-17-2001 11:49 PM
Re: Gateway problem
After ./sbin/init.d/net [sto|start] check th gateway with netstat -rn,if you have problem reboot your system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2001 11:57 PM
06-17-2001 11:57 PM
Solution
Hi,
HP-UX 11.00 features "Dead Gateway Detection", which means that the system will remove the default route after a certain interval if it cannot ping the default gateway.
You can disable this feature with ndd:
# ndd -set /dev/ip ip_ire_gw_probe 0
To set this param to 0 at boot time you have to modify /etc/rc.config.d/nddconf:
TRANSPORT_NAME[n]=ip
NDD_NAME[n]=ip_ire_gw_probe
NDD_VALUE[n]=0
where n is the first available number, starting from 0.
You might want to install the latest ARPA transport and STREAMS patches to make sure ndd is up to date and supports all possible configurable parameters.
HTH.
Regards,
Vincent
HP-UX 11.00 features "Dead Gateway Detection", which means that the system will remove the default route after a certain interval if it cannot ping the default gateway.
You can disable this feature with ndd:
# ndd -set /dev/ip ip_ire_gw_probe 0
To set this param to 0 at boot time you have to modify /etc/rc.config.d/nddconf:
TRANSPORT_NAME[n]=ip
NDD_NAME[n]=ip_ire_gw_probe
NDD_VALUE[n]=0
where n is the first available number, starting from 0.
You might want to install the latest ARPA transport and STREAMS patches to make sure ndd is up to date and supports all possible configurable parameters.
HTH.
Regards,
Vincent
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP