Hey everyone,
im running a scrds server for garrys mod, ive forwarded the correct ports, and given people i want to connect to my server my outgoing ip address, but they still cannot connect. they get the message connection failed after 4 retries, which implies that the server isnt running or up, but i can connect to it via lan. been on theese forums forever and tried literally everything on every forum even if it seemed irrelevant. ive followed the steps on garrysmod wiki to make a windows gmod server to the letter, and i cant figure out why people cant connect. im running the server on a laptop that is on the same network as the pc i am using. its ip is static.
one more thing, if i type status into the server console i get udp/ip 192.168.0.11:27015 which is my LAN ip, which implies that the server isnt using my outgoing ip? im using a netgear dg834pn and have forwarded the ports basically from 27000 to 27039 upd and tcp. and 1200 udp tcp.
im running windows xp on the laptop with the server running. i execute scrds with a .bat file:
@echo off
cd c:\srcds/orangebox
echo Starting game server.
echo Beginning "Garry's Mod"
srcds.exe -console -game garrysmod +map gm_new_worlds -maxplayers 4 -autoupdate
echo "Garry's Mod" has now started.
im running a scrds server for garrys mod, ive forwarded the correct ports, and given people i want to connect to my server my outgoing ip address, but they still cannot connect. they get the message connection failed after 4 retries, which implies that the server isnt running or up, but i can connect to it via lan. been on theese forums forever and tried literally everything on every forum even if it seemed irrelevant. ive followed the steps on garrysmod wiki to make a windows gmod server to the letter, and i cant figure out why people cant connect. im running the server on a laptop that is on the same network as the pc i am using. its ip is static.
one more thing, if i type status into the server console i get udp/ip 192.168.0.11:27015 which is my LAN ip, which implies that the server isnt using my outgoing ip? im using a netgear dg834pn and have forwarded the ports basically from 27000 to 27039 upd and tcp. and 1200 udp tcp.
im running windows xp on the laptop with the server running. i execute scrds with a .bat file:
@echo off
cd c:\srcds/orangebox
echo Starting game server.
echo Beginning "Garry's Mod"
srcds.exe -console -game garrysmod +map gm_new_worlds -maxplayers 4 -autoupdate
echo "Garry's Mod" has now started.