Dedicating + IP
Hey guys. I've been looking through the forum, and other forums, bunch of other sites and tutorials, read through the docs. This all isn't working so I really need your guys help. So I created my server, I brought up the xp_dedicated.bat, and then ran q3 and /exec server ... It's all working, but my friend cannot connect. First I can't find the ip that he would connect to. I used whatsmyip.com and then gave him the default q3 server port, he tried those and it wouldn't work still. Searched through q3 servers and Xfire, and it's not listing this. So on other places they had some stuff you can add to your .bat file, so I played around with those, still nothing. Anyways, wondering if you guys have any suggestions?
Most likely you are behind a router so you'll need to forward the ports to your server, let us know what reouter you have and i'll try to help.
Use your browser (Internet Explorer or Firefox, for example) to configure the router. Entering the router’s IP into the address box and pressing enter does this. For most Linksys, the IP is 192.168.1.1; for Netgear and D-Link, 192.168.0.1; Belkin, 192.168.2.1; Siemens, 192.168.254.254.
If you tell me the brand and model of the router that will be easier, if any of the ip's above let you access your router config page look for ip forwarding and add your pc IP let's say your ip is 192.168.1.10 so add that ip and open tcp ports from 27960/29000 or just the port you'll use for quake that should enable the access to your server.
192.168.0.1 must be the ip of your router, so 192.168.0.100 must be the ip of your pc used to host the server, also server must run in dedicated mode and then if you didn't assing any other net_port it will run on default port 27960, so once ports are forwarrded to 192.168.0.100 you just get your public ip lets's say it is 201.242.145.32:27960, so if you have the screen of the router config pages just post it to see if everything is correct, or add me to msn and we can work from there.
Just to make sure on ports use both that will enable tcp/udp and also aplication should say quake3.exe and not E+, besides that everything seems fine.
I'll be on msn a bit later, in case this still doesn't work, but i think it should work.
Well, first, make sure you open ports for heartbeats. I cant remember exactly wich port is it now, i think its 27959, do a search for a post by unplayer, he states the exact port (use keywords "port" "heartbeat").
second, you have to run your server as dedicated 2
[code:1]quake3.exe +set fs_game excessiveplus +set dedicated 2 +exec <your>.cfg[/code:1]
then, make sure your server.cfg has teh following lines in it
[code:1]//Master Servers
set sv_master1 "master3.idsoftware.com"
set sv_master2 "master0.gamespy.com"
set sv_master3 "master.kali.net"
set sv_master4 "master.quake3arena.com"
set sv_master5 "master0.excessiveplus.net"[/code:1]
if you dont do all of the above your server WILL NOT show up in game browser or on spider, or on any other server search program.
Wow fast reply hehe thx Right so I don't have a firewall btw, forgot to mention that. But I do have VM and usually have it on, and on the VM is a firewall. But dunno if that matters. I do have a router -- I have Ethernet Cable/DSL Router w/ 4 port switch. (not sure if thats the info you need sorry. Im a n00b )