> when i start the kernel, it wait long time to dhcp for eth0: > eth0:dhcped 4.0.15 starting > eth0:waiting for carrier > > i want to forbid dhcp,how can i do? > > -- > pete_doherty >
Look at /etc/conf.d/net.example and set a static IP for eth0 or remove /etc/init.d/net.eth0 (to not start the interface).