From bfd7b4470d7ab28ab704003cd71a35646d276db0 Mon Sep 17 00:00:00 2001 From: Michael Burke Date: Fri, 29 Jun 2018 14:17:01 -0400 Subject: [PATCH] Typo in prerequisites regarding the firewall --- install_config/install/prerequisites.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_config/install/prerequisites.adoc b/install_config/install/prerequisites.adoc index 1b67b7b22d60..71d8ebd017da 100644 --- a/install_config/install/prerequisites.adoc +++ b/install_config/install/prerequisites.adoc @@ -692,7 +692,7 @@ connections, and is only required if you have clustered etcd. * Port *1936* can still be inaccessible due to your iptables rules. Use the following to configure iptables to open port *1936*: + ---- -# iptables OS_FIREWALL_ALLOW -p tcp -m state --state NEW -m tcp \ +# iptables -A OS_FIREWALL_ALLOW -p tcp -m state --state NEW -m tcp \ --dport 1936 -j ACCEPT ----