Quite a traumatic changeover from the beta series of releases to the first release candidate. Simple changes but buried in the vaults of the developers minds. Here they are in Plain English.
What's changed?
- The Internal DNS server is now the default
What do I have to do then?
Alternative 1 keep bind DLZ: To do this add the line:
server services -dns
to your smb.conf file
Alternative 2 use the new default internal DNS. To do this, add a forwarder to smb.conf:
dns forwarder = 192.168.1.1
(Erm, change the IP's to your own.)
and don't forget to stop bind.
Alternative 3 delete everything and start again.. Not too popular this one.
That's it. Cute:)