Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 3 of 3

This is a discussion on BFD Lockout in the VPS & Dedicated forum
How do i change the number of tries given to a host before BFD blocks them? At the moment it seems stupidly high at 27. ...

  1. #1
    JPC Addict
    Join Date
    Mar 2007
    Posts
    118

    BFD Lockout

    How do i change the number of tries given to a host before BFD blocks them? At the moment it seems stupidly high at 27.

    Thanks

  2. #2
    Ron
    Ron is offline
    Loyal Client
    Join Date
    Aug 2002
    Posts
    7,312
    It is set at 27 because it takes log(n) tries to break in, and that is a minimum of 28 attempts.

    LOL Just kidding.

    27 seems like a strange number.
    Good luck

  3. #3
    Loyal Client thisisit3's Avatar
    Join Date
    Mar 2007
    Posts
    642
    My rules use the following defaults:

    Code:
    # grep TRIG *
    apache: TRIG="15"
    apache-exploits:        TRIG="1"
    exim:   TRIG="10"
    imapd:  TRIG="15"
    pop3d:  TRIG="15"
    pure-ftpd:      TRIG="15" 
    sshd:   TRIG="1"
    All exploits have trigger set to 1 because they are very sensitive, while failed login attempts are higher in order to avoid false positives (legitimate user who can't remember his password).

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •