Hi,
On Thursday, June 30, 2011 06:00:33 PM Zenaan Harkness wrote:
> Hi, I feel imbecilic, because this is not making sense to me.
>
> Static ip, resolvconf installed, I even went so far as to purge
> uninstall dhcp3-client, and yet:
> on each reboot, resolv.conf comes up empty (no nameservers).
>
> Any ideas what the firetruck I'm missing? Is it some new init magic
> that I'm not familiar with?
>
> TIA
> Zen
You are missing the obvious thing:
> # Dynamic resolv.conf(5) file for glibc resolver(3) generated by
> resolvconf(8) # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE
> OVERWRITTEN nameserver 61.88.88.88
You can either edit the file /etc/network/interfaces
auto eth0
iface eth0 inet dhcp
dns-nameservers ip.addresse.des.nameservers << add this
Or the file /etc/dhcp3/dhclient.conf
prepend domain-name-servers 85.214.73.63; << add this
request subnet-mask, broadcast-address, time-offset,
routers, domain-name, domain-name-servers, host-name, << Delete
domain-name-servers
--
Erwin Mueller
http://www.global-scaling-institute.de/
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html