From owner-freebsd-questions Mon Dec 18 19:36:39 2000 From owner-freebsd-questions@FreeBSD.ORG Mon Dec 18 19:36:36 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mail1.mco.bellsouth.net (mail1.mco.bellsouth.net [205.152.111.13]) by hub.freebsd.org (Postfix) with ESMTP id EDA8337B400 for ; Mon, 18 Dec 2000 19:36:35 -0800 (PST) Received: from lholcombe (adsl-61-184-159.bhm.bellsouth.net [208.61.184.159]) by mail1.mco.bellsouth.net (3.3.5alt/0.75.2) with SMTP id WAA18346; Mon, 18 Dec 2000 22:36:26 -0500 (EST) From: lanehol@bellsouth.net Message-ID: <003501c0696c$c2936d40$9fb83dd0@home> To: "Jonathan Chen" Cc: , References: <000701c068b7$9fdf76a0$33b93dd0@home> <20001217221434.R96105@149.211.6.64.reflexcom.com> <001001c0694c$b1299fe0$9bcf3fd0@home> <20001219130753.B35969@itouchnz.itouch> Subject: Re: FreeBSD 3.1 and ethernet devices Date: Mon, 18 Dec 2000 21:35:39 -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 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