Quote: |
Originally Posted by dice10 yea well i know how to modify alot of stuff for dedicated servers but ived tryed changing some of the cvars in server.cfg and it dosnt take affect.. iam haveing same problems with that.. by the way anyone know if thers a program that would allow your dedicated server to maintain its IP? | I've learned a lot about Linux CS servers in the past few months, networking too. You are most likely behind a router and firewall, and in order to get your server out onto the internet you first have to find out your external and internal IP's. Google my Ip address for external, command prompt ifconfig under root in some circumstances for internal. Note your default gateway address as well. Your router is the default gateway, and you can access it by typing in its IP address into a browser like Firefox. It should promtp you for a password. Then you must configure your router to forward ports 27000 to 27040 for CS to the internal IP address of the server. Start the server with
the argument "-ip x.x.x.x:27015" without the quotes and the x's as the numbers in your IP. It should authenticate from the Steam Master servers from there. Also use the argument "-exec server.cfg" to make sure it executes the server.cfg file as well. It does this automatically but this just insures it. Quote: |
Originally Posted by Birdman Jr How do you change wether it is vac or unvac secured on linux? | When you start the server use the argument "-insecure" for unvac. If I remember right it works for CS 1.5 as well. |