On 12/25/2016 03:31 PM, Gene Heskett wrote: > Then still as root, nano /etc/resolv.conf and make it read: > > nameserver 192.168.xx.1 (where xx is your local networks 3rd set of > numbers) > order hosts,dns (or order hosts,nameserver either seems to work fine) > > Write it, close nano, and chattr +i /etc/resolv.conf. cat it to be sure > its correct. > > Cheers, Gene Heskett
/etc/resolv.conf is a soft link to /run/resolvconf/resolv.conf. If you delete the soft link and create a real resolv.conf in /etc there's no need to go through the chattr nonsense since it won't be the file resolvconf tries to write to. Mark ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today.http://sdm.link/intel _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
