修改Debian11网卡名称为eth格式 最后更新时间:2022年12月09日 SymptomDebian 11网卡名称不是eth0格式Cause不知道,没了解过Solutionsed -i 's/GRUB_CMDLINE_LINUX=\"\"/GRUB_CMDLINE_LINUX=\"net.ifnames=0\ biosdevname=0\"/g' /etc/default/grub sed -i 's/ens192/eth0/g' /etc/network/interfaces update-grub reboot
Comments | NOTHING
该文章已经关闭评论