Gentoo Archives: gentoo-user

From: Willie Wong <wwong@×××××××××.EDU>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] conf.d/net config syntax
Date: Mon, 16 Jan 2006 20:06:49
Message-Id: 20060116200309.GC2391@princeton.edu
In Reply to: [gentoo-user] conf.d/net config syntax by Jean Magnan de Bornier
1 On Mon, Jan 16, 2006 at 08:06:14PM +0100, Penguin Lover Jean Magnan de Bornier squawked:
2 > Hi all,
3 > I have a very simple conf.d/net file:
4 >
5 > .................................
6 > iface_eth0="dhcp"
7 > ifconfig_eth0=( "dhcp" )
8 > #ipaddr-eth0=( "dhcp" )
9 > dhcpcd_eth0="-t 30"
10 > fallback_eth0=( "194.199.136.151 netmask 255.255.255.0 " )
11 > fallback_route_eth0=( "default via 194.199.136.250" )
12 <snip>
13 > You are using a depreciated configuration syntax for eth0
14 > You are advised to read /etc/conf.d/net.example and upgrade it accordingly
15
16 instead of iface_eth0="dhcp" or ifconfig_eth0=("dhcp"), you want
17 to write config_eth0=( "dhcp" )
18
19 W
20 >
21 --
22 3.1415926535897932384626433832795028841971693993751058209749445923078164062862
23 089986280348253421170679821480865132823066470938446095505822317253594081284811
24 Sortir en Pantoufles: up 65 days, 12:21
25 --
26 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] conf.d/net config syntax Jean Magnan de Bornier <jean@×××××××.net>