Poll

What platform would you run Quetoo on if it was on Steam?:

Problem with server on internet

April 21, 2012 - 18:05pm

Hello all, happen to learning to create the server in the following way I explained:

Create a server.cfg file, e.g.:

c:\Users\you\Documents & Settings\My Documents\My Games\Quake2World\default\server.cfg

Open the file in Notepad.exe, and add the following:

sv_hostname "South American Quake2World Server"
sv_max_clients 16
sv_spawn_protection 3

Then start the command line (Start -> Run -> cmd.exe) and do:

cd c:\quake2world
quake2world +set dedicated 1 +exec server.cfg

That should work.

i did it

http://www.youtube.com/watch?v=_CNgwtUQjgA

And it worked but only play games or LAN games LAN, and what I need is to know how to create a dedicated server on the Internet, that is always online someone could help me?

April 23, 2012 - 09:19am

As jaydolan said. This usually involved these steps:

1) Set a fixed local IP for your server machine (via the router or your box)
2) Forward the port on the router to the server IP.
3) Configure your firewall to allow incoming connections.

This applies to any server you want to run, not just q2w (the only specific thing is the port number, 1998). You should google 'Port forwarding' if you need more information on or help with the subject.

April 21, 2012 - 18:23pm

You need to forward UDP port 1998 on your router to the server machine.