<div dir="ltr"><div dir="ltr"><div dir="ltr">I have 3 wg interface on my server, but I am unable to enable wg0 with wg-quick at boot:<br><br>@ubuntu:~$ sudo systemctl enable wg-quick@wg0<br>@ubuntu:~$ <div><br></div><div><div>Oct 06 13:22:51 ubuntu systemd[1]: Starting WireGuard via wg-quick(8) for wg0...</div><div>Oct 06 13:22:51 ubuntu wg-quick[1737]: Warning: `/etc/wireguard/wg0.conf' is world accessible</div><div>Oct 06 13:22:52 ubuntu wg-quick[1737]: [#] ip link add wg0 type wireguard</div><div>Oct 06 13:22:52 ubuntu wg-quick[1737]: [#] wg setconf wg0 /dev/fd/63</div><div>Oct 06 13:22:52 ubuntu wg-quick[1737]: [#] ip -4 address add <a href="http://192.168.5.2/24">192.168.5.2/24</a> dev wg0</div><div>Oct 06 13:22:52 ubuntu wg-quick[1737]: [#] ip link set mtu 1420 up dev wg0</div><div>Oct 06 13:22:53 ubuntu wg-quick[1737]: [#] ip -4 route add <a href="http://192.168.2.0/24">192.168.2.0/24</a> dev wg0</div><div>Oct 06 13:22:53 ubuntu wg-quick[1737]: [#] iptables -A FORWARD -i wg0 -j ACCEPT; iptables -A FORWARD -o wg0 -j ACCEPT; iptables -t nat -A POSTROUTING -o e</div><div><b>Oct 06 13:22:53 ubuntu wg-quick[1737]: Another app is currently holding the xtables lock. Perhaps you want to use the -w option?</b></div><div>Oct 06 13:22:53 ubuntu wg-quick[1737]: [#] ip link delete dev wg0</div><div>Oct 06 13:22:53 ubuntu systemd[1]: wg-quick@wg0.service: Main process exited, code=exited, status=1/FAILURE</div><div>Oct 06 13:22:53 ubuntu systemd[1]: Failed to start WireGuard via wg-quick(8) for wg0.</div><div>Oct 06 13:22:53 ubuntu systemd[1]: wg-quick@wg0.service: Unit entered failed state.</div><div>Oct 06 13:22:53 ubuntu systemd[1]: wg-quick@wg0.service: Failed with result 'exit-code'.</div></div><div><br></div><div>As you can see it fails at iptables command.</div><div><br></div><div>wg0, wg2 fails with this problem, but wg1 starts without problem (same config, with iptables command).</div><div><br></div><div><br></div></div></div></div>