-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connectivity lost after ethernet link has gone down/up #465
Comments
I managed to solve this issue by putting |
Ok I already had that in /etc/network/interfaces (and alternately tried "iface eth0 inet static"), and
Did you change anything there? |
yes i changed since there's no other interfaces also consider the -u and -d options, they specify a delay in seconds to reconfigure the interface on up and down |
Ok I will test... will take some time, need to be near the board. |
It looks like it does not fix the issue for me. I also tried some delay after "up" using -u2 and then |
It looks like a better option is to just remove the entire ifplugd package. It appears to serve no |
On a Cubieboard2 we observe the issue that connectivity on ethernet does not come back when
the ethernetlink is disconnected and again re-connected. When the interface is set up with DHCP
the system becomes completely unreachable, when it is set up with a static address the address
and local subnet remains but the default route is deleted so connectivity to/from internet is lost.
It is unclear to me what really happens, other Debian derived distributions including Raspberry Pi
handle this without problem. The link down/up event is logged in /var/log/messages like this:
When looking in a shell, the normal line in "ip route list" of
disappears.
Is there something triggered because of the "link down" that does not recover after "link up"?
(the removing and adding of the routes, I mean)
The text was updated successfully, but these errors were encountered: