06-04-2011, 12:19 PM
I followed this guide to setup a Garry's Mod server so my friend and I can play together but he can't join (I can join just fine) . He says that it says "Server not responding" when he tries to join.
Here are pictures of my setup:
Local IP (for port forwarding)
Router port forwarding setup
This is the server output:
server.cfg
Can anyone see any reason why my server wouldn't be allowing my friend in?
Here are pictures of my setup:
Local IP (for port forwarding)
Router port forwarding setup
This is the server output:
server.cfg
Code:
//Basic settings
"hostname" "NC Server"
"rcon_password" "" //Remote control password
"sv_password" "" //Server password
"sv_region" "255" // eastcoast: 0 - westcoast: 1 - south america: 2 - europe: 3 - asia: 4 - australia: 5 - middle east: 6 - africa: 7 - world: 255
"sv_lan" "0" //Lan only (1) or no (0)
// Sandbox server settings
"sbox_godmode" "0"
"sbox_plpldamage" "0" // set this to 1 to disable player vs player damage.
"sbox_noclip" "1"
// Sandbox limits
"sbox_maxprops" "150"
"sbox_maxragdolls" "2"
"sbox_maxnpcs" "0"
"sbox_maxballoons" "10"
"sbox_maxeffects" "10"
"sbox_maxdynamite" "1"
"sbox_maxlamps" "20"
"sbox_maxthrusters" "20"
"sbox_maxwheels" "10"
"sbox_maxhoverballs" "10"
"sbox_maxvehicles" "3"
"sbox_maxbuttons" "20"
"sbox_maxemitters" "5"
"sbox_maxspawners" "3"
"sbox_maxturrets" "2"
Can anyone see any reason why my server wouldn't be allowing my friend in?