diff --git a/install_config/install/prerequisites.adoc b/install_config/install/prerequisites.adoc index ea5dd4e2afb9..3dd5f84270b7 100644 --- a/install_config/install/prerequisites.adoc +++ b/install_config/install/prerequisites.adoc @@ -675,7 +675,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 ----