参考:https://pimylifeup.com/ubuntu…
批改文件:/etc/netplan/00-installer-config.yaml
批改为:
network:
ethernets:
ens33:
#dhcp4: true
dhcp4: false
addresses: [192.168.0.150/24]
gateway4: 192.168.0.1
nameservers:
addresses: [8.8.8.8, 8.8.4.4]
version: 2
批改实现后,执行命令: sudo netplan apply
留神 gatway4,一开始依照参考链接中批改为 192.168.1.1,不能上网,批改为 192.168.0.1 后就好了。