How i can Ban range of ip 123.123.123.xxx

how can i ban all numbers possible in the last number of the ip ?

1 Like

Hi @Totenkopf-Evil,
To block some IP, you can do it with a firewall where you setup a iptables.

To block all IP addresses in the range 123.123.123.0 to 123.123.123.255, you can use the following iptables rule:
sudo iptables -A INPUT -s 123.123.123.0/24 -j DROP

1 Like

ty for answer and how i can do the same here
image

In the ban list, you cannot block all IPs at once, you have to enter them one by one.

1 Like

@opZ1ca
This is not true. You can ban a range of IPs.

@Totenkopf-Evil
123.123.123.* as regular expression (or wildcard) would ban 123.123.123.1 to 123.123.123.255

4 Likes

mm i tried ban myself and didnt work :confused:

I bet you got ignore bans set in your permissions :wink: which is it totally normal as admin.

5 Likes

nop, i checked that before :confused:

Are you trying to add a ban this way?
Tools β†’ Ban List β†’ Add (Be sure to set IPv4)

im trying different ways, with regular expression and wildcard ipv4 and no work :frowning:

if i ban my exactly ip with regular expression i get banned example: 123.123.123.123
if i ban with regular expression example 123.123.123.* no work and i can enter on ts
if i use wildcard ipv4 and i use 123.123.123.* after accept this change to 123.123.123.[0-9]+ but i still can enter on ts

Then please show us what you do.

3 Likes

image

if i use wildcard ipv4 for ban with * at the last number this figure


but i still can enter on ts

im banning my cellphone ip and i dont have admin permissions for avoid ban

1 Like

Now you may enter your real IP.
123… isn’t your IP

And do not make the ban permanent when testing!!!!!!!!!

1 Like

is just a example i tried with my real ip obviously

Then please show a permission overview.

I still think you ignore bans. Please export your permissions as txt.

1 Like

i can ban but i want ban a range of ip this is the problem

1 Like

Please try to join server voice.teamspeak.com the ban with your IP is setup there.

2 Likes

I found a difference in permissions, now is working i can ban now with regex using *, ty

1 Like