> Ubuntu >

ubuntu在双网卡下配置route出口

ubuntu在双网卡下配置route出口

ubuntu网卡gatewayroute

编辑 /etc/rc.local, 增加如下内容,

红色部分的ip和设备名根据实际修改即可

route del default

route add default gateway 10.0.2.2 dev eth0 (责任编辑:IT)