• Resolved fabianovsantos

    (@fabianovsantos)


    I installed WP Cerber, it is awesome! But i don’t get users blocked. I tried to search where is the problem, and the maximum i get is mysql logs. I see Cerber inserting IP blocks, then deleting it a few seconds right after block(i configured 30 and 60 minutes blocking). Access to wp-login.php get the same, a few seconds blocking.

    Some of mysql logs:
    INSERT INTO cerber_blocks (ip, block_until, reason) VALUES (‘my-ip-here’, 1504039275, ‘Tentativa de acesso: <b>wp-login.php</b>’)

    few seconds after:
    DELETE FROM cerber_blocks WHERE block_until < 1504039289

    It is blocking with timestamp “now”, so right after it delete the block. This cause me to have always 0 blocks on dashboard, and when i block an ip intentionally, it always says to “try again in 1 minutes”.

    Please help!

    Thanksssss

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cerber not blocking IP’ is closed to new replies.