Jump to content

Home

Finding server ip's to ban


gonk-raider

Recommended Posts

TO ban IP's you need to have the following in your server.cfg

 

//Enable IP banning

seta g_filterban "1"

seta g_banIPs ""

 

 

With that in the file you can now ban IP. Open an rconsole and type status. This will give you the list of persons logged in and their ip's. It will also give you their name with the ^ characters.

 

To ban them type addip 192.168.x.x (whatever their ip is)

 

To kick them well now you have the full name so go ahead and kick player^1^^name.

Link to comment
Share on other sites

I usually use /clientkick. It saves you the trouble of having to enter in naughty color codes. :) Enter the /status (or /rcon status) command. The 1st column is the user's client number. Then use the /(rcon) clientkick client number to boot 'em.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...