HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Strange routing issue on HPUXi v2
Operating System - HP-UX
1834594
Members
3623
Online
110069
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
10-02-2006 06:48 AM
10-02-2006 06:48 AM
I tried posting this earlier, but I think whatever it was ate it, since it is no longer there.
Running an rx2620 in my lab environment. Trying to get it up on the network. For some reason, it is unable to see the gateway or anything beyond it, but the local segment comes back fine.
Able to ping and telnet within subnet, but unable to ping gateway nor can anything beyond gateway ping it. Other machines (windows only) have no problem.
Have run set_parms numerous times, verified netconf and netstat, both look ok.
System Info Below:
# netstat -r
Routing tables
Destination Gateway Flags Refs Interface Pmtu
localhost localhost UH 0 lo0 4136
HouLab1 HouLab1 UH 0 lan0 4136
192.168.97.0 HouLab1 U 2 lan0 1500
loopback localhost U 0 lo0 0
default 192.168.97.1 UG 0 lan0 0
# netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
192.168.97.238 192.168.97.238 UH 0 lan0 4136
192.168.97.0 192.168.97.238 U 2 lan0 1500
127.0.0.0 127.0.0.1 U 0 lo0 0
default 192.168.97.1 UG 0 lan0 0
HOSTNAME="HouLab1"
OPERATING_SYSTEM=HP-UX
LOOPBACK_ADDRESS=127.0.0.1
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=192.168.97.238
SUBNET_MASK[0]=255.255.255.0
BROADCAST_ADDRESS[0]=""
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]=0
GATED=0
GATED_ARGS=""
RDPD=0
ROUTE_GATEWAY[0]=192.168.97.1
ROUTE_COUNT[0]=1
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=255.255.255.0
Running an rx2620 in my lab environment. Trying to get it up on the network. For some reason, it is unable to see the gateway or anything beyond it, but the local segment comes back fine.
Able to ping and telnet within subnet, but unable to ping gateway nor can anything beyond gateway ping it. Other machines (windows only) have no problem.
Have run set_parms numerous times, verified netconf and netstat, both look ok.
System Info Below:
# netstat -r
Routing tables
Destination Gateway Flags Refs Interface Pmtu
localhost localhost UH 0 lo0 4136
HouLab1 HouLab1 UH 0 lan0 4136
192.168.97.0 HouLab1 U 2 lan0 1500
loopback localhost U 0 lo0 0
default 192.168.97.1 UG 0 lan0 0
# netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
192.168.97.238 192.168.97.238 UH 0 lan0 4136
192.168.97.0 192.168.97.238 U 2 lan0 1500
127.0.0.0 127.0.0.1 U 0 lo0 0
default 192.168.97.1 UG 0 lan0 0
HOSTNAME="HouLab1"
OPERATING_SYSTEM=HP-UX
LOOPBACK_ADDRESS=127.0.0.1
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=192.168.97.238
SUBNET_MASK[0]=255.255.255.0
BROADCAST_ADDRESS[0]=""
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]=0
GATED=0
GATED_ARGS=""
RDPD=0
ROUTE_GATEWAY[0]=192.168.97.1
ROUTE_COUNT[0]=1
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=255.255.255.0
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2006 07:47 AM
10-02-2006 07:47 AM
Solution
don't put information in ROUTE_MASK field.
ROUTE_DESTINATION[0]="default"
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]="192.168.97.1"
ROUTE_COUNT[0]="1"
ROUTE_ARGS[0]=""
Still if you do have problem then move /etc/rc.config.d/netconf file and then use set_parms to recreate it.
ROUTE_DESTINATION[0]="default"
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]="192.168.97.1"
ROUTE_COUNT[0]="1"
ROUTE_ARGS[0]=""
Still if you do have problem then move /etc/rc.config.d/netconf file and then use set_parms to recreate it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2006 04:20 AM
10-03-2006 04:20 AM
Re: Strange routing issue on HPUXi v2
IT_2007, I had tried that. I added the ROUTE_MASK since it didn't work without it and it was just a test.
I did finally manage to track it down. Issue was with my switch, set to ignore IP's above a certain number for security purposes. Network guy never told me about that little 'feature' he had setup.
I did finally manage to track it down. Issue was with my switch, set to ignore IP's above a certain number for security purposes. Network guy never told me about that little 'feature' he had setup.
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