1.“ens33”查看自己的网卡名称命令ip add

2.编辑网卡配置文件

root@user:~# nano /etc/netplan/00-installer-config.yaml

 #注意文字内容之间的格式

# This is the network config written by 'subiquity'
network:
  ethernets:
    ens33:         
      dhcp4: no
      addresses: [192.168.227.130/24]
      gateway4: 192.168.227.2
      nameservers:
        addresses: [223.5.5.5,223.6.6.6]
  version: 2
 

3.配置完成后执行生效  netplan apply

Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐