Search found 5 matches

by larrybrains
Wed Jun 26, 2019 2:31 pm
Forum: L4D/L4D2
Topic: New Server Port - Not connecting
Replies: 6
Views: 4895

Re: New Server Port - Not connecting

Steam actually sees both of your servers, as well. You can see using their API here: https://api.steampowered.com/ISteamApps/GetServersAtAddress/v1/?addr=104.153.108.80 What error do you receive when attempting to connect? Posted the connection error above. Any ideas for troubleshooting this issue ...
by larrybrains
Sun Jun 23, 2019 9:25 pm
Forum: L4D/L4D2
Topic: New Server Port - Not connecting
Replies: 6
Views: 4895

Re: New Server Port - Not connecting

Just this: ] connect 104.153.108.80:27025 Connecting to public(104.153.108.80:27025) Sending UDP connect to public IP 104.153.108.80:27025 Retrying public(104.153.108.80:27025) Sending UDP connect to public IP 104.153.108.80:27025 Retrying public(104.153.108.80:27025) Sending UDP connect to public I...
by larrybrains
Sun Jun 23, 2019 7:35 pm
Forum: L4D/L4D2
Topic: New Server Port - Not connecting
Replies: 6
Views: 4895

Re: New Server Port - Not connecting

Also, if I log into SSH via the L4D2 username and go to the server console for the new test server via "screen -r lfd2test" I get this: [SM] Changed cvar "gfc_spit_zc_flags" to "6". [SM] Changed cvar "gfc_godframe_glows" to "1". [SM] Changed cvar &qu...
by larrybrains
Sun Jun 23, 2019 7:07 pm
Forum: L4D/L4D2
Topic: New Server Port - Not connecting
Replies: 6
Views: 4895

Re: New Server Port - Not connecting

Thanks for the info and suggestions. It's a linux server. Here is what I get for "netstat -tulpn | grep LISTEN": tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 441/rpcbind tcp 0 0 104.153.108.80:27025 0.0.0.0:* LISTEN 6431/srcds_linux tcp 0 0 0.0.0.0:47093 0.0.0.0:* LISTEN 450/rpc.statd tcp 0 0 0.0....
by larrybrains
Fri Jun 21, 2019 4:16 pm
Forum: L4D/L4D2
Topic: New Server Port - Not connecting
Replies: 6
Views: 4895

New Server Port - Not connecting

I am attempting to set up a test environment on a new port ( 27025 ) for testing new plugins and sourcemod settings without affecting my main servers (ports 27015 & 27016 ) I copied the contents of the main l4d2ds folder to a new l4d2ds2 folder and setup a new server to run on port 27025 . As fa...