Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2000 09:00:46 -0600
From:      lanehol@bellsouth.net
To:        <cjclark@alum.mit.edu>
Cc:        <freebsd-questions@FreeBSD.ORG>, "Jonathan Chen" <jonathan.chen@itouch.co.nz>
Subject:   Re: FreeBSD 3.1 and ethernet devices
Message-ID:  <000a01c069cd$ffae5080$d8cf3fd0@home>

next in thread | raw e-mail | index | archive | help
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: <lanehol@bellsouth.net>
To: "Jonathan Chen" <jonathan.chen@itouch.co.nz>
Cc: <cjclark@alum.mit.edu>; <freebsd-questions@FreeBSD.ORG>
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=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?000a01c069cd$ffae5080$d8cf3fd0>