Posted by: Saajha July 18, 2013
Login in to Rate this Post:
0
?


/etc/init.d/iptables stop
nc -l -p <port#>
This will let you open virtually any port, between 1 - 65535
---
NO, don't do what I just suggested. It will work, but people won't like it.
Here's what you can do:
-Install the service you're looking to run on your linux system
-Start that service. Generally it is "service start <servicename>", "/etc/init.d/<servicename> start", etc...
-Allow port through iptables, if enabled
~@~
nc -l -p <port#>
This will let you open virtually any port, between 1 - 65535
---
NO, don't do what I just suggested. It will work, but people won't like it.
Here's what you can do:
-Install the service you're looking to run on your linux system
-Start that service. Generally it is "service start <servicename>", "/etc/init.d/<servicename> start", etc...
-Allow port through iptables, if enabled
~@~