Re: ethernet setup

1999-11-12 Thread Benjamin Jackson
As far as I can tell the clinet you are using is a BootStrpa client and not a DHCP one. ::Shrugs:: Ben Jackson - [EMAIL PROTECTED] - http://www.esgeroth.org/~zaphod -BEGIN GEEK CODE BLOCK- Version 3.12 GAT d- s+:++ a19 C$ UL P++ L++$ E-- W+++ N++ o+ K++ w+ O--- M

Re: ethernet setup

1999-11-11 Thread Sean Staats
Kernel 2.2.5-15 Script started on Wed Nov 10 21:10:22 1999 ~ [root@staats]# tcpdump -i eth0 -n -v tcpdump: WARNING: SIOCGIFADDR: eth0: Cannot assign requested address tcpdump: listening on eth0 tcpdump: pcap_loop: read: Network is down ~ [root@staats]# ifconfig eth0 up ~ [root@staats]# tcpdump -i

Re: ethernet setup

1999-11-10 Thread Sean Staats
I'm using kernel 2.2.5.15 - I'll get you a tcpdump in a moment... -- Sean Staats [EMAIL PROTECTED] - email (512) 682-6900 x9629 - voicemail/fax Benjamin Jackson <[EMAIL PROTECTED]> wrote: > What Kernel are you running. I had trouble with DHCP when I upgraded on of> my >machines over to

Re: ethernet setup

1999-11-10 Thread Staats, Sean E.
It doesn't work even when I assign it an IP address that should be valid for the network I'm on. -- > From: Steve Borho <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: ethernet setup > Date: Wednesday, November 10, 1999 12:31 PM > > On Wed

Re: ethernet setup

1999-11-10 Thread Steve Borho
On Wed, Nov 10, 1999 at 10:24:57AM -0800, Sean Staats wrote: > I made sure that the ethernet card does get recognized at boot time and > I now understand that eth0 is an interface and not a device so there > won't be such a thing as /dev/eth0. I typed "ifconfig eth0 up" and got > no error message

Re: ethernet setup

1999-11-10 Thread Sean Staats
I made sure that the ethernet card does get recognized at boot time and I now understand that eth0 is an interface and not a device so there won't be such a thing as /dev/eth0. I typed "ifconfig eth0 up" and got no error messages. I typed "ifconfig eth0" and it gave me a lot of information ab

Re: ethernet setup

1999-11-10 Thread Sean Staats
I made sure that the ethernet card does get recognized at boot time and I now understand that eth0 is an interface and not a device so there won't be such a thing as /dev/eth0. I typed "ifconfig eth0 up" and got no error messages. I typed "ifconfig eth0" and it gave me a lot of information ab

Re: ethernet setup

1999-11-09 Thread Benjamin Jackson
What does it say when you do a 'ifconfig eth0 up'? Ben Jackson - [EMAIL PROTECTED] - http://www.esgeroth.org/~zaphod -BEGIN GEEK CODE BLOCK- Version 3.12 GAT d- s+:++ a19 C$ UL P++ L++$ E-- W+++ N++ o+ K++ w+ O--- M-- V PS--- PE+++ Y+(++) PGP+ t+++ 5+++

ethernet setup

1999-11-08 Thread Sean Staats
I'm trying to setup a Linksys Etherfast LNE100TX 10/100 card. dmesg | grep -i eth shows that it is getting recognized, but the interface startup fails (using DHCP). I used netcfg to configure it as eth0, but I noticed there is no /dev/eth0 device file. Is that the way it is supposed to be?