Recursive DNS

Discussion in 'Tips/Tricks/Mods' started by soho, Jul 18, 2010.

  1. soho

    soho Member

    I'm using ISPConfig 3.0.2.2 and was having problems even after configure recursive with dnsmasq as howto Falco (http://www.howtoforge.com/mydns_mydnsconfig_dnsmasp_on_ubuntu_edgy).

    I found a tip on the web that solved the problem and would like to share here.

    Edit /etc/dnsmasq.conf and change the line:

    Code:
    #resolv-file =
    
    to

    Code:
    resolv-file = /etc/resolvconf/run/interface/eth0
    
    Restart dnsmasq
    Code:
    /etc/init.d/dnsmasq restart
    
    Source: http://sumancolumbia.blogspot.com/2008/06/dnsmasq-now-works-for-dns-requests.html
     
    Last edited: Jul 18, 2010

Share This Page