12-29-2007, 09:06 PM
Hi.
I followed all the good tutorials here.
I launch my server like this and here what it tells me.
But I can't connect to the server with TF2.
I tried connecting with xxx.xxx.xxx.xxx, xxx.xxx.xxx.xxx:27025, mydomain.com and mydomain.com:27025.
TF2 doesn't find the server.
tells me this
So I guess it's not a firewall issue.
Oh and when I do :
it seems stuck at :
Any idea ?
I followed all the good tutorials here.
I launch my server like this and here what it tells me.
Code:
neuro@neuroserv:~/games/srcds/orangebox$ ./srcds_run -console -game tf +ip xxx.xxx.xxx.xxx -port 27025 +maxplayers 24 +exec server.cfg
Auto detecting CPU
Using SSE2 Optimised binary.
Server will auto-restart if there is a crash.
Console initialized.
Game.dll loaded for "Team Fortress"
Particles: Missing 'particles/error.pcf'
maxplayers set to 24
maxplayers set to 24
Writing cfg/banned_user.cfg.
Writing cfg/banned_ip.cfg.
exec banned_user.cfg: file size larger than 1 MB!
exec banned_ip.cfg: file size larger than 1 MB!
--------------------------------------------------------
sv_pure set to 1.
--------------------------------------------------------
Unknown command "startupmenu"
Network: IP xxx.xxx.xxx.xxx, mode MP, dedicated Yes, ports 27025 SV / 27005 CL
But I can't connect to the server with TF2.
I tried connecting with xxx.xxx.xxx.xxx, xxx.xxx.xxx.xxx:27025, mydomain.com and mydomain.com:27025.
TF2 doesn't find the server.
Code:
sudo iptables -L
Code:
Chain INPUT (policy DROP)
[...]
ACCEPT tcp -- anywhere anywhere tcp dpt:27025
ACCEPT tcp -- anywhere anywhere tcp dpt:27005
ACCEPT udp -- anywhere anywhere udp dpt:27005
ACCEPT udp -- anywhere anywhere udp dpt:27025
Chain OUTPUT (policy DROP)
[...]
ACCEPT tcp -- anywhere anywhere tcp dpt:27025
ACCEPT tcp -- anywhere anywhere tcp dpt:27005
ACCEPT udp -- anywhere anywhere udp dpt:27005
ACCEPT udp -- anywhere anywhere udp dpt:27025
Oh and when I do :
Code:
./steam -command update -game tf -verify_all
Code:
Checking bootstrapper version ...
Any idea ?