11-30-2009, 06:28 AM
Let me start off by saying, this is the first dedicated server I have ever tried to host myself, for l4d2 or otherwise.
I'm trying to run the server from my Asus EEEpc, we got it to work as long as everyone is on the LAN, but if any of my other friends tries to join, they all get the same error, connection failed after 10 tries.
The EEE is running XP Home
Intel Atom 1.6GHz
1GB Ram
Left4dead 2
And the server.cfg says
My bandwidth is 16.45Mb/s DOWN 2.86Mb/s UP
Internal IP 192.168.1.7
External IP is 24.20.52.159
The router is a netgear router, the EEE is hard-wired to the network (not wireless)
It performs flawlessly, as long as everyone is on the LAN, so what am I doing wrong?
I'm trying to run the server from my Asus EEEpc, we got it to work as long as everyone is on the LAN, but if any of my other friends tries to join, they all get the same error, connection failed after 10 tries.
The EEE is running XP Home
Intel Atom 1.6GHz
1GB Ram
Left4dead 2
Code:
D:\scrds\left4dead2\srcds.exe -game left4dead2 -autoupdate -exec server.cfg
And the server.cfg says
Code:
//Main Server Info
hostname TeamZombieKiller // server name
mp_disable_autokick 1 // Disable Autokick
sv_spectatoridletime 60 // disables timeout
//Client Config
sv_alltalk 0 //team chat only
// lan, region and network
sv_lan 0 // not a lan game
//steam group
sv_steamgroup "1218917" // steam group that has access to the server
sv_steamgroup_exclusive 1 // only for members of certain steam group
sv_allow_lobby_connect_only 1 //force lobby connect
sv_cheats 1
My bandwidth is 16.45Mb/s DOWN 2.86Mb/s UP
Internal IP 192.168.1.7
External IP is 24.20.52.159
The router is a netgear router, the EEE is hard-wired to the network (not wireless)
It performs flawlessly, as long as everyone is on the LAN, so what am I doing wrong?