webc icon indicating copy to clipboard operation
webc copied to clipboard

Refactor networking service into systemd-networkd

Open kaihendry opened this issue 10 years ago • 1 comments

Right now we are using https://github.com/Webconverger/webc/blob/master/etc/network/interfaces style way of getting online. And this can be really slow, esp on Virtualbox!

    1min 18.277s networking.service

The log http://ix.io/kub does not immediately suggest what's going wrong, but the dhcp client seems to be overworking.

kaihendry avatar Sep 07 '15 05:09 kaihendry

http://s.natalian.org/2016-01-25/revamp-networking.png

In 99becac265a82c336ec4b4e07d8dbad1ee24988b there was a systemd-networkd update (215-17+deb8u3), which I think makes it safe to start this work.

kaihendry avatar Jan 25 '16 04:01 kaihendry