使用道具 举报
#!/bin/bash # # bash script for route add sudo route add default gw 220.166.162.161 &
#!/bin/sh if [ -x /etc/youraccount/.routegw ]; then /etc/youraccount/.routegw fi
大虾们不要笑话哦。
当然,如果你现在直接 #route add default gw xxx.xxx.xxx.xxx 就可以了。但缺点是reboot后就会lost your route
Post by ginkgo;1977302 这个还是编辑脚本比较快。 网络信息在 /etc/rc.d/rc.inet1.conf dns 在 /etc/resolv.conf 只要备份,修改这两个文件,比用其他命令配置要方便。 route add default gw 可以直接写在 /etc/rc.d/rc.local 里面。
本版积分规则 发表回复 回帖后跳转到最后一页