LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   how to open port? (https://www.linuxquestions.org/questions/linux-networking-3/how-to-open-port-320040/)

dwarf007 05-04-2005 09:30 AM

how to open port?
 
I need to open port 5666, can i know what are the steps i should do?
Anyone knows, please help... thank you.....

bruj3w 05-05-2005 06:06 AM

iptables -A INPUT -p tcp --dport 5666 -j ACCEPT


All times are GMT -5. The time now is 03:22 PM.