Date: Fri, 26 Sep 1997 00:24:22 -0700 (PDT) From: Doug White <dwhite@gdi.uoregon.edu> To: Keith Spencer <bsd@smmc.qld.edu.au> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ifconfig_de0 inet not working : ^ ( Message-ID: <Pine.BSF.3.96.970926002124.14484N-100000@gdi.uoregon.edu> In-Reply-To: <199709242041.GAA25679@smmcroute.smmc.qld.edu.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 25 Sep 1997, Keith Spencer wrote:
> > > ifconfig_de0="inet 203.56.180.200 netmask 255.255.255.0"
>
> this is reported by ifconfig -a as ....
> de0: flags=8802<BROADCAST,SIMPLEX,MULTICAST>mtu 1500
> ether: 00:c0:f0:14:dc:dc
Okay, then the card isn't receiving the ifconfig. From what you say in c)
below, it looks like rc.conf wasn't written properly.
It should look something like this..
network_interfaces="lo0 de0" # List of network interfaces (lo0 is
# loopback).
ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
ifconfig_de0="inet 203.56.180.200 netmask 255.255.255.0"
> Yep but it don't!?? Some other details are...
> a)It possibly doesn't matter but it is a Kingstone NIC with a DEC
> chipset.
What model of Kingston?
> b) With pppij set to ppp -auto ISP -auto
> I wasn't able to ping out or even localhost. (althoughping localhost
> initiated the dial)
Since the ifconfig failed above, I bet that the routing isn't correct
either. I'm not that familiar with ppp -auto usage however, see
http://www.freebsd.org/tutorials/ppp/.
> c) I did notice in the light grey booting section that it said...
> can't fiind tun0, lo0,de0
> d) The netcard is not currently connected to my LAN
Not a big deal, it should ifconfig anyway.
Doug White | University of Oregon
Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite | Computer Science Major
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970926002124.14484N-100000>
