• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Tutor-Easy] 1 Click open 10 port on Firewall

Joined
Apr 23, 2013
Messages
1,172
Reaction score
1,797
1 - Create file (Firewall.bat)
2 - Paste below code
3 - Edit port on like your servers.
4 - Open bat.

Code

Code:
[/COLOR]title [Firewall] Opening doors


color b


netsh firewall add allowedprogram C:\WarZ\bin\WZ_GameServer.exe "WZ_GameServer" ENABLE


netsh firewall add allowedprogram C:\WarZ\bin\MasterServer.exe "MasterServer" ENABLE


netsh firewall add allowedprogram C:\WarZ\bin\SupervisorServer.exe "SupervisorServer" ENABLE


echo off
[COLOR=#1D2129]

Done!
Thx
Noparuje Vijarn
 
Last edited:
Joined
Sep 3, 2013
Messages
903
Reaction score
227
New after update Windows Server


netsh advfirewall firewall add rule name="WZ_GameServer" dir=in action=allow program="C:\LSZ\bin\WZ_GameServer.exe" enable=yes
netsh advfirewall firewall add rule name="MasterServer" dir=in action=allow program="C:\LSZ\bin\MasterServer.exe" enable=yes
netsh advfirewall firewall add rule name="SupervisorServer" dir=in action=allow program="C:\LSZ\bin\SupervisorServer.exe" enable=yes
 
Back
Top