[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Network Cards



Mike Grover(mike@lexinet.net) is reported to have said:
> Hi all,
>   I am new to using debian.
>   I have just finished installing ver 2.2 r3 and was wondering how I
>   go about setting up network cards?
> 
>   I have a ne2000 in the machine, but when I type ifconfig, All
>   I see is the local loop back interface.

Add the card to /etc/modultils/aliases

If it is a pci card
 alias eth0 ne2k-pci
otherwise
 alias eth0 ne

Edit /etc/network/interfaces
to look something like this

# automatically added when upgrading
auto eth0
 iface eth0 inet static
     address 192.168.1.1
     network 192.168.1.0
     netmask 255.255.255.0
     broadcast 192.168.1.255

Then run /etc/init.d/modutils

Truthfully I don't remember if you have to reboot.  Its been so long
since I have done the above I just don't recall.

HTH=Hope This Helps, YMMV=Your Mileage May Vary, HAND=Have A Nice Day

--
DOS Tip #2: Add BUGS=OFF to your CONFIG.SYS
_______________________________________________________



Reply to: