Page 1 of 1

Arch: WAN interface does not go up automatically

Posted: 22 Aug 2016, 03:33
by stasheck
I've got a minor issue with my Arch install: if the WAN interface is down when booting, it will not go "up" even after something is connected to it (so after apartment power loss, if B3 boots before cable modem, it will not go online). I've run out of ideas where to look for the reason of this behavior... Can someone point me into right direction?

Re: Arch: WAN interface does not go up automatically

Posted: 22 Aug 2016, 17:43
by sakaki
Hi stasheck,

if you are using the arch live-USB (v1.2) it is configured to use systemd-networkd on eth0. If you are only concerned about a race condition on a forced power-cycle, and willing to wait for eth0 to come up, you could use:

Code: Select all

[root@archb3 ~]# systemctl enable systemd-networkd-wait-online.service
See this post for further discussion.

hth, sakaki

Re: Arch: WAN interface does not go up automatically

Posted: 23 Aug 2016, 04:57
by stasheck
Thanks a lot, I'll try this :-)