Comment 35 for bug 279262

Revision history for this message
Alexander Sack (asac) wrote : Re: [Bug 279262] Re: network-manager After reboot network is totally broken

On Thu, Oct 09, 2008 at 12:29:25PM -0000, Claudio Satriano wrote:
> Ok, with "managed=true" NM now correctly detects my connection as
> online.
> However I'm not able to set up dns and default domain in NM, when I
> click on "OK" I got the "read only" error message.
>
> What I did therefore is seeting up dns on /etc/resolv.conf

if you want to use the /etc/network/interfaces, just add

 dns-nameservers 192.168.X.X (replace with your nameserver here).

 - Alexander