From owner-freebsd-net@FreeBSD.ORG Wed Sep 7 17:56:50 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 06F9416A41F for ; Wed, 7 Sep 2005 17:56:50 +0000 (GMT) (envelope-from gcorcoran@rcn.com) Received: from smtp02.mrf.mail.rcn.net (smtp02.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CFED43D49 for ; Wed, 7 Sep 2005 17:56:49 +0000 (GMT) (envelope-from gcorcoran@rcn.com) Received: from 207-172-224-47.c3-0.tlg-ubr1.atw-tlg.pa.cable.rcn.com (HELO [10.56.78.168]) ([207.172.224.47]) by smtp02.mrf.mail.rcn.net with ESMTP; 07 Sep 2005 13:56:48 -0400 X-IronPort-AV: i="3.96,176,1122868800"; d="scan'208"; a="82604209:sNHT23060556" Message-ID: <431F2D4D.7070705@rcn.com> Date: Wed, 07 Sep 2005 14:11:25 -0400 From: Gary Corcoran User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: micko References: <20050907163533.GA6860@micko.net> In-Reply-To: <20050907163533.GA6860@micko.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: dhcp problem 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: Wed, 07 Sep 2005 17:56:50 -0000 micko wrote: > I am having trouble obtaining a dhcp address from a cable modem (comcast). > I tried using different NICs and even switch to openbsd to ruleout any > incompatibility issues, but no luck, as soon as I plug in the cheap linksys > gw everything works peachy. I tried modifying the send/request/receive values > for dhclient but that didn't change anything, bug plugging the device behind > the linksys or on a network with isc-dhcpd it works ok. Anybody on the list > using comcast, or maybe can direct me to a right place? Attached is trace > from dhclient. I don't know why you sent all that crap to the list, but... I used to be on Comcast (before I moved). As I recall, the only thing I had to do was punch a hole in my firewall to allow the DHCP server, a 172.x.x.x type IP address, to get through, and then it "just worked". Sorry, I don't know any more details, as it was long ago when I had to do the one-time setup. Oh, the other thing that bit me was once or twice a year, they would change their network, without telling us, of course, and that might result in a new netmask requirement, and always resulted in a new IP address, and sometimes new DNS server addresses. Clients directly connected would simply get the new network information via DHCP. But having an IPFW firewall script with "fixed" IP addresses, I would suddenly get nowhere on the network until I found out the new values and reconfigured my firewall. Hope this helps, Gary