Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install/prerequisites.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,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
----

Expand Down