Gentoo Archives: gentoo-user

From: Roy Wright <roy@××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] What do I put in the /etc/conf.d/net....
Date: Sun, 27 Sep 2009 01:16:52
Message-Id: B9640FA0-94FD-4BB6-B521-19FCEA8FC656@wright.org
In Reply to: [gentoo-user] What do I put in the /etc/conf.d/net.... by David Juhl
1 On Sep 26, 2009, at 3:11 PM, David Juhl wrote:
2
3 > What do I put in the /etc/conf.d/net to specify name servers? I can't
4 > seem to modify the /etc/resolv.conf and get it to sick at boot.
5 >
6
7 grep -i dns /usr/share/doc/openrc/net.example
8
9 The short answer is something like:
10
11 dns_servers_eth0="192.168.0.2 192.168.0.3"
12
13 HTH,
14 Roy

Replies

Subject Author
Re: [gentoo-user] What do I put in the /etc/conf.d/net.... David Juhl <commo_puke@×××××.com>