+ Reply to Thread
Results 1 to 2 of 2

Thread: DNS critical recursion ISSUE* FIX IT NOW!

  1. #1
    joseph's Avatar
    joseph is offline Website Master Achievements:
    500 Experience Points1000 Experience Points5000 Experience Points10000 Experience PointsRecommendation Second Class
    joseph has disabled reputation
    Join Date
    2008-09-08
    Posts
    412

    Default DNS critical recursion ISSUE* FIX IT NOW!

    If you are running DNS with recursion, it's highly recommended to upgrade to 9.5.0-P1, 9.4.2-P1 or 9.3.5-P1 as soon as possible:

    It's needed to be fixed TODAY:

    after updating BIND to the right version, your configuration file also needs to be adjusted.

    If recursion supported by older files, please add a new ACL in named.conf like this:
    allow-recursion {
    aclname;
    };
    The other solution is that only local recursive should be allowed.

    Joseph - 2008-07-23 10:46 CST

  2. #2
    joseph's Avatar
    joseph is offline Website Master Achievements:
    500 Experience Points1000 Experience Points5000 Experience Points10000 Experience PointsRecommendation Second Class
    joseph has disabled reputation
    Join Date
    2008-09-08
    Posts
    412

    Default

    If you are going to compile bind from source, here is the config parameters listed in bind.spec from bind-9.2.4-28.0.1.el4.src.rpm:
    Code:
    cp -f /usr/share/libtool/config.{guess,sub} .
    export CFLAGS="$RPM_OPT_FLAGS"
    if pkg-config openssl ; then
            export CFLAGS="$CFLAGS `pkg-config --cflags openssl`"
            export CPPFLAGS="$CPPFLAGS `pkg-config --cflags-only-I openssl`"
            export LDFLAGS="$LDFLAGS `pkg-config --libs-only-L openssl`"
    fi
    export CFLAGS="$CFLAGS -g"
    %configure --with-libtool --localstatedir=/var \
            --enable-threads \
            --enable-ipv6 \
            --with-openssl=/usr
    
    make

+ Reply to Thread

Similar Threads

  1. LWN: GNOME Journal Issue 17 released
    By edenCC in forum Technology News
    Replies: 0
    Last Post: 2009-11-24, 03:09 PM
  2. LXer: Issue #2 of of Opensourc3 Magazine is available!
    By edenCC in forum Technology News
    Replies: 0
    Last Post: 2009-08-29, 04:29 AM
  3. LWN: GNOME Journal Issue 15
    By edenCC in forum Technology News
    Replies: 0
    Last Post: 2009-07-02, 07:08 PM
  4. LXer: DistroWatch Weekly, Issue 297
    By edenCC in forum Technology News
    Replies: 0
    Last Post: 2009-04-06, 03:11 PM
  5. DistroWatch Weekly, Issue 291
    By edenCC in forum Technology News
    Replies: 0
    Last Post: 2009-02-24, 02:45 AM

Posting Permissions

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