LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Games (https://www.linuxquestions.org/questions/linux-games-33/)
-   -   Steam server: strange behaviour (https://www.linuxquestions.org/questions/linux-games-33/steam-server-strange-behaviour-201706/)

Oliv' 07-06-2004 08:50 AM

Steam server: strange behaviour
 
Hello,

I've set up a steam server for a cyber café and to avoid IP conflicts, I had to change server IP from 192.168.0.25 to 192.168.0.40 (netmask 255.255.255.0).
So now, when I boot linux server and type ifconfig eth0, I see that the NIC has IP 192.168.0.40. But when I run steam with the following command:
./hlds_run +sv_lan 1 -nomaster -game cstrike +map ...
the server runs correctly and player can connect to it, the only problem is that when I type: "stat" in the server console... It says that the server IP is 192.168.0.25 :confused:
so I tried to run that:
./hlds_run +ip 192.168.0.40 +sv_lan 1 -nomaster -game cstrike +map...
the problem in this case, is that players don't see the server in their steam LAN Tab :confused: nonetheless they can connect if they type in their console: "connect 192.168.0.40"
So how can I assign IP .40 and see the server in the client LAN Tab??? unless it's another steam bug and there's nothing to be done :p

Oliv'


All times are GMT -5. The time now is 06:34 AM.