I use ADSL via external wireless router which work as DHCP-server.
My errors was gone after following changes:
1) I removed link-local 169.254.0.0 from /etc/networks file. (I use DHCP so probably I dont need it).
2) I add eth0 to /etc/network/interfaces file (before eth0 found automaticly) and see dhcp parameter.
auto eth0
iface eth0 inet dhcp
I make both changes same time so I dont know which effect this error. I feel 2nd change should be enough.
Problems looks related too early network trafic before box have correct IP address from DHCP server.
Cons. ad-hoc networks not work after these changes if DHCP server not available.
I dont know is this usefull for internal wireless routers user.
I use ADSL via external wireless router which work as DHCP-server.
My errors was gone after following changes: interfaces file (before eth0 found automaticly) and see dhcp parameter.
1) I removed link-local 169.254.0.0 from /etc/networks file. (I use DHCP so probably I dont need it).
2) I add eth0 to /etc/network/
auto eth0
iface eth0 inet dhcp
I make both changes same time so I dont know which effect this error. I feel 2nd change should be enough.
Problems looks related too early network trafic before box have correct IP address from DHCP server.
Cons. ad-hoc networks not work after these changes if DHCP server not available.
I dont know is this usefull for internal wireless routers user.
I just start last week with linux so be careful.