How to install Debian GNU/Linux

3. Installing the network card in Debian GNU/Linux

Ethernet card

During the base setup, the 3c59x (3COM network card) module was loaded, but the ethernet card did not get detected. In order to connect to the Internet (cable), with every boot, log in as root and type
dhclient
To set Debian to automatically connect to the Internet at boot, edit the /etc/network/interfaces and added these two lines.
auto eth0
iface eth0 inet dhcp
I also set the loopback address on my machine because I would be installing Apache2 webserver later on. So, I added the following lines to /etc/network/interfaces.
auto lo
iface lo inet loopback
and then to restart the network,
/etc/init.d/network restart
To connect to the Internet manually using eth0, another command is
ifup eth0
To take down the network interface eth0, the command is
ifdown eth0

Google
 
Web aruljohn.com

« Previous (File System) | Next (Upgrading the kernel) »


Arul's Debian GNU/Linux Installation and Configuration Index
1) Installing Debian GNU/Linux
2) File System
3) Configuring the network
4) Upgrading the kernel
5) XFree86 and Window Managers
6) Installing applications and servers
7) Others (multimedia, infrared, bluetooth)
8) Installing webcam with live broadcasting