======================================================= HP: Routing ======================================================= :Title: HP: Routing :Author: Douglas O'Leary :Description: HP: Routing :Date created: 06/18/2009 :Date updated: 06/18/2009 :Disclaimer: Standard: Use the information that follows at your own risk. If you screw up a system, don't blame it on me... Setting up static routes on 10.X systems: 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]=""