How to open Port 2593 with iptables
Greetings,
Just a quick note, if your having problems connecting maybe you need to open the port on your Linux PC. Here is the command I use.
$ sudo iptables -I INPUT -p tcp --dport 2593 -j ACCEPT-Ravon
$ sudo iptables -I OUTPUT -p tcp --dport 2593 -j ACCEPT
$ sudo iptables-save

0 Comments:
Post a Comment
<< Home