linux redhat 为什么 resolve.conf 会改变

linux redhat 为什么 resolve.conf 会改变

我有一个非常奇怪的问题在我的 Linux 机器上 - Redhat 6.7 版本

当我更新我的 resolve.conf 文件如下时:

 options attempts:2
 options timeout:1
 search usa.Pe.corp  tedcruz.usa.fb.corp
 nameserver 10.9.145.145
 nameserver 10.9.100.103
 nameserver 43.11.0.14 

服务网络重启我得到不同的 resolve.conf 文件,如下所示

 options attempts:2
 options timeout:1
 search usa.Pe.corp 
 nameserver 10.9.145.145

请建议如何禁用/堵塞resolve.conf 文件有任何改变吗?

请告知为什么文件在之后发生变化网络重启或之后重启

相关内容