- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- default gateway does not establish
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
04-02-2004 05:48 AM
04-02-2004 05:48 AM
default gateway does not establish
ROUTE_DESTINATION[0]="default"
ROUTE_MASK[0]="255.255.0.0"
ROUTE_GATEWAY[0]="10.1.1.1"
ROUTE_COUNT[0]="1"
Has anyone seen this before?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 05:51 AM
04-02-2004 05:51 AM
Re: default gateway does not establish
Must have took a while to boot the server...
Are you trying to enable the gateway/ipadress on the right interface. Check lanscan for ppa numbers and do a lanadmin ppa number and check if the interface is up.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 06:09 AM
04-02-2004 06:09 AM
Re: default gateway does not establish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 06:12 AM
04-02-2004 06:12 AM
Re: default gateway does not establish
Are you able to ping the gateway?
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 06:16 AM
04-02-2004 06:16 AM
Re: default gateway does not establish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 06:16 AM
04-02-2004 06:16 AM
Re: default gateway does not establish
This doesn't sound like a dead gateway detection issue, but you can try pinging your gateway from the server in question to see if it accepts ICMP requests. If not, you need to be sure dead gateway detection is turned off.
If this is the issue, add the following to /etc/rc.config.d/nddconf
NDD_NAME[0]=ip_ire_gw_probe
NDD_VALUE[0]=0
You can also run this from the command line:
ndd -set /dev/ip ip_ire_gw_probe 0
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 06:17 AM
04-02-2004 06:17 AM
Re: default gateway does not establish
Let me get this straight. When the server boots, the gateway is not set, when you type route add default the gateway is not set, Only with a net start the gateway can be set...
When the server starts net start is called. Could you post the network part of /etc/rc.log?
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 06:29 AM
04-02-2004 06:29 AM
Re: default gateway does not establish
#route add default 255.255.0.0 10.1.1.1 1
usage: add destination [netmask mask] gateway [metric]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 06:33 AM
04-02-2004 06:33 AM
Re: default gateway does not establish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 06:46 AM
04-02-2004 06:46 AM
Re: default gateway does not establish
That you can ping the gateway is not to check if the gateway works, but to check if it responds.
The net start command seemed to work in the boot process.
Configure LAN interfaces
Output from "/sbin/rc2.d/S340net start":
The route command should be:
/usr/sbin/route [-f] [-n] [-p pmtu] add [net|host] destination [netmask mask] gateway [count]
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90692/B2355-90692_top.html&con=/hpux/onlinedocs/B2355-90692/00/01/112-con.html&toc=/hpux/onlinedocs/B2355-90692/00/01/112-toc.html&searchterms=1M%7croute&queryid=20040402-124326
So i would try:
# route add default 10.1.1.1 1
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 06:55 AM
04-02-2004 06:55 AM
Re: default gateway does not establish
I assume you know you can check the settings with netstat -r[n]
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 02:39 PM
04-02-2004 02:39 PM
Re: default gateway does not establish
Try commenting the line ROUTE_MASK[0]="255.255.0.0".
or make it look like ROUTE_MASK[0]=""
This field is always an optional field. I think this is creating you the trouble while assigning the default gateway.
With best wishes
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 05:54 PM
04-02-2004 05:54 PM
Re: default gateway does not establish
make sure you haven't got another routing entry in your netconf file with the same array index, i.e. more lines that look like this:
ROUTE_DESTINATION[0]=
ROUTE_MASK[0]=
ROUTE_GATEWAY[0]=
ROUTE_COUNT[0]=
any other routing entries should have an incremented index for the array (1,2,3 etc,) otherwise /sbin/init.d/net only pays attaention to the last entry with a given index. Take a look at the bottom of the file where SAM has a tendency to add entries.
HTH
Duncan
I am an HPE Employee
