|  | 
 
| 请大佬, 3399proD 设置本地eth0 静态IP:
 auto eth0iface eth0 inet staticaddress 192.168.3.10netmask 255.255.255.0gateway 192.168.3.1
 
 
 并设置了
 sudo  nmcli connection add type ethernet con-name eth0-static  ifname eth0 ipv4.addresses 192.168.3.10/24 ipv4.method manual connection.autoconnect yes,
 
 但网口拔出,再插上,无法获取到本地网口,请问这是啥原因?
 
 
 | 
 |