Hi Nathan, I am having exactly the same problem. This has been my solution so far, but happy to listen to alternatives: # login as root ssh root@node
# configure resolv.conf properly (DNS servers plus domain/search field) system-config-network # remove shadow resolv.conf file rm /etc/resolv.conf.save # edit interface config to have: NM_CONTROLLED="no" vim /etc/sysconfig/network-scripts/ifcfg-eth0 I hope that helps! By the way, why is this happening? Not sure whether it is a bad configuration on my end or a bad move with recent updates. Best regards, Sebastian. 2015-08-07 18:34 GMT+01:00 Nathan Moore <[email protected]>: > Hi All, > > I have a machines running SL7 with static IP's. Whenever I restart the > network w/ "service network restart", /etc/resolv.conf is rewritten. I've > read that you can "solve" this problem by stopping network manager (ie, > "service > NetworkManager stop; > > chkconfig --level 12345 NetworkManager off > " ) > > > Is this the right way to approach the problem? > > > -- > - - - - - - - - - - - - - - - - - - - - - > Nathan Moore > Mississippi River and 44th Parallel > - - - - - - - - - - - - - - - - - - - - - > >
