Open Port to host on multiplay mode
#1
Gepost 10 augustus 2009 - 06:57
1/ Click start/Run/Cmd type: ipconfig/all . You will see something like this, remember your Ip address.
For example:
You see that? My ip address is 192.164.1.35 and my default gateway is 192.168.1.1
Next: open your web browser ex: Firefox, IE, Opera...
type your default gateway (my default gateway is 192.168.1.1) If your router asks for a username and password, the default setting is no username and the password is admin or 1234
+ On Linksys routers its "admin" for both user and password.
+ On Netgear Routers its "admin" for username and password for password
After login, you'll see the router's information page. Like this:
Click Network/Nat/Port forwarding/Service name/User define.
You'll see this page. For example: My router is zyxel P-600H-t1-v2
Click active,and fill the box:
Service name : Emergency 4 (or another name you like)
Start port: 80 ( This is default port, you can skip open port 80 because some router has already opened it)
End port : 80
Server IP address : your IP you have seen (192.168.1.xx)
Then click apply.Ok you have port 80, now you need 2 port: port 58282 and port 12345
Just do it again:
Service name : Emergency 4
Start port: 58282
End port : 58282
Server IP address : your IP you have seen (192.168.1.xx)
and
Service name : Emergency 4
Start port: 12345
End port : 12345
Server IP address : your IP you have seen (192.168.1.xx)
Ok click apply.And now you have 3 port. Now you can host the game.
If you want to check your port is open. Download this file
http://portforward.c...PortChecker.exe
after you install. Just check your port, if the port is opened, it will say "both TCP or UDP is ok!"
If you has open those port but your PFPortChecker say it didn't, you should turn off firewall of windows and ones on your antivirus software ( such as: Kapersky, comondo ...)
Good luck!
From bennie900:
I recomend this guide: http://portforward.c...0v6/default.htm It's not the same as your's but its the same layout. Follow the guide for the ports posted in page one. Anyone else who is having problem visit: http://portforward.com Select your router model and make, then it will tell you. You may have to click "Default Guide" on the page since some games are not listed.
If everyone have a question please ask here.
Sorry for my English Because I'm from Viet Nam
#2
Gepost 10 augustus 2009 - 09:24
Nice to see someone posted an overview of how to open the ports on all different routers. I pinned the topic and added a link to it in the FAQ.
It's a real nice addition to the forum.
greetz,PyroThijs, (Moderator/FAQ author)
See something that doesn't belong? Report it, don't take matters into your own hands.
#3
Gepost 10 augustus 2009 - 02:13
Oh, if anyone having problems with open open port.Please post here if I will try to resolve.
Best regard.
#4
Gepost 10 augustus 2009 - 03:31
Nice to see someone posted an overview of how to open the ports on all different routers
Will only work on a part of the Zyxtel routers and some of other brands Some Sitecom routers don't have a port forwarding menu for example but do it through virtual server menu's
And theres no need to forward port 80 if I am right by the way Since this is the normal Internet port for http traffic
#5
Gepost 11 augustus 2009 - 03:43
Will only work on a part of the Zyxtel routers and some of other brands Some Sitecom routers don't have a port forwarding menu for example but do it through virtual server menu's
And theres no need to forward port 80 if I am right by the way Since this is the normal Internet port for http traffic
Oh, ok. Because I'm Vietnamese so I don't know how to open sitecom routers but I can find "the way how to open" it on google.
About port 80, I will try close that port and host, I will give you a result later.
If you need Sitecom routers port forwarding It' here: [Example with: Sitecom DC-200]
To setup port forwarding on this router your computer needs to have a static ip address.( you can do that with Star->Run->Cmd-> Ipconfig/all)
Open a web browser like internet explorer,Netscape, or Fire Fox. Type 192.168.1.1 in the address bar of your browser. (ah, if your default "Ip address of router" isn't 192.168.1.1 you should ask some body use sitecom router )
You will see a box prompting you for your username and password. Enter your username and password now.Click the Ok button to log in to your router.
Example picture:
[I'm sorry because I don't use sitecom router so I don't sure default Username and password are "admin"]
Click the Advanced Internet link near the left of the page.
Ex Pic:
Put the dot in to: Enable of Virtual Server
Then click the User-Defined Virtual Servers link near the center of the page
EX pic:
Oh, finally you have to fill all frame,include:
Name:Emergency 4 (Choose: Enable )
IP Address: your IP address
Protocol: With port 58282 you choose TCP
With port 12345 you choose UDP
With port 80 you choose TCP
Internal Port No:
58282
12345
80
Click add after you open 1 port.
When you're finished, click Save near the bottom of the screen to save your changes.
Good luck!
#6
Gepost 11 augustus 2009 - 04:21
there is a space between config and the /
also most all of your routers port 80 will be open because it is default port for your internet. if your gonna forward the ports only use the ports you need for the game. if it still doesnt work then you may have to dmz your pc that will be hosting the game so everyone can see you.
#7
Gepost 11 augustus 2009 - 04:47
I was test with Ipconfig/ all and Ipconfig/all this is results:just so you guys know its ipconfig /all
there is a space between config and the /
also most all of your routers port 80 will be open because it is default port for your internet. if your gonna forward the ports only use the ports you need for the game. if it still doesnt work then you may have to dmz your pc that will be hosting the game so everyone can see you.
Ipconfig/ all: Can you find the IP address,and subnet mask?
Here is Ipconfig/all:We can see the Ip address and subnet mask.
Port 80:
Oh, thanks, now I know the port 80 is default port . So if I close that port can everyone see my host?
I don't understand meaning of word: "DMZ" ~.~
Glad to see you join my topic
#8
Gepost 11 augustus 2009 - 03:53
DEFINITION - In computer networks, a DMZ (demilitarized zone) is a computer host or small network inserted as a "neutral zone" between a company's private network and the outside public network. It prevents outside users from getting direct access to a server that has company data. (The term comes from the geographic buffer zone that was set up between North Korea and South Korea following the UN "police action" in the early 1950s.) A DMZ is an optional and more secure approach to a firewall and effectively acts as a proxy server as well.
In a typical DMZ configuration for a small company, a separate computer (or host in network terms) receives requests from users within the private network for access to Web sites or other companies accessible on the public network. The DMZ host then initiates sessions for these requests on the public network. However, the DMZ host is not able to initiate a session back into the private network. It can only forward packets that have already been requested.
Users of the public network outside the company can access only the DMZ host. The DMZ may typically also have the company's Web pages so these could be served to the outside world. However, the DMZ provides access to no other company data. In the event that an outside user penetrated the DMZ host's security, the Web pages might be corrupted but no other company information would be exposed. Cisco, the leading maker of router s, is one company that sells products designed for setting up a DMZ.
#10
Gepost 12 augustus 2009 - 11:32
i tried all things you said.
#11
Gepost 12 augustus 2009 - 12:57
use the search funtion for this forum, there is already a post that tells you what ports to open.
#12
Gepost 12 augustus 2009 - 03:33
How i open that port 80 then?
#13
Gepost 13 augustus 2009 - 05:33
Oh, can you post some pictures? I think if you not log in as Adminastror user of your computer you will be that error!i cant get on... 401 unauthorized.
i tried all things you said.
"How i open that port 80 then?"
I write a guide how to open port 80 above, plz read.
I'm quote of FAQ topic written by pyro
ok? I was search, that is result.Which ports do I need top open in order to be able to play multiplayer
If you want to play EMERGENCY 4 in a local network (LAN) or in the internet and if you are using a router or a firewall, you have to pay attention that the following ports have been unlocked:
port 80
port 58282 for TCP (Gameport)
port 12345 for UDP
#15
Gepost 27 augustus 2009 - 04:41
"A model is only as good as it's skin"
#17
Gepost 27 augustus 2009 - 08:16
"A model is only as good as it's skin"
#19
Gepost 27 augustus 2009 - 09:00
From Wikipedia. If you are with BT the router is the Home Hub.A router is a networking device whose software and hardware are usually tailored to the tasks of routing and forwarding information. For example, on the Internet, information is directed to various paths by routers.
Routers connect two or more logical subnets, which do not necessarily map one-to-one to the physical interfaces of the router.
Executive Director: Forum Child Watch
Think a lot. Say little. Write nothing.
-J.P. Morgan
#20
Gepost 27 augustus 2009 - 09:14
"A model is only as good as it's skin"