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 ) id 1GDqcn-0003DF-7L for garchives@archives.gentoo.org; Thu, 17 Aug 2006 22:46:05 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k7HMhxHk006202; Thu, 17 Aug 2006 22:43:59 GMT Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k7HMftXX030795 for ; Thu, 17 Aug 2006 22:41:56 GMT Received: by py-out-1112.google.com with SMTP id x66so811606pye for ; Thu, 17 Aug 2006 15:41:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=BQgDcPDh/WexLkHAr1koMc/aYfOsXugs5A4wL9feCHBxIf8EiHasZkuPcoAf8btGFg2bzrMqMRs0debOwS6ESkFKhiYWP5dBVUK7dJv3Q4vu7FTVVY3gX3DOaQw3OCs5O00CTaTneuNwin1Onpy/p0SKFweORHPwtB0kBoYCSS0= Received: by 10.35.49.1 with SMTP id b1mr4373419pyk; Thu, 17 Aug 2006 15:41:55 -0700 (PDT) Received: from ?192.168.0.2? ( [64.180.113.245]) by mx.gmail.com with ESMTP id i5sm1786114nzi.2006.08.17.15.41.54; Thu, 17 Aug 2006 15:41:55 -0700 (PDT) Message-ID: <44E4F0AE.4020207@gmail.com> Date: Thu, 17 Aug 2006 15:41:50 -0700 From: Ryan Tandy User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Network connection repeatedly failing! References: <975fd1710608160847g797ddc20yb84828aef08ddab2@mail.gmail.com> <1155780656.24508.25.camel@pc7.dolda2000.com> <975fd1710608170629v59ec4237ya7481d13d1cc5f4b@mail.gmail.com> In-Reply-To: <975fd1710608170629v59ec4237ya7481d13d1cc5f4b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 03c0f5f0-c648-464e-9361-2dd656ca1c02 X-Archives-Hash: 75788a24bbaca9b98715d8afc23d08b9 Samuel Baldwin wrote: > On a more serious note: > > I get this when I try to run "route add default 10.0.0.1 > ", as on the live CD (I thought I had already > configured the network anyway, in /etc/conf.d/net . Have you run '/etc/init.d/net.eth0 start'? Alternatively, is net.eth0 in your default runlevel? (hint: try '/etc/init.d/net.eth0 status') Are there any messages from the script (error or otherwise) in /var/log/messages? If you actually want to set routes by hand, the command should be 'route add default gw 10.0.0.1' (you're missing 'gw'). HTH. -- gentoo-user@gentoo.org mailing list