Displaying 6 results from an estimated 6 matches for "vstefanoxx".
2020 Oct 20
0
Samba AD with multiple DC and multiple NICs
Hello everyone,
can someone please tell me if the configuration previously shown is
eventually going to work?
Stefano
Il giorno lun 19 ott 2020 alle ore 18:56 Stefano Vargiu <
vstefanoxx at gmail.com> ha scritto:
> I add some additional information I didn't give in my previous email,
> specifically how I tried to force DC1 and DC2 to contact each other only
> with their VPN IPs.
> I did so using dnsmasq as a DNS proxy.
>
> # DC1 configuration
> IP NIC1:...
2020 Oct 19
2
Samba AD with multiple DC and multiple NICs
I add some additional information I didn't give in my previous email,
specifically how I tried to force DC1 and DC2 to contact each other only
with their VPN IPs.
I did so using dnsmasq as a DNS proxy.
# DC1 configuration
IP NIC1: 172.16.0.2
IP NIC2: 172.20.0.1
IP VPN: 172.19.1.173
---
/etc/resolv.conf:
search domain.local
domain domain.local
nameserver 172.19.1.173
---
I configured dnsmasq
2020 Oct 21
5
Samba AD with multiple DC and multiple NICs
On 20/10/2020 22:09, Stefano Vargiu via samba wrote:
> I didn't know the concept of site in AD: thank you for pointing that out to
> me, I'll read about it.
> I'm also going to avoid the same subnets on the two sites, but honestly
> I'll try to keep the multi-homed configuration because I always used it (at
> least in single master configurations), always worked and
2020 Oct 21
0
Samba AD with multiple DC and multiple NICs
> they can only have one hostname, so which Ipaddress do you link to that?
Both IPs? The requirement of a DC having only one hostname doesn't rule out
the option to let it be resolved to multiple IPs (which on the other hand
samba does automatically when binding it to multiple interfaces).
> What you could is, use one IP and then use a CNAME for the other IP
Sorry, again I don't
2020 Oct 20
0
Samba AD with multiple DC and multiple NICs
I didn't know the concept of site in AD: thank you for pointing that out to
me, I'll read about it.
I'm also going to avoid the same subnets on the two sites, but honestly
I'll try to keep the multi-homed configuration because I always used it (at
least in single master configurations), always worked and I never had
problems with it: I think it's enough that all the IPs of the
2020 Oct 19
5
Samba AD with multiple DC and multiple NICs
Hello everyone,
I'm trying to add a second DC to a Samba 4 AD: they both have multiple NICs
and for this reason cannot find a way to make it work.
They communicate through VPN and both have one of the bound interfaces set
to the same IP address, 172.20.0.1, which doesn't allow me to route to the
correct DC, and that is only part of the problem.
Here is the configuration:
*