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 1QrsXp-0002RR-Ep for garchives@archives.gentoo.org; Fri, 12 Aug 2011 14:17:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01E4F21C2B9; Fri, 12 Aug 2011 14:16:50 +0000 (UTC) Received: from mail-gx0-f181.google.com (mail-gx0-f181.google.com [209.85.161.181]) by pigeon.gentoo.org (Postfix) with ESMTP id DFDD421C294 for ; Fri, 12 Aug 2011 14:15:37 +0000 (UTC) Received: by gxk9 with SMTP id 9so2694676gxk.40 for ; Fri, 12 Aug 2011 07:15:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=po4U8BoNaNbFKFJAlExckuqyDIeab6fRI2RmHAoZrA4=; b=un8S6TmIqeV2uS4xfMdPYXMWD3B8eYdN3+X7tdBX74Dso/zQSTA2Pt8rN7wf4dMsZk JK8zRLw41/7rQHwWQlAXO7kIf6q9gma+XD9Tnf2mNLykzeryj5WHpgHlBivj647bfnGI ntcUj5BEgX7XTOfYUSNksCg7VynHzET2Gr3J0= Received: by 10.42.151.129 with SMTP id e1mr1121023icw.249.1313158537270; Fri, 12 Aug 2011 07:15:37 -0700 (PDT) Received: from [192.168.25.20] (173-8-195-225-Oregon.hfc.comcastbusiness.net [173.8.195.225]) by mx.google.com with ESMTPS id eq6sm2082735ibb.63.2011.08.12.07.15.35 (version=SSLv3 cipher=OTHER); Fri, 12 Aug 2011 07:15:36 -0700 (PDT) Message-ID: <4E453586.5030805@gmail.com> Date: Fri, 12 Aug 2011 07:15:34 -0700 From: Bill Longman User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110727 Lightning/1.0b3pre Lanikai/3.1.10 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: new user and dhcpcd problem References: <201108112257.04465.michaelkintzios@gmail.com> <201108121436.05980.michaelkintzios@gmail.com> In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 576e656ef794e93e90430c6c03c34169 On 08/12/2011 07:10 AM, Alexandre Riveira wrote: > Tanks Mick ! > > I ajusted /etc/conf.d/net > > resuts: > > localhost home # ifconfig > eth0 Link encap:Ethernet HWaddr 00:25:22:b2:64:44 > inet addr:192.168.0.159 Bcast:255.255.255.255 Mask:255.255.255.0 Your broadcast is still incorrect. it should be 192.168.0.255. If you are getting IP from DHCP, then your DHCP server is wrong.