Ways to tweak my Ping in Counter-Strike

Solution 1:

Ping is a function of your internet speed, and distance to the server. Network geographically close servers will have lower pings than those far away.

Without a faster internet connection or a closer server your stuck where you are at.

If your computer is connected to the internet via a wireless network then that could be a bottleneck in your speed. The fastest connection will be with a wired connection.

Edit: One more note; If you host the game you will have the lowest ping.

Solution 2:

You can use tracert to check for bottlenecks in your connections.

Fire up the terminal and issue the following:

tracert zombo.com

Your target doesn't really matter here, because we are focusing on the first hops. Assuming a typical home connection, with router and a DSL link:

  • The first hops up and until your router (usually 192.168.1.1 or 192.168.0.1) must not go above "1 ms", if they don't your own home setup is adding considerable latency. Linux's version of the command, tracepath, estimates 1.012ms latency over my short wireless link and 0.765ms over my ethernet cable.

  • The following few hops after your router are your ISP's; those must be as low as possible. Values of 10ms or 20ms are okay, but definitely do complain if your ping right after the router is 50ms or more.

If you have a DSL link, you also will want to check your signal to noise ratio and attenuation ratio from your router firmware; you will want to learn more about interweaved vs fast DSL mode and other networking issues.