Skip to content
Go back

ubuntu网卡显示有线未托管

Edit page

ubuntu网卡显示有线未托管

原因是因为Ubuntu没有管理该系统中的网卡

解决方案

auto lo
iface lo inet loopback

auto ens33
# iface ens33 inet dhcp
# dns-nameservers 8.8.8.8

Reference:


Edit page
Share this post on:

Previous Post
在kotlin项目中kotlin-jpa插件导致导致null检查失效
Next Post
maven下载依赖时出现报错Could not transfer artifact xxx from/to maven-default-http-blocker (http://0.0.0.0/)