全部博文(68)
分类:
2005-05-18 13:10:04
Step 1: edit /etc/defaultrouter
Using the editor of your choice, edit the file /etc/defaultrouter -- the only line in the file should be the default route of the system, for example: 192.168.1.1. This change will not take effect until the system is rebooted.
Step 2: Delete the current default route
To make the route change take effect immediately, you must first delete the default route. If the current default route is 192.168.254.1, then the command would be:
route delete default 192.168.254.1 |
route add default 192.168.1.1 |