Forum archive
Installing Samba Domain Controller
I'm trying to install the Samba DC and I'm really struggling to install it. I tried installing it on an actual PC, and after the installation, on the first boot, it started hanging trying to bring up something on /sdb. I'm not sure why it's trying to do that, because there IS no sdb on this machine. But it keeps waiting for 1:30 to sort of try again, at least twice, and then it just dies. So it won't boot that way.
So then I tried putting it into a VM on a Linux box running VirtualBox. Now I've put a bunch of TK appliances on VirtualBox. But this one won't boot because it says it can't find an x86/amd processor, and that I need the i686 version to run it.
Is there an i686 version of this? Is there something else I need for this? What do I do?
I've been snowed under and neglecting the forums... :(
Our AD DC appliance does include a DNS server. It's the one integrated into Samba (i.e. the "SAMBA_INTERNAL" DNS). So if you point your PCs to the DC IP address for DNS, then it should "just work.
What our server doesn't provide is DHCP - so you will either need to manually configure the DNS IP in each PC. Or assuming you have a DHCP server already, you can configure that to point to the PCs to the DC server for DNS.
There has been some discussion of whether we should include a DHCP server on the TurnKey DC - or not. On face value I think it's a good idea, but the downside is that unless you are setting up a whole network from scratch there is often already a DHCP server on the network. Running more than one DHCP server on a network will cause weird things to happen. The DHCP servers will compete with one another - and only one will have the required DNS records. So either it won't work at all, or worse still (IMO) it will work intermittently and/or break randomly.
So with that in mind, I think a better solution would be to make a separate standalone DHCP (and DNS) appliance. But unfortunately, I just haven't had a chance to circle back to that idea...