SRCDS Steam group


[RESOLVED] Problem connecting to OWN server.
#1
My friends can all connect to my server,but the problem is I can't.
This is for Counter-Strike:Source, my batch file is as follows:
" D:
cd srcds
srcds.exe -console -game cstrike +map cs_office -ip 192.168.1.3 -port 27030 -maxplayers 16 -autoupdate"
My friend can connect to the server,but i can't,The server doesn't show up on my LAN tab on Servers.
[Image: inp1243847806k.jpg]
I am running Windows Vista, and I have these ports forwarded,
"UDP 1200 – 1200 , TCP 27015 – 27030 , UDP 27000 – 27039"
Reply
#2
Because your server isn't local ... just find it in the severlist or connect <real IP>:<port> ; password <pwd>
Reply
#3
Can't connect to it that way either.
Reply
#4
Does it say any other errors, at the point when it prints the Network XXXXXXXX.

And can you post a screenshot of that?
Reply
#5
I've changed the port tp 20715,
here is the screenshot,if this is what you're looking for.
http://www.imagedash.com/uploads/qji1243880907m.jpg
Reply
#6
It is. Smile

Well try connect to it with console(ingame console)

Code:
connect 192.168.1.3:27015

Or what is the servers IP? And if there is a password on, what is that? (PM it to me)
Reply
#7
I would recommend uninstalling norton products... they will mess things up, even if they are disabled
[Image: b_350x20_C002748-004880-FFFFFF-000000.png]
Reply
#8
The servers IP is 192.168.1.3:27015
and i already know about connecting with console,
it didn't work either.

I'll try to uninstall Norton.

Also when the server is up, I can't join ANY Counter-Strike:Source servers.
Reply
#9
Yea Norton is horrible, and I cannot imagine it on Vista lol........

Try AVG Free or Comodo.

Or if you want to buy one, get NOD32.
PLEASE! Search before you make a thread!
http://forums.srcds.com/viewtopic/10412 - How To Make A Help Thread!

Post server.cfg information, and specific information on how you are running your server!

Ensure you add REP! if they solved your problem Smile
Reply
#10
Yeah i uninstalled Norton.
I'm getting AVG Free.

I still need help with my problem.
Quote:Server.cfg
// ***************
// GENERAL SETTINGS
// ***************
// Delete or add “//” to the line to ignore... If a line has // at the start the comand will be
// Ignored.
IP 74.160.33.59
hostport 27015 // The port of the server (default is 27015)
hostname LYKE OMG // Name of server
sv_lan 0 // Change it to 1 if you want a LAN only Server
sv_region 3 // Europe = 3
rcon_password "Hello” // Password for most things
// sv_password "password of the server" // To make a private server
//sv_contact EMAIL@ADDRES.COM // The contacts email address

// ***************
// GAME SETTINGS, YOU CAN CHANGE THESE THE WAY YOU LIKE IT
// ***************

mp_buytime 5 // Sets the amount of minutes players are able to buy
mp_startmoney 16000 // Sets the amount of starting money, max=16000
mp_c4timer 35 // Sets the amount of secs before C4 explodes
mp_flashlight 1 // 1 enables flashlight, 0 disables it
mp_footsteps 1 // 1 enables hearing footsteps, 0 disables it
mp_falldamage 1 // Falling damage, || 1 = enable 0 = disable
mp_hostagepenalty 0 // Sets the number of hostages a player can kill before they are booted from the server. || 0 is disabled
mp_freezetime 2 // Sets the seconds before players can move in the beginning of a round
sv_maxspeed 320 // Max speed objects move at || Default = 320
sv_gravity 800 // Server gravity, less = higher jumping. || Default = 800
sv_maxvelocity 3500 // Maximum velocity an object can have ingame || Default= 3500
sv_turbophysics 0 // Mow you can stand on barrels, tables, and push/pull them by +use
phys_pushscale 1 // changes gravity physics when shooting something as it blows back X times further
sv_pushaway_force 30000 // 30000 is the default value, Lower= harder to move Higher= easier to move)

// ***************
// Advanced RCON
// ***************

sv_rcon_banpenalty 10
sv_rcon_maxfailures 10
sv_rcon_minfailures 5
sv_rcon_minfailuretime 30

// ***************
// TIME, WIN & ROUND SETTINGS
// ***************

mp_timelimit 40 // Timelimit is how many minutes for a map.
mp_winlimit 0 // When a team reaches this amount of wins it has won the map. || 0=disabled
mp_maxrounds 0 // When two teams finish playing this amount of rounds the map ends || 0=disabled
mp_roundtime 5 // Round time, in minutes. After this amount of minutes has passed || a scenario win is awarded. Min 1, Max 9

// ***************
// TEAMBALANCING
// ***************

mp_autoteambalance 0 // Toggles the forcing of clients to join teams to make it balanced. 1=on and 0=off
mp_limitteams 2 // There can be a tolerance of 2 person more on 1 team before autoteambalance kicks in

// ***************
// FF & TEAMKILL & IDLE
// ***************

mp_friendlyfire 0 // Toggles friendly fire 1=on and 0=off
mp_tkpunish 0 // Toggles the forcing of a player to sit out the next round if he has tked
mp_autokick 0 // Kick idle team-killing players. 1=on and 0=off
mp_spawnprotectiontime 5 // Kick players who team-kill within this many seconds of a round restart.
sv_timeout 90 // After this many seconds without a message from a client, the client is dropped

// ***************
// SPECTATORS
// ***************

mp_allowspectators 1 // toggles whether the server allows spectator mode or not. 1=on and 0=off
mp_forcecamera 0 // Restricts spectatorcamera view for dead players. 1=on and 0=off

// ***************
// SET RATES
// ***************

sv_maxrate 30000 // Max bandwidth rate allowed on server, 0=unlimited, max=20000
sv_minrate 5000 // Min bandwidth rate allowed on server, 0=unlimited, 4000=good to keep dialup gamers off the server
sv_maxupdaterate 100 // Maximum updates per second that the server will allow, increasing this will take more cpu power, 100 is max
sv_minupdaterate 10 // Minimum updates per second that the server will allow, increasing this will take more CPU power
decalfrequency 60 // The user can only spray their spray every x seconds
fps_max 600 // Frame rate limiter
sv_unlag 1 // Enable lag compensation
sv_maxunlag 1 // Maximum lag compensation
sv_logsdir D:\SRCDS\cstrike\logs // The directory where the logs will be saved

// ***************
// DOWNLOAD
// ***************

sv_allowdownload 1 // Allow clients to download files
sv_allowupload 1 // Allow clients to upload customizations files like logospray files
net_maxfilesize 100 // Max size for users to download is 100MB

// ***************
// LOGGING
// ***************

log on // SERVER LOGGING, creates a logfile (needed for statsprograms), "log off" to turn off logging
sv_logbans 1 // Log server bans in server logs
sv_logecho 0 // Echo log information to the consol (makes lots of spam)
sv_logfile 1 // Log server information to a log file
sv_log_onefile 1 // Log everything in one file


// ***************
// CHEATS & PAUSE
// ***************

sv_cheats 0 //Enable cheats || 1 = on 0 = off
sv_pausable 0 // disable clients' ability to pause the server

// ***************
// OTHER SETTINGS
// ***************

mp_chattime 5 // Amount of seconds players can chat after the game is over
sv_voiceenable 1 // VOICE disabled, if you want VOICE enabled then change 0 into 1
sv_consistency 0 // Enables users to pass certain conistency byass ceck (eg. Scope overaly) || 1 = on 0 = off
sv_alltalk 1 // Enables talking to Live people when Dead

// ***************
// Ammo
// ***************

ammo_338mag_max 30 // awp
ammo_357sig_max 50 // p228
ammo_45acp_max 120 // ump45, mac10, usp
ammo_50AE_max 35 // deagle
ammo_556mm_box_max 200 // m249
ammo_556mm_max 120 // galil, sg552, famas, m4a1, sg550
ammo_57mm_max 100 // p90, fiveseven
ammo_762mm_max 120 // scout, ak47, g3sg1, aug
ammo_9mm_max 120 // mp5navy, tmp, glock, elite
ammo_buckshot_max 32 // m3, xm1014

// ***************
// EXEC FILES
// ***************

exec banned_user.cfg
exec mani_server.cfg

echo ***************
echo ***************
echo SERVER.CFG LOADED
echo ***************
echo ***************

// ***************
// END OF FILE
// ***************
Reply
#11
Can you connect to it using another PC on the network that server is on?

Could test it with a mates pc if you don't have a spare.
PLEASE! Search before you make a thread!
http://forums.srcds.com/viewtopic/10412 - How To Make A Help Thread!

Post server.cfg information, and specific information on how you are running your server!

Ensure you add REP! if they solved your problem Smile
Reply
#12
I'm downloading CSS on my other computer.
Also, I tried playing Garrys Mod and joining a server, and it didn't work.
It just sits at "connecting to server"
Reply
#13
It sounds like a router issue.

I will leave this to the more experianced DS members here.
PLEASE! Search before you make a thread!
http://forums.srcds.com/viewtopic/10412 - How To Make A Help Thread!

Post server.cfg information, and specific information on how you are running your server!

Ensure you add REP! if they solved your problem Smile
Reply
#14
Open the server, then open the game and type in clientport 27005 and try connecting to the server once again
[Image: b_350x20_C002748-004880-FFFFFF-000000.png]
Reply
#15
That didn't work either.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)