首页 > 代码库 > ubuntu网络配置

ubuntu网络配置

配置网络时发现ubuntu14.04如果在桌面环境下配置网络,会写入/etc/NetworkManager/system-connections/Wired\ connection\ 1 文件中,但是如果你继续配置/etc/network/interfaces 则重启网络之后会以interfaces文件的配置为准。

在最新的ubuntu 14.04中,/etc/resolv.conf 在系统重启之后,会被重新生成,这样你原来配置的DNS就消失了,但是,你可以设置/etc/resolvconf/resolv.conf.d/head  

ubuntu网络配置