Tell me more ×
IT Security Stack Exchange is a question and answer site for IT security professionals. It's 100% free, no registration required.

How can I open a particular port on my machine for torrent download and how can I know which all port are open ?

share|improve this question
This question should be asked over at superuser.com. This is off topic in this community. However running "netstat -na" will tell you which ports you have open. What port you need to open is all up to what service you want to make work + if you are behind NAT and so on. – Chris Andrè Dale Feb 9 '12 at 7:49

closed as off topic by Chris Andrè Dale, Rory Alsop Feb 9 '12 at 11:12

Questions on IT Security Stack Exchange are expected to relate to IT security within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

To be as general as the question posed, the answer is yes. Starting a built-in service such as Terminal Services on Windows XP that advertises a port will open the port the service advertises (TS is 3389)...stopping the service will close connections to that port since nothing's listening on the other end. If you would like to be more specific I'll try to give you more specific answers.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.