Results 1 to 2 of 2

Thread: specify named binding to a interface

  1. #1
    kyiu
    Guest

    specify named binding to a interface

    How can I specify "named" to bind to only those interfaces that I need? I don't want "named" to bind to the WAN NIC

    Ken

  2. #2
    JimH
    Guest

    Re:specify named binding to a interface

    I found this in the docs. This looks to be what you want.

    Interfaces

    The interfaces and ports that the server will answer queries from may be specified using the listen-on option. The listen-on option takes an optional port and an address_match_list. The server will listen on all interfaces allowed by the address match list. If a port is not specified, port 53 will be used.

    Multiple listen-on phrases are allowed. For example:

    listen-on { 5.6.7.8; };
    listen-on port 1234 { !1.2.3.4; 1.2/16; };

    If no listen-on phrase is specified, the server listens on port 53 on all interfaces


    Jim H

Similar Threads

  1. Replies: 0
    Last Post: 10-26-2006, 02:55 PM
  2. BIND problem [rndc connect failure]
    By ShafiqPH in forum Linux - Hardware, Networking & Security
    Replies: 2
    Last Post: 10-09-2006, 10:21 AM
  3. Using lo interface for testing
    By kk_davey in forum Linux - General Topics
    Replies: 7
    Last Post: 06-02-2005, 04:56 AM
  4. IPTables stuff
    By tarballed in forum Linux - Software, Applications & Programming
    Replies: 8
    Last Post: 02-18-2003, 10:54 PM
  5. Mail Interface
    By paradox in forum Linux - Software, Applications & Programming
    Replies: 7
    Last Post: 09-08-2001, 06:27 PM

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
  •