Results 1 to 3 of 3
Using Debian Lenny
I want to get an internet connection on boot up.
I can only get one if I use dhclient.
This is my /etc/network/interfaces:
Can someone help me ...
- 11-09-2009 #1Linux Newbie
- Join Date
- Dec 2008
- Posts
- 135
[SOLVED] Debian Lenny: Want to get internet connection on boot up
Using Debian Lenny
I want to get an internet connection on boot up.
I can only get one if I use dhclient.
This is my /etc/network/interfaces:
Can someone help me to edit it. I looked at the man page, but didn't understand.
This is the info I get when I use ethtool.# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
I'm using a Macronix internet card when I installed last time, and the installer
showed that as on eth0.
ThanksDebian:/# ethtool eth0
Settings for eth0:
No data available
- 11-10-2009 #2
Add auto eth0
Code:auto eth0 allow-hotplug eth0 iface eth0 inet dhcp
- 11-10-2009 #3Linux Newbie
- Join Date
- Dec 2008
- Posts
- 135
I found the answer.
I added hostname Debian from /etc/hostnameThis file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
hostname Debian



