查看网卡的名称
ifconfig
sudo vi /etc/default/grub
修改参数GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0"
使之生效
update-grub
sudo vi /etc/network/interfaces
增加两行eth0为想要修改的名字
auto eth0
iface eth0 inet dhcp
重启
查看网卡的名称
ifconfig
sudo vi /etc/default/grub
修改参数GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0"
使之生效
update-grub
sudo vi /etc/network/interfaces
增加两行eth0为想要修改的名字
auto eth0
iface eth0 inet dhcp
重启
本文标题:Ubuntu修改网卡名称
本文链接:https://www.haomeiwen.com/subject/arqfuctx.html
网友评论