- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lan disconnection when using the gateway
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-28-2005 12:12 AM
08-28-2005 12:12 AM
lan disconnection when using the gateway
I have a disconnection when using telnet or ping command from an other server or PC to the server rp7420 running under HPUX11i.
In the same segment( 10.100.106.x) the telnet and ping work finely with out problem, but when using an other segment (10.100.2.x)by the gateway 10.100.106.254, we have the reply for 10 second only and after that we have disconection !!!
to be sure that the problem is not in the network installation, I have connect one PC in place the server rp7420 and give him the same ip address and the same gatway, so the ping work fine with out disconnect.
Is there any other configuration, or any other parameters to modify ( time out) to resolve the problem.
Best regards
Omar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2005 01:57 AM
08-28-2005 01:57 AM
Re: lan disconnection when using the gateway
netstat -in
netstat -rn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2005 02:36 AM
08-28-2005 02:36 AM
Re: lan disconnection when using the gateway
Or alternatively take a look at it for inconistent settings.
HP-UX networking rule #1: Can't have two nics on the same network. I'd have to see netmask to confirm this is the issue.
Don't back up netconf in rc.config.d it will double load.
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
08-29-2005 11:19 PM
08-29-2005 11:19 PM
Re: lan disconnection when using the gateway
The attached file contains the commands needed and the /etc/rc.config.d/netconf file.
Many thanks for your feedback.
Best regards
Omar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2005 12:27 AM
08-30-2005 12:27 AM
Re: lan disconnection when using the gateway
ndd -get /dev/ip ip_ire_gw_probe
If the result is 1, then the dead gateway detection option is turned on, *and* your network adamins have disabled ping in your gateway (try ping
ndd -get /dev/ip ip_ire_status | grep -e IRE_GATEWAY -e flag
and look for the word dead. To fix this, edit /etc/rc.config.d/nddconf and add:
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_ire_gw_probe
NDD_VALUE[0]=0
...assuming there are no other entries. Otherwise, change [0] to the next unused entry. Then run ndd -c and follow that with
ndd -get /dev/ip ip_ire_gw_probe
to see that it reads 0. That will eliminate the automatic disable for the route. To get the gateway goinh again, use the route command to delte the route and add it back again.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2005 03:03 AM
08-30-2005 03:03 AM
Re: lan disconnection when using the gateway
One interface on 10.100.106.x the other interface on 10.100.2.x. If using the same netmask and same router you will not win. Cannot have two nics on same network. Routing gets confused.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2005 07:44 AM
09-01-2005 07:44 AM