I want to connect to my virtual machine using a ssh-tunnel but my program cannot bind to port 9000.
In my Windows Firewall I have many same/similar inbound rules for the same program? Why is this?
I want to connect to my virtual machine using a ssh-tunnel but my program cannot bind to port 9000.
In my Windows Firewall I have many same/similar inbound rules for the same program? Why is this?
Each rule is probably a different rule, different port, different protocol, etc. all needed to make the connection for that server type.
Have you looked at each of the rules to see what they're doing?
In addition to that, there are often multiple versions of each rule, one for each type of network you may connect to (Public, Private or Domain; under the "Profile" column in the firewall manager).
If you think one of those rules is preventing you from using 9000, have you tried disabling the firewall completely to ensure/eliminate it as the problem?