Re: [MaraDNS list] Having trouble running maradns and deadwood on the same host

Sebastiano Pilla <[email protected]>
Newsgroups gmane.network.dns.maradns.general
Message-ID <[email protected]>
David Kowis wrote:
> I'm unable to run both the authoritative nameserver and the recursive
> nameserver on the same box on separate interfaces.

David,

I have almost the same setup on my CentOS box at home, the only 
difference being that Deadwood listens on an aliased interface. I'm 
pasting my configuration files in the hope that they may help, while 
probably not perfect they work for me. They are quite similar to yours, 
the only things that looks different is that you're missing the 
filter_rfc1918=0 line, which I suppose is the source of your issue.

mararc:
==============================
ipv4_bind_addresses = "192.168.88.4"
chroot_dir = "/etc/maradns"
csv2 = {}
csv2["home.lan."] = "db.home.lan.conf"
verbose_level = 1


dwood3rc:
==============================
bind_address="127.0.0.1, 192.168.88.3"
chroot_dir="/var/run/deadwood"
dns_port=53
filter_rfc1918=0
maximum_cache_elements=1024
recursive_acl="127.0.0.1/8, 192.168.88.1/16"
reject_mx=0
root_servers={}
root_servers["home.lan."]="192.168.88.4"
root_servers["."]="198.41.0.4,"
root_servers["."]+="192.228.79.201,"
root_servers["."]+="192.33.4.12,"
root_servers["."]+="128.8.10.90,"
root_servers["."]+="192.203.230.10,"
root_servers["."]+="192.5.5.241,"
root_servers["."]+="192.112.36.4,"
root_servers["."]+="128.63.2.53,"
root_servers["."]+="192.36.148.17,"
root_servers["."]+="192.58.128.30,"
root_servers["."]+="193.0.14.129,"
root_servers["."]+="199.7.83.42,"
root_servers["."]+="202.12.27.33"
tcp_listen=1
timeout_seconds=30
timeout_seconds_tcp=30
upstream_servers={}
verbose_level=3

Best regards
Sebastiano Pilla
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.