IP BLOCK

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
mattbernier7
New to forums
New to forums
Posts: 7
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Feb 05, 2011 10:41 am

IP BLOCK

Post by mattbernier7 »

I'm having an issue with a (1)Personel botting in my server. Using a macros to automatically adjust their attributes. And is spreading things in the server. I need to block their exact IP address from my server. I have the IP Address recorder.

Suggestions?:
User avatar
Edge100x
Founder
Founder
Posts: 13129
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: IP BLOCK

Post by Edge100x »

If you are running Windows, I would recommend downloading the ipseccmd.exe utility and running a command like this to block the IP entirely:

Code: Select all

ipseccmd -f "0+192.168.1.1"
Replace "192.168.1.1" with his IP.

You also could likely block him at the application level. For instance, in a HL1/Orangebox server, you could use the "addip" command.
mattbernier7
New to forums
New to forums
Posts: 7
Joined: Sat Feb 05, 2011 10:41 am

Re: IP BLOCK

Post by mattbernier7 »

didn't work, just opened and closed.
User avatar
Edge100x
Founder
Founder
Posts: 13129
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: IP BLOCK

Post by Edge100x »

You should be typing that at the command prompt, from the same folder that ipseccmd is in. It will respond something about adding the rule.
mattbernier7
New to forums
New to forums
Posts: 7
Joined: Sat Feb 05, 2011 10:41 am

Re: IP BLOCK

Post by mattbernier7 »

this is a hassel,giveme stepby step information please...
Open this
open that
put this there
type this..
ect..plz
User avatar
Edge100x
Founder
Founder
Posts: 13129
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: IP BLOCK

Post by Edge100x »

Dealing with troublemakers certainly can be a hassle.

You need to open up a command prompt in the same way that our guides say -- by going to Start->Run and typing "cmd.exe". Then, change folders to wherever you put "ipseccmd.exe" via the "cd" command, and execute the command that I gave you.

I would still recommend blocking him through your application instead of the OS, first. Generally, this is easier.
mattbernier7
New to forums
New to forums
Posts: 7
Joined: Sat Feb 05, 2011 10:41 am

Re: IP BLOCK

Post by mattbernier7 »

:twisted: It says the command was successful, but it doesn't even keep them out of the Port.
User avatar
Edge100x
Founder
Founder
Posts: 13129
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: IP BLOCK

Post by Edge100x »

That is strange. Are you sure that he's connecting with the IP that you are blocking?

You might try testing to see if the block works with a different IP, like www.nfoservers.com -- ping www.nfoservers.com in another window, then add a block for its IP, then try to ping it again; it should time out after the block is added.
mattbernier7
New to forums
New to forums
Posts: 7
Joined: Sat Feb 05, 2011 10:41 am

Re: IP BLOCK

Post by mattbernier7 »

And how would I unblock?
User avatar
Edge100x
Founder
Founder
Posts: 13129
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: IP BLOCK

Post by Edge100x »

You can remove all blocks with this command:

Code: Select all

ipseccmd -u
mattbernier7
New to forums
New to forums
Posts: 7
Joined: Sat Feb 05, 2011 10:41 am

Re: IP BLOCK

Post by mattbernier7 »

That worked, I just cleared it. I'll try again
mattbernier7
New to forums
New to forums
Posts: 7
Joined: Sat Feb 05, 2011 10:41 am

Re: IP BLOCK

Post by mattbernier7 »

I got it working, ty
dragonxone
New to forums
New to forums
Posts: 1
Joined: Sun Jul 29, 2012 10:44 pm

Re: IP BLOCK

Post by dragonxone »

how do i remove ip ban to refresh the player to have a another chance.?
User avatar
Edge100x
Founder
Founder
Posts: 13129
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: IP BLOCK

Post by Edge100x »

dragonxone, the command I gave in my last reply will work to remove any IPs that were added using this method.
Post Reply