| -----Original Message----- | From: Greg Norris [mailto:[EMAIL PROTECTED] | Sent: 12 February 2003 00:10 | | I'm having some problems getting a reliable pdnsd setup, which I was | hoping (obviously! ;-) that someone here could help me out with. [snip] | One thing I did notice in the log is that pdnsd seems to be querying | external DNS for the local system name (glitch.localdomain). [snip]
| source { | ttl=86400; | owner="localhost."; | # serve_aliases=on; | file="/etc/hosts"; | } If your /etc/hosts looks like 127.0.0.1 localhost 192.168.1.1 glitch glitch.localdomain You'll need to have serve_aliases=on uncommented. serve_aliases refers to the second and subsequent names in the /etc/hosts lines - without it they're ignored. (If you've already fixed the problem, never mind.) Randy -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]