You are not logged in.

#1 2008-03-08 22:55:13

Dec4dence
Member
Registered: 2008-03-08
Posts: 2

Archlinux Can't Connect to Internet! DHCP [SOLVED]

Hello everyone! First of all, sorry for my english.

Well, I installed the ArchLinux Don't Panic im my computer BUT when i execute the command network start it gives me the following error:
"Error: eth0 timed out"

I changed the rc.conf and set the eth0 to eth0="dhcp" but it still gives me that error! I ran the Ubuntu live-cd to test my connection and it works oO I thought that could be the eth0 that were not being recognized, but if Ubuntu live-cd recognized ..

EDIT:
Yey, i solved the problem using the dhclient command. THX

Last edited by Dec4dence (2008-03-09 22:11:18)

Offline

#2 2008-03-09 04:55:39

jo3
Member
Registered: 2007-08-18
Posts: 112

Re: Archlinux Can't Connect to Internet! DHCP [SOLVED]

How many NIC's do you have? check to see if you are bringing up the right interfaces in rc.conf

eth0="eth0 10.10.10.10 netmask 255.255.255.0 broadcast 10.10.10.255"
eth1="dhcp"
INTERFACES=(eth0 eth1)

Offline

Board footer

Powered by FluxBB