The problem you are experiencing is probably to do with the interface not being "up". I had a similar problem with my network. To correct the problem I added the line
ifconfig eth0 up
to the /etc/init.d/network script.
Hope this helps,
Regards,
Steve. |