From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-46332-garchives=archives.gentoo.org@gentoo.org>)
	id 1G19ts-0004OT-QQ
	for garchives@archives.gentoo.org; Thu, 13 Jul 2006 22:43:17 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k6DMVQeh007929;
	Thu, 13 Jul 2006 22:31:26 GMT
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191])
	by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k6DLxND0010761
	for <gentoo-user@lists.gentoo.org>; Thu, 13 Jul 2006 21:59:24 GMT
Received: by nf-out-0910.google.com with SMTP id y38so29586nfb
        for <gentoo-user@lists.gentoo.org>; Thu, 13 Jul 2006 14:59:23 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
        b=Q/63eGErbN8UjuloihCTXcqiiPNrq4nxGO9P5JDW4BqKLmtby10H0oeutW7F7pQzAgKbEE41tlUQ1DhCmTPZLG5PNlA0Jif9TKyhoCSqD8JEdYCMV5DGCspPRJqVduGzv1IQfD3hZPohD6v8H5mdBADrUiOeGAi9+fDGR9jBVow=
Received: by 10.78.158.11 with SMTP id g11mr1227599hue;
        Thu, 13 Jul 2006 14:59:23 -0700 (PDT)
Received: by 10.78.15.6 with HTTP; Thu, 13 Jul 2006 14:59:23 -0700 (PDT)
Message-ID: <894a74bd0607131459g5eeb1562jdeab6f17547dadff@mail.gmail.com>
Date: Thu, 13 Jul 2006 23:59:23 +0200
From: "=?ISO-8859-1?Q?Manuel_P=E9rez_L=F3pez?=" <mapelo@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] problem with eth0 and rc-update
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Archives-Salt: eb0a6fe1-aef7-46ea-92c1-ee3b5030afdc
X-Archives-Hash: a7811ba77ade9cf9c5402bf0a1f3526c

I do not know why my eth0 does not start right at default or boot time
(or later). I have to
restart it manualy everytime with '/etc/init.d/net.eth0 restart', and then (it
is my gate to ADSL) my conection to internet is up. What's the problem?

This is my rc-update show (I have 2 eth and 2 wlan)

              acpid |      default
           alsasound |      default
             apache2 |      default
           bluetooth |      default
            bootmisc | boot
             checkfs | boot
           checkroot | boot
               clock | boot
            coldplug | boot
         consolefont | boot
               cupsd |      default
                dbus |      default
          domainname | boot default
         ez-ipupdate |      default
                famd |      default
                hald |      default
            hostname | boot
             hylafax |      default
            iptables | boot
               ivman |      default
             keymaps | boot
         kmyfirewall |      default
               lircd |      default
                lisa |      default
               local |      default nonetwork
          localmount | boot
             modules | boot
               mysql |      default
            net.eth0 |      default
            net.eth1 |      default
              net.lo |      default
            netmount |      default
           net.wlan0 |      default
           net.wlan1 |      default
             proftpd |      default
           rmnologin | boot
               samba |      default
                sshd |      default
           syslog-ng |      default
             urandom | boot
          vixie-cron |      default
              webmin |      default
                 xdm |      default

And this is my 'uncomprensible' /etc/conf.d/net:


config_eth0=( "192.168.1.2 netmask 255.255.255.0 broadcast 192.168.1.255" )
config_eth1=( "192.168.1.3 netmask 255.255.255.0 broadcast 192.168.1.255" )
config_wlan0=( "192.168.1.4 netmask 255.255.255.0 broadcast 192.168.1.255" )
config_wlan1=( "192.168.1.5 netmask 255.255.255.0 broadcast 192.168.1.255" )

#routes_eth0=("default via 192.168.1.1")
routes_eth1=("default via 192.168.1.1")
#routes_wlan0=("default via 192.168.1.1")
#routes_wlan1=("default via 192.168.1.1")


Thanks
M. Perez
-- 
gentoo-user@gentoo.org mailing list