From 9519c0125ef667f468592020ffa15d57c60ee63f Mon Sep 17 00:00:00 2001 From: WarWolf <35026476+WarWolflll@users.noreply.github.com> Date: Mon, 4 Sep 2023 00:22:23 +0800 Subject: [PATCH] Update prerequisites.md Add a new line after COMMIT to avoid "Bad argument" error. --- content/en/admin/prerequisites.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/admin/prerequisites.md b/content/en/admin/prerequisites.md index d2457599..07a81f69 100644 --- a/content/en/admin/prerequisites.md +++ b/content/en/admin/prerequisites.md @@ -62,7 +62,7 @@ First, install iptables-persistent. During installation it will ask you if you w apt install -y iptables-persistent ``` -Edit `/etc/iptables/rules.v4` and put this inside: +Edit `/etc/iptables/rules.v4` and put this inside: (There must to be a new line after COMMIT, or it will get an error message ```Bad argument `COMMIT'``` at next step.) ```text *filter @@ -99,6 +99,7 @@ Edit `/etc/iptables/rules.v4` and put this inside: -A FORWARD -j REJECT COMMIT + ``` With iptables-persistent, that configuration will be loaded at boot time. But since we are not rebooting right now, we need to load it manually for the first time: @@ -140,6 +141,7 @@ If your server is also reachable over IPv6, edit `/etc/iptables/rules.v6` and ad -A FORWARD -j REJECT COMMIT + ``` Similar to the IPv4 rules, you can load it manually like this: ```bash