On Mon, 07 May 2012 17:43:34 +0200, Martin Seener wrote: > I think i may be discussed earlier but i didnt find it yet. > > as all may know /etc/init.d/networking restart (or invoke-rc.d > networking restart) didnt work anymore.
(...) Despite the warning, it still works (even in wheezy) :-? What you may also need is doing both, restarting the networking service and "upping" the desired interface after editing the "/etc/network/ interfaces" file, i.e. and given the bonded interface is already off and networking service stopped): ifup bond0 && /etc/init.d/networking restart Should "restart" fails you can replace it with "/etc/init.d/networking stop && /etc/init.d/networking start" (careful with the above command if you are running from a remote session) Greetings, -- Camaleón -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

