Centos stream9 网卡配置

Centos stream9 网卡配置

1
cd /etc/NetworkManager/system-connections/

命令行配置网卡

1
nmcli c mod eno1 ipv4.addresses 192.168.1.181/24  #eno1为网卡名 固定IP
1
nmcli c mod eno1 ipv4.gateway 192.168.1.1  #网管
1
nmcli c mod eno1 ipv4.method manual  #手动配置网卡信息
1
nmcli c mod eno1 ipv4.dns "114.114.114.114"  #dns解析
1
nmcli connection up eno1  #启动网卡

配置开机自启

1
vim /etc/NetworkManager/system-connections/eno1.nmconnection  #eno1.nmconnection为网卡名

添加

1
2
在[connection] 块里面 添加
autoconnect=true

重启测试网卡是否自启

1
reboot

Centos stream9 网卡配置
http://ziiix.cn/2024/11/08/Centos stream9 网卡配置/
作者
John Doe
发布于
2024年11月8日
许可协议