> On Oct 6, 2019, at 11:54 AM, Adrián Mihálko <[email protected]> wrote: > > I have 3 wg interface on my server, but I am unable to enable wg0 with > wg-quick at boot: > > @ubuntu:~$ sudo systemctl enable wg-quick@wg0 > @ubuntu:~$ > ...
> 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 > 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? Hi Adrián, As a test, how about adding -w to the iptables call: -- iptables -w -A FORWARD -i wg0 ... -- and see it that fixes it. With -w, iptables will wait until the lock is released. Lonnie _______________________________________________ WireGuard mailing list [email protected] https://lists.zx2c4.com/mailman/listinfo/wireguard
