unbuntu18 netplan 配置固定IP

Posted zzss

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了unbuntu18 netplan 配置固定IP相关的知识,希望对你有一定的参考价值。

编辑文件

sudo vim /etc/netplan/50-cloud-init.yaml

内容

network:
  version: 2
  renderer: networkd
  ethernets:
    enp0s3:
     dhcp4: no
     addresses: [192.168.1.myip/24]
     gateway4: 192.168.1.1
     nameservers:
       addresses: [8.8.8.8,8.8.4.4]

网络设置生效

sudo netplan apply

以上是关于unbuntu18 netplan 配置固定IP的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu18配置静态IP地址

Ubuntu配置静态IP

Ubuntu 18.4配置IP和网卡bond

Ubuntu 18.4配置IP和网卡bond

Ubuntu 18.4配置IP和网卡bond

Ubuntu 18.4配置IP和网卡bond