From owner-freebsd-net@FreeBSD.ORG Thu Sep 1 10:43:20 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF5AA16A41F for ; Thu, 1 Sep 2005 10:43:20 +0000 (GMT) (envelope-from dionch@freemail.gr) Received: from mail.bug.gr (vdp2010.ath03.dsl.hol.gr [62.38.169.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AFB943D48 for ; Thu, 1 Sep 2005 10:43:18 +0000 (GMT) (envelope-from dionch@freemail.gr) Received: (qmail 32634 invoked by uid 98); 1 Sep 2005 10:43:16 -0000 Received: from dionch@freemail.gr by mail.bug.gr by uid 89 with qmail-scanner-1.22 (clamscan: 0.74. spamassassin: 2.63. Clear:RC:0(10.0.0.1):SA:0(-2.8/5.0):. Processed in 12.397132 secs); 01 Sep 2005 10:43:16 -0000 X-Spam-Status: No, hits=-2.8 required=5.0 Received: from unknown (HELO ?10.0.0.1?) (chdio@bug.gr@10.0.0.1) by 10.0.0.2 with SMTP; 1 Sep 2005 10:43:03 -0000 Message-ID: <4316DB17.5000601@freemail.gr> Date: Thu, 01 Sep 2005 13:42:31 +0300 From: Chris Dionissopoulos User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Digital Brain References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit Cc: dave-dated-1125960717.3955a5@seddon.ca, freebsd-net@freebsd.org Subject: Re: dhclient and ADSL modem trouble... X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dionch@freemail.gr List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2005 10:43:20 -0000 Digital Brain wrote: >> You sure the ISP doesn't use PPPeE? > > > The modem acts as a bridge. All I have to do is turn it on; it then > synchronizes with the ISP's network (PPPoA). Then I just execute > dhcpcd eth0 from the linux machine (connected to the modem) and I'm > assigned an IP and a default gateway in mere seconds. > > Unfortunately, as simple as it is in linux, it doesn't seem to work > with freebsd... > It should have worked with dhclient ed0, but the dhcp server's reply > gets lost somewhere. > Linux and freebsd you re trying, running on same hardware (nic) ? I'm saying that cause some ISPs lock their "IP-offering" with each client's hardware address (which is defined at first use). Chris.