Explorar el Código

Add alternative way to save iptables.

FusionPBX hace 4 años
padre
commit
ddacc299cd
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      source/firewall/iptables.rst

+ 2 - 0
source/firewall/iptables.rst

@@ -102,3 +102,5 @@ Debian / Ubuntu
 | ``apt-get install iptables-persistent``
 | ``service iptables-persistent save``
 | ``dpkg-reconfigure iptables-persistent``
+| ``iptables-save > /etc/iptables/rules.v4``
+| ``ip6tables-save > /etc/iptables/rules.v6``