CentOS 多网卡配置 1:添加一块或多块网卡 2:cd /etc/udev/rules.d/ 3:cat 70-persistent-net.rules #查看网卡的名称 NAME="eth1",并记录MAC等信息。 4:cd /etc/sysconfig/network-scripts 5:cp ifcfg-eth0 ifcfg-eth1 6:vi ifcfg-eth1 7:修改DEVICE=eth0 ,修改HWADDR 8:nmcli con 查看网卡UUID,并修改原来的,或者注释掉UUID (#UUID) 9:reboot CentOS 网卡重命名 eth0 rename4 1:cd /etc/sysconfig/network-scripts 2:vi ifcfg-eth1 3:修改DEVICE=eth1 4:cd /etc/udev/rules.d/ 5:70-persistent-net.rules #存储网卡标识 6:vi 70-persistent-net.rules #编辑 7:reboot