# route del -net 0.0.0.0 @删除默认网关
# route add default gw x.x.x.x eth0 (设备名)@设置默认网关(出口设备)
设置开机启动:
在/etc/rc.local里添加上面这2段即可
原文地址:https://www.cnblogs.com/lewsuy/p/11362757.html
时间: 2024-10-08 04:23:18
# route del -net 0.0.0.0 @删除默认网关
# route add default gw x.x.x.x eth0 (设备名)@设置默认网关(出口设备)
设置开机启动:
在/etc/rc.local里添加上面这2段即可
原文地址:https://www.cnblogs.com/lewsuy/p/11362757.html