当前位置:首页 > Linux > 正文内容

CentOS9设置IP

X1e1个月前 (10-15)Linux60

CentOS9的网卡配置文件路径在/etc/NetworkManager/system-connections/目录下,类似于enp2s0.nmconnection之类的文件(其中enp2s0是网卡名称)

centos9-root

如上图,文件夹下可以看到所有的文件,机器有几张网卡就看到几个文件,可以选择相应文件修改,比如我们这里在用网卡是enp2s0

[connection]id=enp2s0
uuid=17562457-5af0-1137-4cea-637e1f345447type=ethernet
autoconnect-priority=-999interface-name=enp2s0[ethernet][ipv4]address1=192.168.1.2/29,192.168.1.1dns=8.8.8.8;method=manual[ipv6]addr-gen-mode=eui64
method=auto

修改之后,保存,退出,并重启网卡。

nmcli c reload                         # 重载配置文件nmcli c up enp2s0                      # 重启enp2s0网卡

注意centos9系统中service和systemctl已经不能用来操作网卡了


扫描二维码推送至手机访问。

版权声明:本文由X1e发布,如需转载请注明出处。

本文链接:https://x1e.fun/?id=3

分享给朋友:
返回列表

没有更早的文章了...

没有最新的文章了...

“CentOS9设置IP” 的相关文章