Date: Mon, 18 Dec 2000 21:35:39 -0600 From: lanehol@bellsouth.net To: "Jonathan Chen" <jonathan.chen@itouch.co.nz> Cc: <cjclark@alum.mit.edu>, <freebsd-questions@FreeBSD.ORG> Subject: Re: FreeBSD 3.1 and ethernet devices Message-ID: <003501c0696c$c2936d40$9fb83dd0@home> References: <000701c068b7$9fdf76a0$33b93dd0@home> <20001217221434.R96105@149.211.6.64.reflexcom.com> <001001c0694c$b1299fe0$9bcf3fd0@home> <20001219130753.B35969@itouchnz.itouch>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks again for your attention. ifconfig -a yields: rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST>mtu 1500 inet 192.168.0.4 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:c0:df:26:12:06 media: autoselect (100baseTX <half-duplex>) supported media: autoselect 100baseTX <full-duplex> 100baseTX <half-duplex> 100baseTX 10baseT/UTP <full-duplex> 10baseT/UTP 10baseT/UTP <half-duplex> lp0: flags=8810 <POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500 sl0: flags=c010 <POINTOPOINT,LINK2,MULTICAST> mtu 552 ppp0: flags=8010 <POINTOPOINT,MULTICAST> mtu 1500 lo0: flags=8049 <UP,LOOPBACK,RUNNING,MULTICAST>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 <Link> 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 <Link> 0 0 0 0 0 tun0* 1500 <Link> 0 0 0 0 0 slo* 552 <Link> 0 0 0 0 0 ppp* 1500 <Link> 0 0 0 0 0 lo0 16384 <Link> 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" <jonathan.chen@itouch.co.nz> To: <lanehol@bellsouth.net> Cc: <cjclark@alum.mit.edu>; <freebsd-questions@FreeBSD.ORG> 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 <jonathan.chen@itouch.co.nz> > ------------------------------------------------------------------------ > "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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003501c0696c$c2936d40$9fb83dd0>