Q: I have Freebsd 4.4 and "rndc-confgen -a" just sits there.
the name server using IPv6.
+Q: I have Freebsd 4.4 and "rndc-confgen -a" just sits there.
+
+A: /dev/random is not configured. Use rndcontrol(8) to tell the kernel
+to use certian interupts as a source of random events. You can make this
+permanent by setting rand_irqs in /etc/rc.conf.
+
+e.g.
+ /etc/rc.conf
+ rand_irqs="3 14 15"
+
+
Q: Why is named listening on UDP port other than 53?
A: Named uses a system selected port to make queries of other nameservers.