Debian下用network-manager管理网络
我们知道,debian下默认自动管理/etc/network/interface中的网络配置,我们要使用network-manager去管理就得先把/etc/network/interface中对应网卡配置注释掉,如下,将eth0注释掉
/etc/network/interface
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
#allow-hotplug eth0
#iface eth0 inet dhcp
再安装network-manager(后台程序), network-manager-gnome(前台UI,包含任务栏图标)或plasma-nm(KDE用),重启即可
发表于 2018-09-06 21:23:00 并被添加「」标签,阅读量: 728 。
此处评论已关闭