Android Connection Gets "Blocked for 300 seconds"

MeroDN

New Member
When I connect to my server from Bedrock Edition on my Windows 10 computer, it works just fine.
However, when I try to connect to my server from my Android 7.1.1 phone through the Boost Mobile (Sprint) network, I get the following message:

14:40:49 [NOTICE] Blocked 66.87.205.x for 300 seconds

It is followed later by this:

14:45:49 [NOTICE] Unblocked 66.87.205.x

(I hid the last number, but I'm sure it's changed since then anyway)

it give no detail as to why it blocked it. Could someone please explain to me what the server might have decided was bad, what things could cause
the server to block for specifically this amount of time? If there's any config I could change to fix this, or if there is a line of code I could change that would fix this,
I would change it!

Notes

  • All versions used are running Minecraft Bedrock Edition 1.2.13
  • Its a small server, I don't really have to worry about being hacked or DDOSed
Plugins Used:
  • EssentialsNK
  • FastAsyncWorldEdit
  • DbLib
  • MultiWorld
  • LuckPerms
  • Simple AFK
 

PetteriM1

Resource Mod
Staff member
Looks that it try to connect using ipv6 that is not supported. Try does help if you add this to your startup command:
-Djava.net.preferIPv4Stack=true
 
Top