Configuration in High Availability Guide iptables
fix iptables command error Change-Id: I63f3e0cd91acbee77001707ab373e7f92947826e Closes-Bug: #1586878
This commit is contained in:
parent
9018615124
commit
2cf5fab42a
@ -45,16 +45,16 @@ the ``iptables`` utility. To do so, complete the following steps:
|
||||
.. code-block:: console
|
||||
|
||||
# iptables --append INPUT --in-interface eth0 \
|
||||
--protocol --match tcp --dport 3306 \
|
||||
--protocol tcp --match tcp --dport 3306 \
|
||||
--source NODE-IP-ADDRESS --jump ACCEPT
|
||||
# iptables --append INPUT --in-interface eth0 \
|
||||
--protocol --match tcp --dport 4567 \
|
||||
--protocol tcp --match tcp --dport 4567 \
|
||||
--source NODE-IP-ADDRESS --jump ACCEPT
|
||||
# iptables --append INPUT --in-interface eth0 \
|
||||
--protocol --match tcp --dport 4568 \
|
||||
--protocol tcp --match tcp --dport 4568 \
|
||||
--source NODE-IP-ADDRESS --jump ACCEPT
|
||||
# iptables --append INPUT --in-interface eth0 \
|
||||
--protocol --match tcp --dport 4444 \
|
||||
--protocol tcp --match tcp --dport 4444 \
|
||||
--source NODE-IP-ADDRESS --jump ACCEPT
|
||||
|
||||
In the event that you also want to configure multicast replication,
|
||||
|
Loading…
x
Reference in New Issue
Block a user