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

This is a discussion on Limit recursive lookups using BIND (named.conf)? in the VPS & Dedicated forum
Has anyone done this yet? I've read a guide at http://www.cymru.com/Documents/secur...-template.html But being totally new to VPS I didn't know exactly how to implement this ...

  1. #1
    JPC Member
    Join Date
    Apr 2006
    Posts
    26

    Limit recursive lookups using BIND (named.conf)?

    Has anyone done this yet? I've read a guide at http://www.cymru.com/Documents/secur...-template.html

    But being totally new to VPS I didn't know exactly how to implement this without breaking something. I want to ensure I do everything properly before moving my primary site from my old host to my new VPS.

    My biggest concern is overall security. I've implemented *most* of the security settings outlined in http://www.jaguarpc.com/forums/showthread.php?t=13646 (or at least those that I could understand).

  2. #2
    JPC Member
    Join Date
    Apr 2006
    Posts
    26
    Would this be a fairly safe entry within the options section?

    // Prevent DoS attacks by generating bogus zone transfer
    // requests. This will result in slower updates to the
    // slave servers (e.g. they will await the poll interval
    // before checking for updates).
    notify no;

    // Generate more efficient zone transfers. This will place
    // multiple DNS records in a DNS message, instead of one per
    // DNS message.
    transfer-format many-answers;

    allow-recursion { 127.0.0.1; 69.73.130.223; 69.73.132.223;};

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
  •