Add a default route
This command will add a default route (gateway). You should create an /etc/defaultrouter file with the IP to have it set to this for each boot.
route add default xxx.xxx.xxx.xxx
route add default xxx.xxx.xxx.xxx
RSS feed for comments on this post. TrackBack URL
Sur_hodge said on November 7, 2010
is it possible to change defaultroute while system is running ?
Steven Xie said on November 23, 2010
yes. route add default xxx.xxx.xxx.xxx does it while system is running.