From owner-freebsd-net@FreeBSD.ORG Tue Aug 1 12:48:26 2006 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 6B51D16A4DD for ; Tue, 1 Aug 2006 12:48:26 +0000 (UTC) (envelope-from b.candler@pobox.com) Received: from rune.pobox.com (rune.pobox.com [208.210.124.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0302B43D49 for ; Tue, 1 Aug 2006 12:48:25 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from rune (localhost [127.0.0.1]) by rune.pobox.com (Postfix) with ESMTP id 161D3224C; Tue, 1 Aug 2006 08:48:47 -0400 (EDT) Received: from mappit.local.linnet.org (212-74-113-67.static.dsl.as9105.com [212.74.113.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by rune.sasl.smtp.pobox.com (Postfix) with ESMTP id BD9AB21A2; Tue, 1 Aug 2006 08:48:45 -0400 (EDT) Received: from lists by mappit.local.linnet.org with local (Exim 4.61 (FreeBSD)) (envelope-from ) id 1G7tfa-000Mqq-G5; Tue, 01 Aug 2006 13:48:22 +0100 Date: Tue, 1 Aug 2006 13:48:22 +0100 From: Brian Candler To: Alexandre Martins Garcia Message-ID: <20060801124822.GB87804@uk.tiscali.com> References: <44CEBFCA.5040505@az.netcabo.pt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44CEBFCA.5040505@az.netcabo.pt> User-Agent: Mutt/1.4.2.1i Cc: freebsd-net@freebsd.org Subject: Re: No DHCPOFFERS received. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Aug 2006 12:48:26 -0000 On Tue, Aug 01, 2006 at 02:43:22AM +0000, Alexandre Martins Garcia wrote: > Hello everybody, > I have a modem connected to my freebsd machine in ethernet, so to have a > configuration from my ISP I did: > > hydrus[/home/amg]# dhclient fxp0 > DHCPDISCOVER on fxp0 to 255.255.255.255 port 67 interval 5 > DHCPDISCOVER on fxp0 to 255.255.255.255 port 67 interval 11 > DHCPDISCOVER on fxp0 to 255.255.255.255 port 67 interval 9 > DHCPDISCOVER on fxp0 to 255.255.255.255 port 67 interval 9 > DHCPDISCOVER on fxp0 to 255.255.255.255 port 67 interval 15 > DHCPDISCOVER on fxp0 to 255.255.255.255 port 67 interval 12 > No DHCPOFFERS received. > No working leases in persistent database - sleeping. > > But it gives this error saying No DHCPOFFERS received... > > Anyone had this problem before? And how to fix this? :-S Erm, does your ISP "modem" definitely offer a DHCP service? In that case it would be a "router". Maybe you need to talk PPPoE instead. Have a look at their instructions for configuring a Windows client. If it talks about setting up a dialler, where you enter a username and password, then it's PPPoE. For a FreeBSD PPPoE client, look at /usr/ports/net/mpd HTH, Brian.