ifconfig lo 127.0.0.1
route add -net 127.0.0.0 lo
route add -host 255.255.255.255 dev eth0
dhcpcd -p -a eth0 &
