Re: defining "DNS Suffix Search List" in /etc/dhcpd.conf

From: Mike Burger (mburger_at_bubbanfriends.org)
Date: 06/14/05

  • Next message: Ashraf A. Abd El-Aziem: "Using SCSI Tape with Enclosure"
    Date: Mon, 13 Jun 2005 23:07:10 -0500 (EST)
    To: General Red Hat Linux discussion list <redhat-list@redhat.com>
    
    

    On Mon, 13 Jun 2005 Saqib.N.Ali@seagate.com wrote:

    > Hello All,
    >
    > How can I define the "DNS Suffix Search List" in the /etc/dhcpd.conf for
    > DHCP deamon. I know how to define the "Primary DNS suffix". But I am not
    > sure how to define multiple suffix in the "DNS Suffix Search List" . Any
    > ideas?

    You need to use the "option domain-name" parameter, a la:

    option domain-name "domain1.com domain2.net domain3.org";

    Don't forget the quote marks around the search domains, and the semi-colon
    at the end of the option line.

    --
    Mike Burger
    http://www.bubbanfriends.org
    Visit the Dog Pound II BBS
    telnet://dogpound2.citadel.org or http://dogpound2.citadel.org
    To be notified of updates to the web site, visit 
    http://www.bubbanfriends.org/mailman/listinfo/site-update, or send a 
    message to:
    site-update-request@bubbanfriends.org
    with a message of:
    subscribe
    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Ashraf A. Abd El-Aziem: "Using SCSI Tape with Enclosure"