Posts: 374
Thanks: 24
Thanked 36 Times in 24 Posts
Upgrade
Any expiriances on upgrading the mydns (mydns) 1.2.8.25 (MySQL 5.0.51a)
I'm having some problems with it when I try to use it as a recursive nameserver. (Huge syslog and daemon files with same error over and over.)
Posts: 31,911
Thanks: 693
Thanked 4,198 Times in 3,213 Posts
mydns is not a resolver, so it can not do recursive lookups. If you want to use the server that runs mydns also as resolver, then you might have to install a resolver like dnsmask on the same server and configure mydns to redirect all recursive queries to dnsmasq.
Posts: 374
Thanks: 24
Thanked 36 Times in 24 Posts
Actually there is an place in the configuration file for recursive server ip address. /etc/mydns.conf
All you have to do is enter the IP address and restart the service. Works ok for my test server. Problem is every now and then it goes crazy and starts to log insane amounts of errors. I'm trying to create a very small OpenVZ DNS server for LAN environment.
# ESOTERICA
log = LOG_DAEMON # Facility to use for program output (LOG_*/stdout/stderr)
pidfile = /var/run/mydns.pid # Path to PID file
timeout = 120 # Number of seconds after which queries time out
multicpu = 1 # Number of CPUs installed on your system recursive = 8.8.8.8 # Location of recursive resolver
Recent comments
1 day 8 hours ago
1 day 13 hours ago
1 day 17 hours ago
1 day 19 hours ago
2 days 9 hours ago
2 days 9 hours ago
2 days 14 hours ago
2 days 21 hours ago
2 days 22 hours ago
2 days 23 hours ago