I am using latest Arch Linux. But whenever I start my PC, it sometimes gets an IP address but most of the time, it gives me stress. I am getting very confused, how can I make sure it is really setting DHCP IP?
This is what I have:
In rc.conf:
DAEMONS=( ... network dhcpcd )
On system boot I have in ~/.xinitrc
ip link set dev eth0 up
ip link set dev eht1 up
dhcpcd -t 100
But now, I have rebooted 10 times, and I do not get any IP address.
Follow up:
Yesterday i had interfaces eth0, eth1, lo. After this strange problem of IP. Now i am successfully boot back to my same BOX, same configurations.
- I do not have any eth1 anymore
- Network cable was connected to eth1 (eth0 was not used because its in very messy place where i have lot of USB connected + Display cables connected)
Why my eth1 completely disappeared? (i never saw this in CentOS, Fedora in my 1 years linux driving experience)

^when I wanted to add a comment) @jasonwryan meant Ctrl+Alt+F1 after the system booted (into whatever you mean by slideshow), to access a plain text console. – sr_ Oct 19 '11 at 8:09