How to open Port 2593 with iptables - Update
Greeting,
I recently posted how to change your iptables. This did not work last night when I tested it. I cannot connect to the server from another computer. What really makes me mad is the fact that I had the command and now I cannot find them. I would suggest installing a program called nmap, it is used to show open ports.
I think I will try the following...(I got the information from help.ubuntu.com.)
$ sudo iptables -LI will let you know how this works in tomorrow.
$ sudo iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
$ sudo iptables -A INPUT -p tcp -i eth0 --dport 2593 -j ACCEPT
$ sudo iptables-save
-Ravon



