10-01-2015, 07:33 AM
These commands will open up those ports, i.e 7778 & 7777
iptables -A INPUT -p tcp -m tcp --dport 7778 -j ACCEPT
iptables -A INPUT -p tcp -m tcp --dport 7777 -j ACCEPT
or put the rules in the iptables configuration file(restart iptables after saving).
iptables -A INPUT -p tcp -m tcp --dport 7778 -j ACCEPT
iptables -A INPUT -p tcp -m tcp --dport 7777 -j ACCEPT
or put the rules in the iptables configuration file(restart iptables after saving).