1
sinoricky 2020-03-17 13:21:18 +08:00
cp /run/systemd/network/10-netplan-wlan0.network /etc/systemd/network/
nano /etc/systemd/network/10-netplan-wlan0.network 将 RouteMetric=100,改成 RouteMetric=0,保存退出,重启网络。 |
2
gaoyadianta OP @sinoricky 这不是 ubuntu 吧,已经搞定了,其他的都不改,只修改 /etc/network/interfaces 文件就可以了
|
3
sinoricky 2020-03-18 21:39:23 +08:00
解决了就好。我用的是 Ubuntu Server 18.04.4,一个网口走 Internet 公网,一个内网,需要将公网的优先级调高。
|
4
gatusokaka 2020-03-23 09:43:17 +08:00 via iPhone
@gaoyadianta 请问是怎么解决的,我的需求和你类似,能否把 interface 贴出来?
|
5
gaoyadianta OP @gatusokaka
auto lo iface lo inet loopback auto wlp2s0 iface wlp2s0 inet dhcp dns-nameservers 8.8.8.8 auto enp1s0 iface enp1s0 inet static address 192.168.1.111 netmask 255.255.255.0 dns-servers 8.8.8.8 |