ItsMods

Full Version: Dedicated server visible only on LAN
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi everybody,

I actually try to host a dedicated server (not cracked, no XP boost).

My server work on LAN, not on Internet.
Code:
-----------------------------------
Spawning map: mp_bravo, gametype tdef
Initializing Steam Game Server: game port 27014, auth port 8766, query port 27017, gamedir modernwarfare3, version 1.0.0.0
Steam Game Server initialized as Internet Server.
[b]No Steam Master Servers found[/b]. Server will LAN visible only.
Steam Game Server connected. Local IP 192.168.1.100, Public IP 83.157.67.56, Game Port 27014
Steam Game Server is VAC Secure
Spawn map (mp_bravo, tdef) complete.
-----------------------------------

I openned my port (27014,27015,27017,8766) on my IP Adress (Static), Window's Firewall turned OFF, copied Steam.dll into the server's dir.

Any idea ?


// Specify server visibility (1 = LAN, 2 = Internet (default) )
//+set dedicated 1

Mw3/Admin/server.cfg open it
What are your start parameters
(11-19-2011, 18:48)Gladio Wrote: [ -> ]// Specify server visibility (1 = LAN, 2 = Internet (default) )
//+set dedicated 1

Mw3/Admin/server.cfg open it

dedicated already set 2

(11-19-2011, 19:01)zxz0O0 Wrote: [ -> ]What are your start parameters

call of duty modern warfare 3\iw5mp_server.exe" +set dedicated 2 +set sv_maprotation kc_mod +start_map_rotate

Try so
call of duty modern warfare 3\iw5mp_server.exe +set dedicated 2 +set sv_config "server.cfg" +set net_ip 0.0.0.0 +set net_queryPort 27014 +set net_port 27015 +set net_authPort 8766 +set net_masterServerPort 27016 +start_map_rotate

seta sv_maprotation "kc_mod" // should be in config.cfg

Copy steam.dll from %steamroot% to your servers install location. And enable DMZ on your router.
(11-19-2011, 19:53)Pozzuh Wrote: [ -> ]Copy steam.dll from %steamroot% to your servers install location. And enable DMZ on your router.

I have copy the "steam.dll" into the server's directory (Steam/SteamApps/common/call of duty modern warfare 3/admin/)

Previously, i have try to enable DMZ for the server Undecided
(11-19-2011, 22:05)SrK Wrote: [ -> ]
(11-19-2011, 19:53)Pozzuh Wrote: [ -> ]Copy steam.dll from %steamroot% to your servers install location. And enable DMZ on your router.

I have copy the "steam.dll" into the server's directory (Steam/SteamApps/common/call of duty modern warfare 3/admin/)

Previously, i have try to enable DMZ for the server Undecided

And check the server browser if you can actually find your server. Because it keeps saying that message even if your server shows up.
Make a shortcut to the iw5mp_server.exe file and right click on it. Than replace the folowing:
Code:
"C:\Program Files (x86)\Steam\steamapps\common\call of duty modern warfare 3\iw5mp_server.exe"
@Target with:

Code:
"C:\Program Files (x86)\Steam\steamapps\common\call of duty modern warfare 3\iw5mp_server.exe" +set sv_config "server.cfg" +set dedicated 2 +set net_queryPort 27014 +set net_port 27015 +set net_authPort 8766 +set net_masterServerPort 27016 +start_map_rotate

This part is for 64 bit:
Program Files (x86)
Delete the "(x86)" if you have 32bit pc.
(11-19-2011, 22:47)surtek Wrote: [ -> ]
Code:
+set sv_config "server.cfg" +set dedicated 2 +set net_queryPort 27014 +set net_port 27015 +set net_authPort 8766 +set net_masterServerPort 27016 +start_map_rotate

more simply go to steam library select mw3 console and right click on it, open start option and paste on box, now will work from steam directly
Pages: 1 2