HOW-TO:Keep resolv.conf settings in STATIC IP after reboot
From XBMC
1. Create a file called /etc/resolvconf/resolv.conf.d/base
2. Add the following lines: (Using OpenDNS)
nameserver 208.67.222.222
nameserver 208.67.220.220
Note: In XBMCBuntu I had to do an:
apt-get install resolvconf
(I edited the /etc/resolv.conf and added the nameserver entry manually, which gets lost on reboot)
and the followed steps 1 and 2.
Cyber7 12:07, 23 January 2012 (EST)