Difference between revisions of "How to forward ports"

From Eurobattle.net WiKi
Jump to navigation Jump to search
m (1 revision)
Line 1: Line 1:
[B][U]Solution 1:[/U][/B]
+
''' ''Solution 1:'' '''
  
[spoiler]1) Go to [url]www.portforward.com[/url]
+
<br>1) Go to www.portforward.com
2) Select your router from the list
+
<br>2) Select your router from the list
3) [B]Skip advertisement[/B] by clicking "Skip this advertisement" in a right upper corner
+
<br>3) '''Skip advertisement''' by clicking "Skip this advertisement" in a right upper corner
4) Select Warcraft III
+
<br>4) Select Warcraft III
5) Follow simple steps for your router[/spoiler]
+
<br>5) Follow simple steps for your router
  
[U][B]Solution 2:[/B][/U] (In case solution 1 did not work, this solution contains common steps that can be used by everyone)
 
  
[spoiler]Hello and welcome to our port forwarding guide.
+
''' ''Solution 2'' ''': (In case solution 1 did not work, this solution contains common steps that can be used by everyone)
  
[size=+2][color=red][b]1) General overview[/b][/color][/size]
+
Hello and welcome to our port forwarding guide.
[U]What is port forwarding and why do you need it?[/U]
+
 
 +
 
 +
<font color="red">'''1) General overview'''</font>
 +
 
 +
 
 +
''What is port forwarding and why do you need it?''
 
Port forwarding (sometimes referred to as tunneling or virtual servers) is the act of forwarding a network port from one network node to another. Port forwarding allows remote computers (e.g. public machines on the Internet) to connect to a specific computer within a private LAN. So in order to host a game online, you must allow public computers on the internet to connect to your computer. If you don't port forward, all incoming connections to your PC will be refused and thus no one will be able to join your game.
 
Port forwarding (sometimes referred to as tunneling or virtual servers) is the act of forwarding a network port from one network node to another. Port forwarding allows remote computers (e.g. public machines on the Internet) to connect to a specific computer within a private LAN. So in order to host a game online, you must allow public computers on the internet to connect to your computer. If you don't port forward, all incoming connections to your PC will be refused and thus no one will be able to join your game.
  
[size=+2][color=red][b]2) Requirements[/b][/color][/size]
+
 
 +
<font color="red">'''2) Requirements'''</font>
 +
 
 +
 
 
Open cmd.exe (Start > All programs > Accessories > Command Prompt)
 
Open cmd.exe (Start > All programs > Accessories > Command Prompt)
 
Type ipconfig, notice the Default Gateway.
 
Type ipconfig, notice the Default Gateway.
[SPOILER][IMG]http://img361.imageshack.us/img361/3557/ipconfigkc0.jpg[/IMG][/SPOILER]
 
  
[U]NOTE:[/U] Enter Warcraft > Options > Game Play
+
<br>http://img361.imageshack.us/img361/3557/ipconfigkc0.jpg
 +
 
 +
 
 +
''NOTE:'' Enter Warcraft > Options > Game Play
 
Check your Game Port, it should be 6112.
 
Check your Game Port, it should be 6112.
  
[size=+2][color=red][b]3) Configuration[/b][/color][/size]
+
<font color="red">3)'''Configuration'''</font>
 +
 
 +
 
 +
Open your web browser, type the IP you just saw, for example, in my case I have to type '''http://192.168.1.254'''
 +
 
 +
 
 +
You should see a box prompting you for your username and password. Enter your password now. By default your username and password are ''admin''.
 +
 
 +
 
 +
'''You can find your router's username and password in your router's manual.'''
  
Open your web browser, type the IP you just saw, for example, in my case I have to type [url]http://192.168.1.254[/url]
 
  
You should see a box prompting you for your username and password. Enter your password now. By default your username and password are [I]admin[/I].
 
[B]You can find your router's username and password in your router's manual.[/B]
 
 
Click the Log in button to log in to your router.
 
Click the Log in button to log in to your router.
  
ok, Now you must search for "Port Forward", "Virtual Server" or "Game & Application Sharing". They are usually located in the advanced settings of your router.
+
 
[SPOILER][IMG]http://www.portforward.com/english/routers/port_forwarding/Paradyne/6381-A3/6381-A33.jpg[/IMG][IMG]http://www.portforward.com/english/routers/port_forwarding/Dlink/DSL-520T/DSL-520T3.jpg[/IMG][IMG]http://img217.imageshack.us/img217/3021/speedlm0.jpg[/IMG][/SPOILER]
+
Ok, Now you must search for "Port Forward", "Virtual Server" or "Game & Application Sharing". They are usually located in the advanced settings of your router.
 +
 
 +
<br>http://www.portforward.com/english/routers/port_forwarding/Paradyne/6381-A3/6381-A33.jpg
 +
<br>http://www.portforward.com/english/routers/port_forwarding/Dlink/DSL-520T/DSL-520T3.jpg
 +
<br>http://img217.imageshack.us/img217/3021/speedlm0.jpg
 +
 
 +
 
 
Some routers have Warcraft 3 in their database, so all you have to do is add the Warcraft 3 to the Applied Rules. If you don't have the game, create a new application with the following settings
 
Some routers have Warcraft 3 in their database, so all you have to do is add the Warcraft 3 to the Applied Rules. If you don't have the game, create a new application with the following settings
[quote]
+
 
 +
<pre>
 
Protocol: Any       
 
Protocol: Any       
 
Port Range: 6112 - 6119
 
Port Range: 6112 - 6119
 
Translate To: 6112 - 6119
 
Translate To: 6112 - 6119
[/quote]
+
</pre>
 +
 
 
Or if you don't have "Any" as a protocol type.
 
Or if you don't have "Any" as a protocol type.
[quote]
+
 
 +
<pre>
 
Protocol: TCP       
 
Protocol: TCP       
 
Port Range: 6112 - 6119
 
Port Range: 6112 - 6119
 
Translate To: 6112 - 6119
 
Translate To: 6112 - 6119
 +
  
 
Protocol: UDP       
 
Protocol: UDP       
 
Port Range: 6112 - 6119
 
Port Range: 6112 - 6119
 
Translate To: 6112 - 6119
 
Translate To: 6112 - 6119
[/quote]
+
</pre>
 +
 
 +
<font color="red">4)'''Get information about your router'''</font>
 +
 
  
[size=+2][color=red][b]4) Get information about your router[/b][/color][/size]
+
Visit http://www.portforward.com/routers.htm
Visit [url]http://www.portforward.com/routers.htm[/url]
 
 
Search for your router's exact model.
 
Search for your router's exact model.
 
Search for Warcraft 3
 
Search for Warcraft 3

Revision as of 02:43, 2 January 2012

Solution 1:


1) Go to www.portforward.com
2) Select your router from the list
3) Skip advertisement by clicking "Skip this advertisement" in a right upper corner
4) Select Warcraft III
5) Follow simple steps for your router


Solution 2 : (In case solution 1 did not work, this solution contains common steps that can be used by everyone)

Hello and welcome to our port forwarding guide.


1) General overview


What is port forwarding and why do you need it? Port forwarding (sometimes referred to as tunneling or virtual servers) is the act of forwarding a network port from one network node to another. Port forwarding allows remote computers (e.g. public machines on the Internet) to connect to a specific computer within a private LAN. So in order to host a game online, you must allow public computers on the internet to connect to your computer. If you don't port forward, all incoming connections to your PC will be refused and thus no one will be able to join your game.


2) Requirements


Open cmd.exe (Start > All programs > Accessories > Command Prompt) Type ipconfig, notice the Default Gateway.


http://img361.imageshack.us/img361/3557/ipconfigkc0.jpg


NOTE: Enter Warcraft > Options > Game Play Check your Game Port, it should be 6112.

3)Configuration


Open your web browser, type the IP you just saw, for example, in my case I have to type http://192.168.1.254


You should see a box prompting you for your username and password. Enter your password now. By default your username and password are admin.


You can find your router's username and password in your router's manual.


Click the Log in button to log in to your router.


Ok, Now you must search for "Port Forward", "Virtual Server" or "Game & Application Sharing". They are usually located in the advanced settings of your router.


http://www.portforward.com/english/routers/port_forwarding/Paradyne/6381-A3/6381-A33.jpg
http://www.portforward.com/english/routers/port_forwarding/Dlink/DSL-520T/DSL-520T3.jpg
http://img217.imageshack.us/img217/3021/speedlm0.jpg


Some routers have Warcraft 3 in their database, so all you have to do is add the Warcraft 3 to the Applied Rules. If you don't have the game, create a new application with the following settings

Protocol: Any      
Port Range: 6112 - 6119
Translate To: 6112 - 6119

Or if you don't have "Any" as a protocol type.

Protocol: TCP      
Port Range: 6112 - 6119
Translate To: 6112 - 6119


Protocol: UDP      
Port Range: 6112 - 6119
Translate To: 6112 - 6119

4)Get information about your router


Visit http://www.portforward.com/routers.htm Search for your router's exact model. Search for Warcraft 3 Follow the instructions that are specifically made for your router in order to port forward.