Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • thanks for your reply, nice idea that would do the job. What I am wodnering about: is this the default way how it's done in common linux distributions? Commented Jun 15, 2012 at 14:15
  • @stefan.at.wpf for debian install the resolvconf package Commented Jun 16, 2012 at 1:57
  • Nowadays in most common linux distributions network related stuff is managed by the "network-manager". The network manager modifies the file /etc/resolv.conf and fills it with whatever it thinks should be in there. In the past tools like dhclient and alike used to write to /etc/resolv.conf directly. Commented Jun 16, 2012 at 4:57