Jump to content

Minecraft 1.6.2


zantilles

Recommended Posts

That's because TCAdmins default firewall rules aren't really fantastic.

TCAdmin will allow the application to use any port (pointless really) since Minecraft is a Java process you need to allow the Java application inbound connections.

 

TL;DR

 

Use this script.

 

Add it in Games > Minecraft > Custom Scripts

 

-- Before Created --

netsh advfirewall firewall add rule name="ID:%ThisService_ServiceId% USER:%ThisUser_UserName% GAME:%ThisGame_ShortName% IP/PORT:%ThisService_ConnectionInfo% TCP" dir=in action=allow program="C:\TCAFiles\Users\%ThisUser_UserName%\%ThisService_ServiceId%\Java\jre7\bin\java.exe" localport="%ThisService_GamePort%,%ThisService_RConPort%,%ThisService_CustomPort1%,%ThisService_CustomPort2%,%ThisService_CustomPort3%,%ThisService_CustomPort4%,%ThisService_CustomPort5%" protocol=TCP

 

-- Before Deleted --

netsh advfirewall firewall delete rule name="ID:%ThisService_ServiceId% USER:%ThisUser_UserName% GAME:%ThisGame_ShortName% IP/PORT:%ThisService_ConnectionInfo% TCP"

Link to comment
Share on other sites

Hello I added this line (netsh advfirewall firewall add rule name="ID:%ThisService_ServiceId% USER:%ThisUser_UserName% GAME:%ThisGame_ShortName% IP/PORT:%ThisService_ConnectionInfo% TCP" dir=in action=allow program="C:\TCAFiles\Users\%ThisUser_UserName%\%ThisService_ServiceId%\Java\jre7\bin\java.exe" localport="%ThisService_GamePort%,%ThisService_RConPort%,%ThisService_CustomPort1%,%ThisService_CustomPort2%,%ThisService_CustomPort3%,%ThisService_CustomPort4%,%ThisService_CustomPort5%" protocol=TCP) but the ports still does not

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use