目录
Ubuntu 16.04.5 LTS、Ubuntu 20.04.6 LTS
查看网卡信息
ifconfig
ifconfig -a
Ubuntu 16.04.5 LTS、Ubuntu 20.04.6 LTS
修改配置
vim /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
auto enp159s0f0
iface enp159s0f0 inet static
address 192.168.0.10
netmask 255.255.255.0
gateway 192.168.0.1
dns-nameservers 10.0.0.1
应用生效
systemctl status networking
systemctl restart networking
如果状态日志中出现找不到en

1万+




被折叠的 条评论
为什么被折叠?



