From owner-freebsd-questions Tue Dec 19 7:12:46 2000 From owner-freebsd-questions@FreeBSD.ORG Tue Dec 19 07:12:42 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mail0.mco.bellsouth.net (mail0.mco.bellsouth.net [205.152.111.12]) by hub.freebsd.org (Postfix) with ESMTP id 6553F37B400 for ; Tue, 19 Dec 2000 07:12:41 -0800 (PST) Received: from lholcombe (adsl-63-207-216.bhm.bellsouth.net [208.63.207.216]) by mail0.mco.bellsouth.net (3.3.5alt/0.75.2) with SMTP id KAA02406; Tue, 19 Dec 2000 10:12:29 -0500 (EST) From: lanehol@bellsouth.net Message-ID: <000a01c069cd$ffae5080$d8cf3fd0@home> To: Cc: , "Jonathan Chen" Subject: Re: FreeBSD 3.1 and ethernet devices Date: Tue, 19 Dec 2000 09:00:46 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It works! Yeah! I recompiled the kernel after removing the hash on the bpf line and I have instant network! Thanks again for all of your help. Lane ----- Original Message ----- From: To: "Jonathan Chen" Cc: ; Sent: Monday, December 18, 2000 9:35 PM Subject: Re: FreeBSD 3.1 and ethernet devices > Thanks again for your attention. > > ifconfig -a yields: > rl0: flags=8843mtu 1500 > inet 192.168.0.4 netmask 0xffffff00 broadcast 192.168.0.255 > ether 00:c0:df:26:12:06 > media: autoselect (100baseTX ) > supported media: autoselect 100baseTX 100baseTX > 100baseTX 10baseT/UTP 10baseT/UTP 10baseT/UTP > > lp0: flags=8810 mtu 1500 > sl0: flags=c010 mtu 552 > ppp0: flags=8010 mtu 1500 > lo0: flags=8049 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 > > netstat -m yields: > 1/32 mbufs in use: > 1 mbufs allocated to data > 0/2/1024 mbuf clusters in use (current /peak/max) > 8 Kbytes allocated to network (1% in use) > 0 requests for memory denied > 0 requests for memory delayed > 0 calls to protocol drain routines > > netstat -im yields: > name mtu network address Ipkts Ierrs Opkts > Oerrs Coll > rl0 1500 00.c0.df.26.12.06 247 0 1 > 0 0 > rl0 1500 192.168 192.168.0.4 247 0 1 > 0 0 > lp0* 1500 0 0 > 0 0 0 > tun0* 1500 0 0 > 0 0 0 > slo* 552 0 0 > 0 0 0 > ppp* 1500 0 0 > 0 0 0 > lo0 16384 0 0 > 0 0 0 > lo0 16384 127 127.0.0.1 0 0 > 0 0 0 > > I currently have a windows box at 192.168.0.1 masquerading and a Mac at > 192.168.0.2. I want the unix box at 192.168.0.4 (because .0.3 is sometimes > used by a Mac/Notebook). > > > ----- Original Message ----- > From: "Jonathan Chen" > To: > Cc: ; > Sent: Monday, December 18, 2000 6:07 PM > Subject: Re: FreeBSD 3.1 and ethernet devices > > > > On Mon, Dec 18, 2000 at 05:46:06PM -0600, lanehol@bellsouth.net wrote: > > > Whoops! Guess I neglected to mention a few things! > > > > > > What is working is TCP/IP from the Windows Box to the Mac Machine and > > > vice-versa. What is not working is TCP/IP from the FreeBSD box "beyond" > (to > > > the Windows or Mac box) or TCP/IP from either of these to the FreeBSD > box. > > > > > > I can ping from Windows to Mac and Mac to Windows but I cannot ping from > > > either of these to the FreeBSD box or from the FreeBSD box "beyond" (to > the > > > Windows or Mac box) using hostname or IP address. > > > > > > When I use tcpdump i get: tcpdump: /dev/bpf0 : Device not configured. > > > > > > How do I configure this? I haven't found that reference in the manual. > > > > > > I have verified the function of the card in the BSD box by exchanging it > > > (and the cable) with a working card from my Windows box. After the > exchange > > > my windows box is still able to ping various addresses but the BSD box > still > > > is not able. > > > > You need to provide the list with the output of > > > > ifconfig -a > > netstat -rn > > netstat -in > > > > and possibly the IP settings you want to have, and your current > > network setup. > > -- > > Jonathan Chen > > ------------------------------------------------------------------------ > > "We laugh in the face of danger, we drop icecubes down the vest of fear" > > - Edmond Blackadder III > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message