Page 1 of 1
Hosting on PC trial
Posted: Fri Jun 15, 2007 6:28 am
by LeroyJoeBob
When i try hosting noone can join my games. Can anyone help me figure how to fix this.
Posted: Fri Jun 15, 2007 5:17 pm
by BEEF!!!
You probably have a firewall blocking the ports needed. If you're running a router with a firewall then you need to log on and open up the port. I think the ports are 2302 and 2303.
This is also in the wrong section. Should be in tech questions forum. *Moves*
Posted: Fri Jun 15, 2007 6:21 pm
by SuperCommando
I can't host games either, and those ports are unblocked, it has to be something else
Posted: Fri Jun 15, 2007 6:36 pm
by G.I.R.
Posted: Fri Jun 15, 2007 7:15 pm
by BEEF!!!
Also something to check is the Windows XP Firewall. Unblock the ports on that as well.
Posted: Sat Jun 16, 2007 6:33 am
by SuperCommando
Posted: Mon Jun 18, 2007 4:12 am
by LeroyJoeBob
Ok thanks for the help ill try that then.
Also how can i check to see if they are unblocked, sry im kinda new at this.
Posted: Mon Jun 18, 2007 8:43 am
by BEEF!!!
Posted: Mon Jun 18, 2007 4:28 pm
by [cc]z@nd!
if you want to check to see what ports are visible to the internet (like if they want to play halo on your server) and you're going to use a port scanner, here's how to do it:
1: go to ipchicken.com to get your external ip. it'll be the big blue number with a few decimals thrown in. write this down on some paper or in a text document, you'll need to remember it
2: download nmap for windows (probably somewhere on insecure.org, but i suggest googling it). once you have that installed, you'll need to navigate to the directory you installed it to in a command prompt. just write down the directory in something, then type this into your command prompt
Code: Select all
cd "<insert the directory you just wrote down here>"
those quotes are there in case any of the folders have spaces.
3: now type this into the command prompt:
Code: Select all
nmap -p 2000-2060 <your external ip address you got from ipchicken.com>
i might have the syntax wrong for the port numbers switch (the -p thing followed by the port #'s to scan) but that should do it. if you see any ports open, then that means both the router is correctly forwarding those ports, and the halo server is running.
if it doesn't work, tell us because doing exactly what i said there, there might be a syntax issue or something. also, a virus or spyware scanner might pick up nmap as malicious and delete it, if that happens, turn off the virus scanner or whatever for a bit.
Posted: Mon Jun 18, 2007 9:37 pm
by BEEF!!!
Thanks z@nd. I was too busy to write up a tutorial.
Posted: Fri Jun 22, 2007 11:00 am
by LeroyJoeBob
Thank you i will try that.