On 21.03.2016 09:31, Igor Cicimov wrote:
> The problem is when I do `service networking restart` I get this message: > RTNETLINK answers: invalid argument > Failed to bring up br0
I found the rout cause of this error: ip link set dev br0 mtu 9000 up RTNETLINK answers: Invalid argument Failed to bring up br0. And the rest options (like adding default gateway) stops processing. Isn't incorrect to specify mtu 9000 to bridges? How about bonds? Or, to which interfaces mtu is valable?

