• Need some help with my server..
    5 replies, posted
I'm using Farmer Bill's dedi server tool ( [url]http://bit.ly/gahxi26[/url] ) several weeks ago, I stopped playing gmod ( I used the server only for testing/playing with friends) , at that time, the server worked fine, however after I returned, the server would only work for lan, so I thought I would re-install everything, except now I can't even get it to work at all, lan or otherwise. [IMG]http://i.imgur.com/Z2lz4.png[/IMG] these are the ports I have forwarded, is there anything I'm missing? the time inbetween I stopped playing, and when I returned, I only changed the security settings for the wireless, other then that I also got Avast Free Antivirus, except I don't see why that would block any outgoing connections, since its not a firewall. my server.cfg: [code] //"ServerSettings" //{ "hostname" "Zephilinox's Gmod Server" // Name of the server "rcon_password" "" // For "rcon_password xyz" command in dedi server console "sv_password" "" // Password for client to enter, in order to connect to server "sv_region" "0" // eastcoast: 0 - westcoast: 1 - south america: 2 - europe: 3 - asia: 4 - australia: 5 - middle east: 6 - africa: 7 - world: 255 "sv_lan" "0" // 0 to allow anyone on gmod to find and connect, 1 to only allow gmod users from your house/work/school etc. // Other // "cl_showfps" "1" // "sv_scriptenforcer" "1" "sv_gravity" "500" // Sandbox server settings "sbox_godmode" "0" // Set to 1 to make all players immune to any damage "sbox_plpldamage" "0" // Set this to 1 to disable player vs player damage. "sbox_noclip" "1" // Set to 0 to disable noclip for everyone // Sandbox limits "sbox_maxprops" "300" // The maximum number of props you can have on your server at any one time "sbox_maxragdolls" "20" // The maximum number of ragdolls you can have on your server at any one time "sbox_maxnpcs" "40" // The maximum number of npcs you can have on your server at any one time "sbox_maxballoons" "40" // The maximum number of ballons you can have on your server at any one time "sbox_maxeffects" "10" // The maximum number of effects you can have on your server at any one time "sbox_maxdynamite" "3" // The maximum number of dynamite you can have on your server at any one time "sbox_maxlamps" "30" // The maximum number of lamps you can have on your server at any one time "sbox_maxlights" "30" "sbox_maxthrusters" "15" // The maximum number of trusters you can have on your server at any one time "sbox_maxwheels" "20" // The maximum number of wheels you can have on your server at any one time "sbox_maxhoverballs" "20" // The maximum number of hoverballs you can have on your server at any one time "sbox_maxvehicles" "8" // The maximum number of vehicles you can have on your server at any one time "sbox_maxbuttons" "50" // The maximum number of buttons you can have on your server at any one time "sbox_maxemitters" "2" // The maximum number of emitters you can have on your server at any one time "sbox_maxspawners" "1" // The maximum number of spawners you can have on your server at any one time "sbox_maxturrets" "12" // The maximum number of turrets you can have on your server at any one time // Sandbox WIRE limits // If you are not running wire addon, remove this entire section //though keeping it won't hinder your game in anyway, it will only spam your console when launching //alernatively, you can double foward slash "//" before "sbox_blahblah" and it won't run that code /* "sbox_maxwire_wheels" "20" "sbox_maxwire_waypoints" "30" "sbox_maxwire_values" "20" "sbox_maxwire_twoway_radioes" "30" // "sbox_maxwire_turret" "15" "sbox_maxwire_thrusters" "15" "sbox_maxwire_target_finders" "10" "sbox_maxwire_speedometers" "15" "sbox_maxwire_emitters" "25" "sbox_maxwire_simple_explosive" "10" "sbox_maxwire_sensors" "30" "sbox_maxwire_screens" "20" "sbox_maxwire_relays" "20" "sbox_maxwire_rangers" "20" "sbox_maxwire_radioes" "30" "sbox_maxwire_sockets" "20" "sbox_maxwire_plugs" "20" "sbox_maxwire_pixels" "20" "sbox_maxwire_panels" "20" "sbox_maxwire_outputs" "20" "sbox_maxwire_oscilloscopes" "20" "sbox_maxwire_locators" "30" "sbox_maxwire_lights" "15" "sbox_maxwire_inputs" "20" "sbox_maxwire_indicators" "20" "sbox_maxwire_hoverballs" "20" "sbox_maxwire_gyroscopes" "10" "sbox_maxwire_gpss" "10" "sbox_maxwire_gate_trigs" "30" "sbox_maxwire_gate_times" "30" "sbox_maxwire_gate_selections" "30" "sbox_maxwire_gate_memorys" "30" "sbox_maxwire_gate_logics" "30" "sbox_maxwire_gate_comparisons" "30" "sbox_maxwire_gates" "50" "sbox_maxwire_explosive" "30" "sbox_maxwire_dual_inputs" "20" "sbox_maxwire_detonators" "20" "sbox_maxwire_buttons" "25" "sbox_maxwire_adv_inputs" "20" */ /////////////// //Prop Limits// /////////////// //"uppl_affectadmins" "1" // Explosives //uppl_add models/props_c17/oildrum001_explosive.mdl 4 //uppl_add models/props_junk/propane_tank001a.mdl 4 //uppl_add models/props_junk/gascan001a.mdl 4 // Misc //uppl_add models/props_c17/utilitypole01d.mdl 16 // Phx explosives //uppl_add models/props_phx/misc/flakshell_big.mdl 3 //uppl_add models/props_phx/ww2bomb.mdl 3 //uppl_add models/props_phx/torpedo.mdl 3 //uppl_add models/props_phx/mk-82.mdl 3 //uppl_add models/props_phx/oildrum001_explosive.mdl 3 //uppl_add models/props_phx/ball.mdl 3 // Big/annoying //uppl_add models/cranes/crane_frame.mdl 0 //uppl_add models/props_buildings/building_002a.mdl 0 //uppl_add models/props_buildings/collapsedbuilding02b.mdl 0 //uppl_add models/props_buildings/collapsedbuilding02c.mdl 0 //uppl_add models/props_buildings/project_building01.mdl 0 //uppl_add models/props_buildings/project_building02.mdl 0 //uppl_add models/props_buildings/project_building03.mdl 0 //uppl_add models/props_buildings/project_destroyedbuildings01.mdl 0 //uppl_add models/props_buildings/row_church_fullscale.mdl 0 //uppl_add models/props_buildings/row_corner_1_fullscale.mdl 0 //uppl_add models/props_buildings/row_res_1_fullscale.mdl 0 //uppl_add models/props_buildings/row_res_2_ascend_fullscale.mdl 0 //uppl_add models/props_buildings/row_res_2_fullscale.mdl 0 //uppl_add models/props_buildings/watertower_001a.mdl 0 //uppl_add models/props_buildings/watertower_002a.mdl 0 //uppl_add models/props_canal/canal_bridge01.mdl 0 //uppl_add models/props_canal/canal_bridge02.mdl 0 //uppl_add models/props_canal/canal_bridge03a.mdl 0 //uppl_add models/props_canal/canal_bridge03b.mdl 0 //uppl_add models/props_combine/combine_citadel001.mdl 1 //uppl_add models/props_combine/combineinnerwallcluster1024_001a.mdl 5 //uppl_add models/props_combine/combineinnerwallcluster1024_002a.mdl 5 //uppl_add models/props_combine/combineinnerwallcluster1024_003a.mdl 5 //uppl_add models/props_wasteland/rockcliff_cluster01b.mdl 3 //uppl_add models/props_wasteland/rockcliff_cluster02a.mdl 3 //uppl_add models/props_wasteland/rockcliff_cluster02b.mdl 3 //uppl_add models/props_wasteland/rockcliff_cluster02c.mdl 3 //uppl_add models/props/de_nuke/storagetank.mdl 3 //uppl_add models/props/de_train/biohazardtank.mdl 0 // Phx big/annoying //uppl_add models/props_phx/misc/big_ramp.mdl 2 //uppl_add models/props_phx/misc/small_ramp.mdl 4 //uppl_add models/props_phx/playfield.mdl 2 //uppl_add models/props_phx/huge/tower.mdl 1 //uppl_add models/props_phx/huge/evildisc_corp.mdl 1 // Gmow3 big/annoying //uppl_add models/trailer1.mdl 4 //uppl_add models/ramps/ramp1.mdl 4 //uppl_add models/ramps/ramp2.mdl 2 //} [/code] Any thoughts of what could be wrong?, I will probably install it myself with command prompt if I can't fix this .
You know you dont need to open all that ports right? i have 27000 - 27050 open as both. and it works fine :)
[QUOTE=TechLoadV1;26487193]You know you dont need to open all that ports right? i have 27000 - 27050 open as both. and it works fine :)[/QUOTE] My router does not let me port forward a range of ports, If I want to open 50 ports I have to portforward 50 individual ports.
port forward 27021 and 27020 and it should work, along with 27016 being both not tcp or udp just make sure the box says both.
[QUOTE=Cubar;26508097]port forward 27021 and 27020 and it should work, along with 27016 being both not tcp or udp just make sure the box says both.[/QUOTE] I already have port 27020 forwarded, and port 27016 is already on both.
You failed to understand you need more ports on to connect to the HL2 Master server, try unblocking srcds.exe from firewall.
Sorry, you need to Log In to post a reply to this thread.