For When You Can't Have The Real Thing
[ start | index | login ]
start > HPUX > routing

routing

Created by dave. Last edited by dave, 16 years and 311 days ago. Viewed 6,346 times. #1
[edit] [rdf]
labels
attachments

Creating a default route on HP/UX

From the command line:

## route add default $IP $metric
# route add default 192.168.99.254 1

The gotcha is that the metric is not optional. If you don't use it, route will whine with:

# route add default 192.168.99.129
add net default: gateway 192.168.99.129: Network is unreachable
no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt