NetworkManager is the best way for end-users to configure their network I think these problems are happening with people who configured their networks using the command line using some cut-and-paste fiddling with pppoeconf or stuff in /etc.
To have NetworkManager manage all interfaces without editing ifupdown/interfaces files, this should work.
Check /etc/network/interfaces.
Press alt+F2 and paste in:
gksudo gedit /etc/network/interfaces
Remove everything but ******注意了,这里是除了下面两行,其余全部指出*****
auto lo iface lo inet loopback
Then Check /etc/NetworkManager/nm-system-settings.conf
Press alt+F2 and paste in:
gksudo gedit /etc/NetworkManager/nm-system-settings.conf
set
[ifupdown] managed=false
Restart computer or NetworkManager service.
From now on, only configure the network using the NetworkManager applet in the notification area (aka system tray).
本文介绍了一种通过NetworkManager简化网络配置的方法。建议用户移除命令行配置,并使用NetworkManager进行统一管理。文章提供了具体步骤,包括编辑配置文件和重启服务。

920

被折叠的 条评论
为什么被折叠?



