Hello,
How can I open a port on my dedi for votifier? I tried doing
and the gui one which is:
but none of those opened my port
(I'm checking through http://www.yougetsignal.com/tools/open-ports/)
How can I open a port on my dedi for votifier? I tried doing
Code:
iptables -I INPUT -p tcp --dport 1234 --syn -j ACCEPT
service iptables save
service sshd restart
Code:
iptables -I INPUT -p tcp --dport 1234 --syn -j ACCEPT
service iptables save
semanage port -a -t ssh_port_t -p tcp 1234
service sshd restart
and the gui one which is:
Code:
system-config-firewall-tui
service sshd restart
