Likes: 0
Results 1 to 10 of 10
-
31-03-09, 09:27 AM #1
[Share/Release/Guide] Opening server ports the easy way
Register to remove this adThere are alot of ports that you have to open for a WOW server. If you are using windows firewall, this can be a real pain. From what I have encountered windows firewall does not allow adding port ranges, so you have to open each port manually. Below I have a windows batch file to open all the ports needed and labels each one.
- Create a file named OPENPORTS.BAT
- Copy and paste the code into the file.
- Run the batch file!
Code:@echo off Echo Attemping to open needed ports....Please wait.... FOR /L %%R IN (6881,1,6999) DO netsh firewall add portopening TCP %%R "WOW Patches "%%R netsh firewall add portopening TCP 3724 "WOWRealm List 3724" netsh firewall add portopening TCP 80 "WOW Apache Web 80" netsh firewall add portopening TCP 3306 "Wow Mysql 3306" netsh firewall add portopening TCP 8129 "Wow Realm One 8129" netsh firewall add portopening TCP 8130 "Wow Realm Two 8130" netsh firewall add portopening TCP 8093 "Wow Server port 8093" netsh firewall add portopening TCP 6112 "WOW Patches 6112" netsh firewall add portopening TCP 3036 "Wow Arcemu 3036" netsh firewall add portopening TCP 8050 "Wow World Server 8050" Echo ------------------------------------------------------- Echo As long as you had no errors listed above, then all Echo the ports have been opened in the windows firewall. Echo ------------------------------------------------------- Pause
erobins of *******
Disclaimer: If this does not work for you, please leave a message here and I will try and help you out. If I really cannot, please do not flame me. I promised Avidgamer that I would help him find a way to port forward.
If this thread offends you, by all means ignore this thread and move on or delete it.
› See More: [Share/Release/Guide] Opening server ports the easy wayme if I have helped you in anyway ^^ Example: Sharing a repack, answering questions... Well you know the rest xD. As long as I help you!
-
01-04-09, 08:58 PM #2
-
03-04-09, 05:37 AM #3
Thanks for the Wig, I really wasn't expecting any xD
me if I have helped you in anyway ^^ Example: Sharing a repack, answering questions... Well you know the rest xD. As long as I help you!
-
06-04-09, 04:41 AM #4
Woot this works great .
-
06-04-09, 08:25 AM #5
Thank you very much for the runiker
me if I have helped you in anyway ^^ Example: Sharing a repack, answering questions... Well you know the rest xD. As long as I help you!
-
13-03-10, 10:36 PM #6
wait does this work for evo-x severs and sry about rezin this post
-
14-03-10, 12:22 AM #7
-
24-08-10, 12:12 AM #8
Omg i need to try this xD
Edit: there was an error this is what it was
IMPORTANT: "netsh firewall" is deprecated;
use "netsh advfirewall firewall" instead.
For more information on using "netsh advfirewall firewall" commands
instead of "netsh firewall", see KB article 947709
at How to use the "netsh advfirewall firewall" context instead of the "netsh firewall" context to control Windows Firewall behavior in Windows Server 2008 and in Windows Vista .
Im running windows 7 Home PremiumLast edited by zwroblewski; 24-08-10 at 12:15 AM.
-
29-08-10, 04:57 PM #9
Does this works for Trinity Core??
Thanks
-
28-12-10, 10:00 AM #10
- Rep Power
- 17
- Reputation
- 2
Register to remove this adThe easy way you say, haha.