I have created a service like this:
minecraft |
TCP |
25565~25569 |
Then in port forwarding I added the service for the machine on the network running the server that is connected to that port:
minecraft[TCP/25565~25569] |
192.168.1.105 |
Enabled
|
Then in the firewall access I added this
Allow minecraft[TCP/25565~25569] Source Interface: ANY, Source IP: ANY, Destination IP: Single 192.168.1.105
Not sure if there is something else I need to do but when I check with Open Port Checking tools on the internet (https://www.yougetsignal.com/tools/open-ports/ for example) it shows that port 25565 is closed. This matches with the result of attempting to connect to the server from another machine not on the local network.
What else do I need to do?
Thanks in advance,
Michael