Operating System - HP-UX
1827692 Members
3228 Online
109967 Solutions
New Discussion

default route not working

 
Mark Fenton
Esteemed Contributor

default route not working

HP-UX 11.31
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?
4 REPLIES 4
Steven Schweda
Honored Contributor

Re: default route not working

> netconf:

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?
Michael Steele_2
Honored Contributor

Re: default route not working

Hi

Run

set_parms addl_netwrk

This command will walk you through the steps of setting up your default router
Support Fatherhood - Stop Family Law
Mark Fenton
Esteemed Contributor

Re: default route not working

Thanks for the suggestions.

Turns out the system wanted an actual reboot. (go figure -- I thought that was a Windows thing)
Mark Fenton
Esteemed Contributor

Re: default route not working

see previous