Displaying 3 results from an estimated 3 matches for "nplan".
Did you mean:
plan
2019 Nov 24
0
Problems setting up samba bind9_dlz on Ubuntu 18.04
...nf is managed by netplan under Ubuntu 18:
Perhaps I should have said that Samba has to be authoritative for the
dns domain, so you really do not need anything else controlling anything
to do with dns.
I tested joining a Ubuntu DC to a domain and I had to do this:
apt install ifupdown
apt purge nplan
Edit /etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback
auto enp0s3
iface enp0s3 inet static
??????? address 192.168.0.243 <-- replace this with your DCS IP
??????? netmask 255.255.255.0
??????? gateway 192.168.0.1 <-- replace this with your gateways...
2019 Nov 24
4
Problems setting up samba bind9_dlz on Ubuntu 18.04
Hi,
I hope someone can help me with the following problem. I followed the following guides to setup samba as an additional active directory server to my windows server with bind9 dns:
https://www.tecmint.com/join-additio...r-replication/<https://www.tecmint.com/join-additional-ubuntu-dc-to-samba4-ad-dc-failover-replication/>
2018 Nov 29
8
Setup a Samba AD DC as an additional DC
Hai Barry,
We know about exchange might be a problem, the others i dont know..
Check the windows schema levels.
https://wiki.samba.org/index.php/AD_Schema_Version_Support
You could try a clean setup as shown by my howto.
Before you install setup ip and hostname in the windows DNS for the linux server.
Make sure you use a name thats never used before, just to be sure of no side effects.