From owner-freebsd-questions Thu Jan 27 7:30: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ckmso1.proxy.att.com (ckmso1.att.com [12.20.58.69]) by hub.freebsd.org (Postfix) with ESMTP id BF3A515086 for ; Thu, 27 Jan 2000 07:27:49 -0800 (PST) (envelope-from jwb@homer.att.com) Received: from ulysses.homer.att.com ([135.205.193.4]) by ckmso1.proxy.att.com (AT&T IPNS/MSO-2.2) with ESMTP id KAA02405; Thu, 27 Jan 2000 10:27:13 -0500 (EST) Received: from akiva.homer.att.com (akiva.homer.att.com [135.205.198.103]) by ulysses.homer.att.com (8.9.3/8.9.3) with ESMTP id KAA20356; Thu, 27 Jan 2000 10:27:10 -0500 (EST) Received: from akiva.homer.att.com (localhost [127.0.0.1]) by akiva.homer.att.com (8.8.8+Sun/8.8.8) with ESMTP id KAA11600; Thu, 27 Jan 2000 10:27:09 -0500 (EST) Message-Id: <200001271527.KAA11600@akiva.homer.att.com> X-Mailer: exmh version 2.0.3 3/22/1999 To: Lowell Gilbert Cc: freebsd-questions@freebsd.org Subject: Re: dhcp failure In-reply-to: Your message of "27 Jan 2000 10:09:12 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 27 Jan 2000 10:27:09 -0500 From: "J. W. Ballantine" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry, but it does work. The dhcp and gateway address are identical and verified multiple times by winipconf and ipconf. I don't think the gateway is on the 10-net based on this output. (If it helps, this is stumping several people who don't understand how the different nets work.) Here is the arp -p output (under win): Interface: 216.164.36.XXX on Interface 0x3000004 Internet Address Physical Address Type 10.17.44.XXX 00-20-cd-02-2f-b0 dynamic since /etc/dhclient.conf is empty, I don't think it is a syntax error. Thanks Jim ---------- In Response to your message ------------- > Date: 27 Jan 2000 10:09:12 -0500 > To: "J. W. Ballantine" , freebsd-questions@freebsd.org > From: Lowell Gilbert > Subject: Re: dhcp failure > > "J. W. Ballantine" writes: > > > I have cable modem service via RCN, and they recently changed the > > address, so my machine is on a 216 net and the gateway is on a 10.17 > > net. While this arrangement works for win98, with not ISP provided > > software, it doesn't work with FreeBSD. > > That can't possibly work in IP, regardless of your operating system or > version of the DHCP client. > > > Listening on BPF/ep0/00:20:af:26:b0:3c > > Sending on BPF/ep0/00:20:af:26:b0:3c > > Sending on Socket/fallback/fallback-net > > DHCPREQUEST on ep0 to 255.255.255.255 port 67 > > DHCPACK from 10.17.44.251 > > I assume this is why you think your gateway has on a net-10 address. > In reality, it has nothing to do with your gateway -- it's just the > address of the DHCP server. > > dhclient doesn't normally tell you the address of your gateway. You > can get that from netstat easily enough, assuming it's been set. > > > New Network Number: 216.164.36.0 > > New Broadcast Address: 216.164.36.255 > > bound to 216.164.36.XXX -- renewal in 1073741823 seconds. > > tinlizzie $ Jan 25 11:46:19 tinlizzie dhclient: select: Invalid argument > > Jan 25 11:46:19 tinlizzie dhclient: exiting. > > I'm not sure, but this could be a syntax error in your dhclient.conf. > Maybe you have "select timeout" instead of "select-timeout" in that > file? > > Good luck. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message