Gentoo Archives: gentoo-user

From: William Hubbs <williamh@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] /etc/conf.d/net syntax under new baselayout?
Date: Wed, 11 May 2011 00:43:50
Message-Id: 20110511004221.GA21918@linux1
In Reply to: [gentoo-user] /etc/conf.d/net syntax under new baselayout? by Walter Dnes
1 Hi Walter,
2
3
4 On Tue, May 10, 2011 at 08:19:10PM -0400, Walter Dnes wrote:
5 > config_eth0=
6
7 The quote on the line below this should be moved up, so it looks like:
8
9 config_eth0="
10 192.168.123.249/29 broadcast 192.168.123.255 mtu 1454
11 169.254.1.3/16 broadcast 169.254.255.255"
12 routes_eth0=
13
14 Same here:
15
16 routes_eth0="
17 default via 192.168.123.254 metric 2
18 192.168.123.248/29 via 192.168.123.254 metric 0
19 169.254.0.0/16 via 169.254.1.3 metric 0"
20
21 Try that and write back if it doesn't work.
22
23 William

Replies

Subject Author
[gentoo-user] Re: [SOLVED] /etc/conf.d/net syntax under new baselayout? Walter Dnes <waltdnes@××××××××.org>