前段时间ifconfig
,ifup
朋友被替换了。总体上/etc/network/interfaces
似乎在 Ubuntu 中可以工作。
我正在运行一个没有ifup
我的/etc/network/interfaces
是
auto eth0
iface eth0 inet static
address 10.0.3.26
netmask 255.255.255.0
gateway 10.0.3.0
如果我运行新的
ip link set dev eth0 up
我获得了 DHCP 分配的 IP
ip a
15: eth0@if16: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc
noqueue state UP group default qlen 1000
link/ether 00:16:3e:84:8f:8d brd ff:ff:ff:ff:ff:ff link-netnsid 0
inet 10.0.3.190/24 brd 10.0.3.255 scope global dynamic eth0
NB“动态 eth0”
如果/etc/network/interfaces
不再使用,它的替代品是什么?