- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- default route not working
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
11-25-2009 01:17 PM
11-25-2009 01:17 PM
default route not working
netconf:
HOSTNAME="bart"
OPERATING_SYSTEM=HP-UX
LOOPBACK_ADDRESS=127.0.0.1
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=10.24.60.33
SUBNET_MASK[0]=255.255.0.0
BROADCAST_ADDRESS[0]="10.24.255.255"
INTERFACE_STATE[0]="up"
DHCP_ENABLE[0]=1
INTERFACE_MODULES[0]=""
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]="0.0.0.0"
ROUTE_GATEWAY[0]=10.24.62.1
ROUTE_COUNT[0]=1
ROUTE_ARGS[0]=""
ROUTE_SOURCE[0]="10.24.60.33"
LANCONFIG_ARGS[0]=ether
GATED=0
GATED_ARGS=""
RDPD=0
RARPD=0
DEFAULT_INTERFACE_MODULES=""
#
INTERFACE_NAME[1]="lan1"
IP_ADDRESS[1]="192.168.2.101"
SUBNET_MASK[1]="255.255.255.0"
BROADCAST_ADDRESS[1]="192.168.2.255"
INTERFACE_STATE[1]="up"
DHCP_ENABLE[1]=0
INTERFACE_MODULES[1]=""
netstat -rnv
Routing tables
Dest/Netmask Gateway Flags Refs Interface Pmtu
127.0.0.1/255.255.255.255 127.0.0.1 UH 0 lo0 32808
10.24.60.33/255.255.255.255 10.24.60.33 UH 0 lan0 32808
192.168.2.101/255.255.255.255 192.168.2.101 UH 0 lan1 32808
192.168.8.6/255.255.255.255 10.24.62.1 UGH 0 lan0 1500
192.168.2.0/255.255.255.0 192.168.2.101 U 2 lan1 1500
10.24.0.0/255.255.0.0 10.24.60.33 U 2 lan0 1500
161.208.210.0/255.255.255.0 10.24.60.3 UG 0 lan0 1500
127.0.0.0/255.0.0.0 127.0.0.1 U 0 lo0 32808
default/0.0.0.0 10.24.62.1 UG 0 lan0 1500
I can ftp to my server in the DMZ (via the ISA gateway) after adding that explicit route, but 'generic' routing to the internet fails with Network Unreachable error. Obviously I can't go about adding explicit routes for every damn website I want to connect to.
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2009 02:27 PM
11-25-2009 02:27 PM
Re: default route not working
Interesting, but this is what you're
requesting, not necessarily what's true.
> DHCP_ENABLE[0]=1
You want this?
> I can ftp to my server in the DMZ (via the
> ISA gateway)
IP addresses?
> after adding that explicit route,
Which was?
> [...] but 'generic' routing to the internet
> fails [...]
Evidence? (Actual commands, output?)
Can you reach 10.24.62.1?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2009 02:29 PM
11-25-2009 02:29 PM
Re: default route not working
Run
set_parms addl_netwrk
This command will walk you through the steps of setting up your default router
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2009 03:25 PM
11-25-2009 03:25 PM
Re: default route not working
Turns out the system wanted an actual reboot. (go figure -- I thought that was a Windows thing)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2009 03:26 PM
11-25-2009 03:26 PM