Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi vicrabb, can you let me know roughly how many IP address you have in the .htaccess file? What I mean is, don’t count each one just a rough number……..

    Are you also adding IP address by range for example

    133.123.123.*
    133.123.*.*
    133.*.*.*

    Thank you

    Thread Starter vicrabb

    (@vicrabb)

    Between 150 and 180 – Besides, it’s ip beginning by a single number like

    1.133.123.*
    2.25.125.*
    3.121.109.*

    I’ve no problem to blacklist the others, they’re being added to the .htaccess without problem.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Okay that is very strange. Have you tried adding them as follow….

    for example….

    001.133.123.*
    002.25.125.*
    003.121.109.*

    Let me know how you go.

    Thank you

    Thread Starter vicrabb

    (@vicrabb)

    I did and it said that it’s not a valid IP format.

    https://imgur.com/koBy0Qw

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Thank you for reporting back. One more question, do you have other security plugins added?

    If not then one of the plugin developers will look into this issue for you.

    Regards

    Thread Starter vicrabb

    (@vicrabb)

    Apart Aksimet, I’ve no other plugin security than this one.

    https://httpd.apache.org/docs/2.2/howto/access.html

    Valid
    Allow from xxx.xxx.
    Deny from xxx.xxx.
    
    Invalid
    Allow from xxx.xxx.*
    Deny from xxx.xxx.*
    Plugin Contributor wpsolutions

    (@wpsolutions)

    Hi @vicrabb,
    I spotted a small bug in the function which processes the list of submitted blacklist IP addresses.
    This will be fixed by the next release of this plugin.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Can't blacklist ip beginning by 1,2 or 3’ is closed to new replies.