So I am trying to create a TF2 server for me and two other people but no one can connect to the server. When I start the server I get this (looks normal to me):
If I try to run the game on the same coputer I can't see the server in the LAN tab, I also can't connect to the server via connect 127.0.0.1 (I get 4 tryes and nothing else). If I run the game on another computer I still can't see the server in the LAN tab or connect to it via connect 192.168.1.5:27015 (that is computers IP -staticly assigned by router). No one can connect from outside either - port 27015 is forwarded to computer running the server. I can't figure out why.
I also tryed creating a server in game (via create server) and setting the sv_lan to 0. I can connect to the server via LAN but not from the outside. My friend that tryed to connect to it says that he gets an error message saying that you can't connect to a local server from the internet (or something like that).
I tryed running the server on a Win 7 (64 bit) and Windows XP (32) bit with the same results.
Code:
63.8 fps 024 on map
Console initialized.
Game.dll loaded for Team Fortress
Particles Missing 'particleserror.pcf'
maxplayers set to 24
Unknown command r_decal_cullsize
--------------------------------------------------------
sv_pure set to 1.
--------------------------------------------------------
Unknown command sv_maxrounds
Unknown command sv_passowrd
Server logging enabled.
Server logging data to file logsL1224002.log
L 12242009 - 145305 Log file started (file logsL1224002.log) (game C
F2orangeboxtf) (version 4057)
L 12242009 - 145305 server_cvar sv_contact email@email.com
Unknown command mp_autoteambalance_delay
Unknown command mp_autoteambalance_warning_delay
L 12242009 - 145305 server_cvar mp_stalemate_enable 1
L 12242009 - 145305 server_cvar mp_timelimit 35
maxplayers set to 24
Network IP 192.168.1.5, mode MP, dedicated Yes, ports 27015 SV 27005 CL
If I try to run the game on the same coputer I can't see the server in the LAN tab, I also can't connect to the server via connect 127.0.0.1 (I get 4 tryes and nothing else). If I run the game on another computer I still can't see the server in the LAN tab or connect to it via connect 192.168.1.5:27015 (that is computers IP -staticly assigned by router). No one can connect from outside either - port 27015 is forwarded to computer running the server. I can't figure out why.
I also tryed creating a server in game (via create server) and setting the sv_lan to 0. I can connect to the server via LAN but not from the outside. My friend that tryed to connect to it says that he gets an error message saying that you can't connect to a local server from the internet (or something like that).
I tryed running the server on a Win 7 (64 bit) and Windows XP (32) bit with the same results.