From owner-freebsd-questions Sun Jun 24 19: 6: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.mail.pas.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by hub.freebsd.org (Postfix) with ESMTP id AACB237B407 for ; Sun, 24 Jun 2001 19:06:02 -0700 (PDT) (envelope-from cjc@earthlink.net) Received: from blossom.cjclark.org (dialup-209.247.139.131.Dial1.SanJose1.Level3.net [209.247.139.131]) by falcon.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id TAA25078; Sun, 24 Jun 2001 19:04:01 -0700 (PDT) Received: (from cjc@localhost) by blossom.cjclark.org (8.11.4/8.11.3) id f5P253e13905; Sun, 24 Jun 2001 19:05:03 -0700 (PDT) (envelope-from cjc) Date: Sun, 24 Jun 2001 19:05:00 -0700 From: "Crist J. Clark" To: "Ian P. Thomas" Cc: freebsd-questions@freebsd.org Subject: Re: cable connection problems Message-ID: <20010624190500.G11961@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <20010623130834.A35721@blossom.cjclark.org> <200106242325.TAA00916@scraemondaemon.my.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106242325.TAA00916@scraemondaemon.my.domain>; from ipthomas_77@yahoo.com on Sun, Jun 24, 2001 at 07:25:09PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Jun 24, 2001 at 07:25:09PM -0400, Ian P. Thomas wrote: > I was unable to see any messages on boot regarding DHCP. Here is what > dmesg says about the NIC. > > fxp0: rev 0x0c int a irq 17 on > pci0.1 3.0 > fxp0: Ethernet address 00:02:b3:1a:b2:81 > > I do get this at the end though. Is this the DHCP info you were > looking for? > > arp: 00:30:65:a6:a4:f8 is using my IP address 0.0.0.0! > arp: 00:30:65:a6:a4:f8 is using my IP address 0.0.0.0! Nope. > I don't think I am using DHCP in Windows. As someone else pointed out, you are. > I used tcpdump with the options you suggested after > running dhclient. Here is the output. > > 08:32:46.919578 0.0.0.0.bootpc > 255.255.255.255.bootps: xid:0x3c77524f > [|bootp] > > 08:34:03.533741 0.0.0.0.bootpc > 255.255.255.255.bootps: xid:0x4a42dd2b > [|bootp] > > 08:34:03.538512 hes1.buf.adelphia.net.bootps > 255.255.255.255.bootpc: > xid:0x4a4 > 2dd2b Y:ny-chicagost1a-176.buf.adelphia.net S:hes1.buf.adelphia.net > [|bootp] (DF > ) > > Anything else I should try? Well, that tcpdump(8) is kinda munged up. Let's try, # killall dhclient # tcpdump -enw dhclient.dmp -s 1500 'port 68' & # dhclient fxp0 -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message