From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RVdtq-0002Eq-7E for garchives@archives.gentoo.org; Wed, 30 Nov 2011 06:44:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6333521C1D8; Wed, 30 Nov 2011 06:43:55 +0000 (UTC) Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) by pigeon.gentoo.org (Postfix) with ESMTP id E9101E0441 for ; Wed, 30 Nov 2011 06:42:51 +0000 (UTC) Received: by eekc41 with SMTP id c41so123047eek.40 for ; Tue, 29 Nov 2011 22:42:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; bh=7hmFP2G2hNVustipqqtVHp/gL0d1NnnsdhDhshBL1s4=; b=QYVovR+DiQ72ApQSW0bZa1rjER4pIfhr/D+ICPaK4W+NlxN9NLIYccJa/S+qbVDuGr 0LeXsPAQvaVFKVSrCs3m8fhZv45UoXqvLlUTLI6jfV+f2eYWx6PdEJ9ufOyc0CNCjxJU 2rkufuksMqcuT6nw9gkxIxyNjoZPaijOW4JOU= Received: by 10.14.35.93 with SMTP id t69mr77459eea.206.1322635371154; Tue, 29 Nov 2011 22:42:51 -0800 (PST) Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa. [217.169.3.230]) by mx.google.com with ESMTPS id 8sm2848939eei.8.2011.11.29.22.42.49 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 Nov 2011 22:42:49 -0800 (PST) From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] openrc 0.9.4 : opaque warnings Date: Wed, 30 Nov 2011 06:43:40 +0000 User-Agent: KMail/1.13.7 (Linux/3.0.6-gentoo; KDE/4.6.5; x86_64; ; ) References: <20111128101753.GF3178@ca.inter.net> <20111129114157.GA3067@ca.inter.net> In-Reply-To: <20111129114157.GA3067@ca.inter.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart15036650.uRHd71L2rt"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201111300643.49457.michaelkintzios@gmail.com> X-Archives-Salt: 018a8cd1-c404-4e12-a8bb-e3fe8e8ae68f X-Archives-Hash: e0b4640d6e3d7a264314c9958f211d4b --nextPart15036650.uRHd71L2rt Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Tuesday 29 Nov 2011 11:41:57 Philip Webb wrote: > A further question: since I had previously updated /etc/conf.d/net , > I was given a router by my ISP & therefore started to use DHCP. > The new net.example file suggests I might make further changes in 'net' > & simplify my configuration files. What I have now in 'net' is : >=20 > # For a static configuration use eg : > # PP 111129 : drop Bash syntax to avoid start-up warning > #config_eth0=3D( "192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.2= 55" > ) config_eth0=3D"192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.25= 5" > # You need to create the PPP net script yourself: > # do it via 'cd /etc/init.d ; ln -s net.lo net.ppp0' > # We have to instruct ppp0 to actually use ppp > config_ppp0=3D( "ppp" ) =46irst of all you should not use brackets in the new format. Second, why do you need PPP, unless this is a router that also authenticate= s=20 into your ISP's adsl radius server? > # Each PPP interface requires an interface to use as a "Link" > link_ppp0=3D"eth0" # PPPoE requires an ethernet interface Ditto. > # Specify what pppd plugins you want to use: available are: > # pppoe, pppoa, capi, dhcpc, minconn, radius, radattr, radrealms, winbind > plugins_ppp0=3D( "pppoe" ) No brackets in the new file format as previous message advised and as I sai= d=20 above, think again if you need PPP authentication performed by your Gentoo = box=20 (because your new router does this now). > # PPP requires at least a username. > # It will use the password specified in /etc/ppp/*-secrets > username_ppp0=3D'****@***' > #pppd_ppp0=3D( "debug" "updetach" "noauth" "defaultroute" "usepeerdns" > "persist" ) pppd_ppp0=3D( "updetach" "defaultroute" ) Don't need these at all. HTH. =2D-=20 Regards, Mick --nextPart15036650.uRHd71L2rt Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iEYEABECAAYFAk7V0KUACgkQVTDTR3kpaLZn4ACglzvrkVtQF+qhyNJl0z7KwNuk 5dQAn1i2QVyz33VlKbZ8NdvOQeLyEWiM =a7eV -----END PGP SIGNATURE----- --nextPart15036650.uRHd71L2rt--