From owner-freebsd-net@FreeBSD.ORG Thu Sep 1 11:31:21 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 7C4FF16A41F for ; Thu, 1 Sep 2005 11:31:21 +0000 (GMT) (envelope-from digitalbrain@hotmail.com) Received: from hotmail.com (bay101-f34.bay101.hotmail.com [64.4.56.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4958143D46 for ; Thu, 1 Sep 2005 11:31:21 +0000 (GMT) (envelope-from digitalbrain@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 1 Sep 2005 04:31:21 -0700 Message-ID: Received: from 64.4.56.200 by by101fd.bay101.hotmail.msn.com with HTTP; Thu, 01 Sep 2005 11:31:20 GMT X-Originating-IP: [64.4.56.200] X-Originating-Email: [digitalbrain@hotmail.com] X-Sender: digitalbrain@hotmail.com In-Reply-To: <4316DB17.5000601@freemail.gr> From: "Digital Brain" To: dionch@freemail.gr Date: Thu, 01 Sep 2005 11:31:20 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 01 Sep 2005 11:31:21.0216 (UTC) FILETIME=[AD3F0000:01C5AEE8] Cc: 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 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 11:31:21 -0000 Hi Chris, >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). Linux is on my laptop (and works ok), while freebsd is on another machine. I had thought of that and so I tried the following: 1. while I had a connection from the laptop with an assigned ip, I pulled out the cable and connected it to the freebsd machine. 2. I changed the IP to the one assigned on the laptop (ed0 interface) 3. I added the gateway via /sbin/route and modified /etc/resolv.conf. --> Now, this works ok, so I know the ISP is not locking the session based on the MAC address (since I didn't spoof that on FreeBSD). So, the problem remains: dhcp doesn't work from the freebsd machine...