configuation arch linux network by dhcp:

add following lines to /etc/rc.conf

eth0=”dhcp”
INTERFACES=(eth0)
ROUTES=(!gateway)

then try /etc/rc.d/network restart