From f9a52432b9a3ef65cb823b9a2afb20b15c6fefa4 Mon Sep 17 00:00:00 2001 From: Sascha Moser <28950736+xopez@users.noreply.github.com> Date: Fri, 24 Dec 2021 15:19:37 +0100 Subject: [PATCH] Add sudo to command --- docs/guides/vpn/wireguard/internal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/vpn/wireguard/internal.md b/docs/guides/vpn/wireguard/internal.md index 4fdbd4a..757bc5b 100644 --- a/docs/guides/vpn/wireguard/internal.md +++ b/docs/guides/vpn/wireguard/internal.md @@ -48,7 +48,7 @@ PostDown = iptables -w -t nat -D POSTROUTING -o eth0 -j MASQUERADE; ip6tables -w !!! warning "**Important:** Debian Bullseye (Debian 11) and Raspian 11" Debian Bullseye doesn't include iptables per default and uses nftables. The iptables commands can be easily implemented since the package will automatically translate and import them to nftables. First you need to install iptables: ```bash - apt install iptables + sudo apt install iptables ``` After that you have to set following rules for PostUP and PostDown: