1. 首页
  2. 数据库
  3. 其它
  4. CentOS8中的nmcli使用详解

CentOS8中的nmcli使用详解

上传者: 2021-01-15 22:21:57上传 PDF文件 46.85KB 热度 20次
基于RHEL8/CentOS8的nmcli常见命令使用 # 查看ip(类似于ifconfig、ip addr) nmcli # 创建connection,配置静态ip(等同于配置ifcfg,其中BOOTPROTO=none,并ifup启动) nmcli c add type ethernet con-name ethX ifname ethX ipv4.addr 192.168.1.100/24 ipv4.gateway 192.168.1.1 ipv4.method manual # 创建connection,配置动态ip(等同于配置ifcfg,其中BOOTPROTO=dhcp,并ifup
用户评论