cp /etc/network/interfaces /etc/network/interfaces.backup #备份原有网络配置
sudo nano /etc/network/interfaces
# Ethernet adapter 0
auto eth0
allow-hotplug eth0
#no-auto-down eth0
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
gateway 192.168.1.1
dns-nameservers 192.168.1.1
#dns-nameservers 1.1.1.1 1.0.0.1
reboot
本文来自投稿,不代表本站立场,如若转载,请注明出处: