From owner-freebsd-questions@FreeBSD.ORG Tue Aug 16 20:09:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCAB316A41F for ; Tue, 16 Aug 2005 20:09:48 +0000 (GMT) (envelope-from me@hexren.net) Received: from helium.webpack.hosteurope.de (helium.webpack.hosteurope.de [217.115.142.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FA4F43D45 for ; Tue, 16 Aug 2005 20:09:48 +0000 (GMT) (envelope-from me@hexren.net) Received: by helium.webpack.hosteurope.de running Exim 4.51 using esmtpa from p548cfeaf.dip.t-dialin.net ([84.140.254.175] helo=hexren.steenbuck.net) id 1E57kp-0001qF-AU; Tue, 16 Aug 2005 22:09:47 +0200 Date: Tue, 16 Aug 2005 22:09:46 +0200 From: Hexren X-Mailer: The Bat! (v1.62i) Business X-Priority: 3 (Normal) Message-ID: <17922244355.20050816220946@hexren.net> To: Ovidiu Ene In-Reply-To: <43024617.2060508@unixware.ro> References: <43024617.2060508@unixware.ro> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: DHCP Issue - could not get ip. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hexren List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 20:09:49 -0000 > Hello. > I have a problem with DHCP, i've tried to solve googling, reading post > on forums. > I have a DHCP cable modem connection. > in rc.conf i have ifconfig_vr0="DHCP" > when i launch dhclient -d vr0 i get: > I've tried differend things, like setting the nic for 10 mbps, > half-dupplex, reseting the cable modem. > (I've talk also with isp, they said does not support FreeBSD or linux) > I've tried almost any parameter in dhclient.conf. > If i boot on windoze (same box, same nic) DHCP works. I've taken ip and > gateway from windoze put with ifconfig in freebsd and internet works. > Have you any ideea what should I do? --------------------------------------------- Maybe tcpdump (propably use ethereal on Windows) the working winxp DHCP connection, then tcpdump the not working FreeBSD connection. Compare them both and try to find the difference. Hexren