kubuntUO - RunUO linux for human beings

Wednesday, February 21, 2007

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
$ sudo iptables -I OUTPUT -p tcp --dport 2593 -j ACCEPT
$ sudo iptables-save
-Ravon

0 Comments:

Post a Comment

<< Home