How to get a Port to listen on Windows 7

command lineporttcpip

I have followed the step by step instruction to open a port on Windows 7, setting both Inbound Rules and Outbound Rules to following specification:

Protocal Type: TCP
Local Port: 55000
Remote Port: 55001
Scope: Any IP address
Programs: All programs that meet the specified conditions
Profiles: Domain, Private, Public (all checked)
Name: FooPort

ScreenShot1ScreenShot2

Then I run netstat -a on my command prompt to find the open port, the TCP port 55000 or 55001 aren't there as shown in below screenshot:

enter image description here

If I try telnet myself, I, of course, receive the following error:

telnet Screenshot1

How can I open the port and get it to listen?

Best Answer

If you open up a Shop Checkout, you need to put a Cashier behind it such that people can pass with their products. If you only have tho Shop Checkout open, nothing can pass if there's nobody there.

So, besides opening the port you need an application that listens to that port.

The port itself, however, can only be open. Ports can't listen by themselves... Applications listen.