Datacentre Support Reference Guides

HP: Routing
 

 
 

Setting up routing on 10.X systems:

HPUX 10.10

Setting up static routes involves using the /etc/rc.config.d/netconf file. Edit the following lines:

ROUTE_DESTINATION[0]=""
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]=""
ROUTE_COUNT[0]=""
ROUTE_ARGS[0]=""

so they look like:

ROUTE_DESTINATION[0]="default"
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]="192.168.12.254"
ROUTE_COUNT[0]="1"
ROUTE_ARGS[0]=""

or anything that makes sense.