- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX 11.0: Network Is UnReachable
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-05-2004 11:18 AM
04-05-2004 11:18 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 03:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 03:14 PM
04-05-2004 03:14 PM
Re: HPUX 11.0: Network Is UnReachable
Post the error message from route command while adding the default route
Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 03:17 PM
04-05-2004 03:17 PM
Re: HPUX 11.0: Network Is UnReachable
You can disable the dead gateway detection permanently across reboot by adding following entries on /etc/rc.config.d/nddconf
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_ire_gw_probe
NDD_VALUE[0]=0
To add the default gateway permanently across reboots you need to put the below entry in /etc/rc.config.d/netconf file and restart the server.
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]=XX.XX.XX.XX
ROUTE_COUNT[0]=1
ROUTE_ARGS[0]=""
XX.XX.XX.XX is your gateway address.
Format for adding gateway manually on online system.
#route add default
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 04:28 PM
04-05-2004 04:28 PM
Re: HPUX 11.0: Network Is UnReachable
*) Confirm that u could able to communicate with HP box without firewall.
(from these u could isolate base configuration issues/hw & cable faulty) {try without gateway, routing - before modify the files notedown the entries}
o) Check "ndd -get /dev/ip/ip_ire_status" in basic setup.
*) Add gateway entry in /etc/rc.config.d/netconf, restart the service and check for route. {netstat -rn}
o) Check "ndd -get /dev/ip/ip_ire_status" in basic setup.
*) Check for communication from other systems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 11:15 PM
04-05-2004 11:15 PM
Re: HPUX 11.0: Network Is UnReachable
I did attempt to edit the /etc/rc.config.d/nddconf file with the entries
TRANSPORT_NAME=ip
NDD_NAME=ip_ire_gw_probe
NDD_ VALUE=0
Have double checked the /etc/rc.config.d/netconf file entries (As well as having it check by another sys admin....)
No success...still having the same issue
Questions:
What is the original default value for "ndd -set /dev/ip /dev/ip_ire_gw_probe paramter"?
What other areas should I check?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 11:34 PM
04-05-2004 11:34 PM
Re: HPUX 11.0: Network Is UnReachable
Hope this url will help u further.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=534209&sortPointsFlag=1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 06:26 AM
04-06-2004 06:26 AM
Re: HPUX 11.0: Network Is UnReachable
#route add default a.b.c.d 1
This is also specified as route_count in /etc/rc.config.d/netconf
hth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2004 07:12 PM
04-07-2004 07:12 PM
Re: HPUX 11.0: Network Is UnReachable
As from the message it seems there is blocking of ports at firewall .
R u able to ping the servers which is in the same network as of ur network.
Why gateway is required ?when u want to route the packets to other network,or defined to particular destination.
If it is showing not reachable means that u r in the one network segment and trying to reach the differnt segment.
Jaffar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2004 10:04 PM
04-07-2004 10:04 PM
Re: HPUX 11.0: Network Is UnReachable
Does HP allow to add a gateway which u can not ping ?.
This is something to do with ur security policies
Regds,
Kaps