Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /data/e/7/e76990b9-3372-4d88-8089-fce36e16744a/webperfection.net/sub/rady-nosu/wp-content/plugins/seo-ultimate/modules/class.su-module.php on line 1195
Allowing Redis port – iptables | Real Solution for Your Problem!

October 30, 2017 | In: Správa linuxu

Allowing Redis port – iptables

The config for IPTables is located:
/etc/sysconfig/iptables

I added the following line to it:
-A INPUT -p tcp -m state --state NEW -m tcp --dport 6379 -j ACCEPT

Reloaded IPtables:
sudo service iptables reload

Sanity check:
sudo iptables -S

Share This:

Comments are closed.