- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: default gateway 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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-28-2009 05:40 AM
тАО09-28-2009 05:40 AM
I have bl870c server with hp-ux 11iv3 installed. I have troubles configuring network settings.
I'm using network interface lan1:
bash-4.0# netstat -in
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lo0 32808 127.0.0.0 127.0.0.1 325538 0 325538 0 0
lan1 1500 172.20.122.0 172.20.122.15 108 0 99 0 0
default routing table entries:
bash-4.0# netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 32808
172.20.122.15 172.20.122.15 UH 0 lan1 32808
172.20.122.0 172.20.122.15 U 2 lan1 1500
127.0.0.0 127.0.0.1 U 0 lo0 32808
lan1 settings:
bash-4.0# ifconfig lan1
lan1: flags=1843
inet 172.20.122.15 netmask ffffff00 broadcast 172.20.122.255
With these settingss all hosts in subnet 172.20.122.0/24 are available:
bash-4.0# ping 172.20.122.13
PING 172.20.122.13: 64 byte packets
64 bytes from 172.20.122.13: icmp_seq=0. time=0. ms
64 bytes from 172.20.122.13: icmp_seq=1. time=0. ms
64 bytes from 172.20.122.13: icmp_seq=2. time=0. ms
But when I'm trying to add default gateway, I got error:
bash-4.0# route add net default 172.20.122.1
add net default: gateway 172.20.122.1: Network is unreachable
I can not understand where is the mistake.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-28-2009 06:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-28-2009 06:15 AM
тАО09-28-2009 06:15 AM
Re: default gateway unreachable
And review man pages for set_parms, a much easier way to configure your network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2009 01:23 AM
тАО09-30-2009 01:23 AM
Re: default gateway unreachable
I made changes in /etc/rc.config.d/nddconf:
TRANSPORT_NAME[1]=ip
NDD_NAME[1]=ip_ire_gw_probe
NDD_VALUE[1]=0
and noe problem resolved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-01-2009 06:19 PM
тАО10-01-2009 06:19 PM
Re: default gateway unreachable
You're going to have to open up another thread and also research dead gateway and keep alive both common arguements in the ndd command.
Additionally, place state exactly what your problem is both ndd arguements are solution to separate problems.