1
0
mirror of https://github.com/gluster/glusterdocs.git synced 2026-02-05 15:47:01 +01:00

Fixing "Note" on line 62 of Setting Up Clients.md

This commit is contained in:
Kshithij Iyer
2019-08-30 16:16:23 +05:30
committed by GitHub
parent c6024ec3d7
commit 68c657ec6f

View File

@@ -59,6 +59,7 @@ To install Gluster Native Client on RPM distribution-based systems
`$ sudo iptables -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 24007:24008 -j ACCEPT `
`$ sudo iptables -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 49152:49156 -j ACCEPT`
~~~
> **Note**
>
> If you already have iptable chains, make sure that the above
@@ -133,11 +134,11 @@ To install Gluster Native Client on Debian-based distributions
`$ sudo iptables -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 24007:24008 -j ACCEPT `
`$ sudo iptables -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 49152:49156 -j ACCEPT`
~~~
> **Note**
>
> If you already have iptable chains, make sure that the above
> ACCEPT rules precede the DROP rules. This can be achieved by
> providing a lower rule number than the DROP rule.
> **Note**
>
> If you already have iptable chains, make sure that the above
> ACCEPT rules precede the DROP rules. This can be achieved by
> providing a lower rule number than the DROP rule.
### Performing a Source Installation