#Trying to block a specific IP address.
34 messages · Page 1 of 1 (latest)
You can use pebbles firewall setup
https://help.pebblehost.com/en/minecraft/how-to-protect-your-bungeecord-server-against-uuid-spoofing
Configure a firewall to stop Bungeecord UUID exploits or hackers from joining the server, this means you can completely block their IP.
I am using a dedicated server, so this guide isn't that helpful.
You using docker / pterodactyl?
yes
iptables -I DOCKER-USER -s 127.0.0.0/0 -j DROP
where 127.0.0.0/0 can be the entire range or just a single ip
(if using iptables, I'd need to lookup the command for firewalld)
(dont forget to make it persistent aswell)
I am using CentOS Stream 8 :/
its bundled with firewalld, but I do not think it functions correctly
hm, lemme find the command for firewalld
iptables -I DOCKER-USER -s 45.128.232.206 -j DROP
iptables -I INPUT -s 45.128.232.206 -j DROP
That'll 100% work for any docker based services
(that 45. IP is one of the IPs involved with spamming peoples consoles)
centos has iptables?
oh, TIL
added them in, so would i need to reload anything or is it automatically applied?
You can use rich rules to interact directly with iptables
and in theory no
that should kick in straight away
i am gonna restart the minecraft server to see if it worked
hard to tell with console log spam
Yeah it's annoying, not harmful luckily