Displaying 20 results from an estimated 66 matches for "nltest".
2020 Feb 13
3
Failover DC did not work when Main DC failed
...eeds to be manually created.
Also, you don't have any CNAMES or domain overrides pointing to a single
DC? Perhaps Bind is pointing to another internal DNS server, and then to a
public DNS?
----
Here's a way to test failover from a Windows client:
You can switch logon servers with "nltest /server:<clientcomputer>
/sc_reset:<domain\dc>"
https://www.technipages.com/windows-how-to-switch-domain-controller
So try this -- (I just did this on one of my DC's):
* Switch a Windows Client to DC4
* Verify with "nltest /dsgetdc:<domain>" and "nltest /s...
2020 Feb 16
0
Failover DC did not work when Main DC failed
...quot;CNAMES or domain overrides pointing to a single DC"?
I have DHCP handing out both DNS servers as 192.168.0.218 and 192.168.0.219 and they both work as nameservers perfectly.
> Here's a way to test failover from a Windows client:
>
> You can switch logon servers with "nltest /server:<clientcomputer>
> /sc_reset:<domain\dc>"
> https://www.technipages.com/windows-how-to-switch-domain-controller
>
> So try this -- (I just did this on one of my DC's):
> * Switch a Windows Client to DC4
> * Verify with "nltest /dsgetdc:<domain...
2020 Jun 02
1
several dns issues after switching fsmo roles to samba-dc
...ecord is just missing (expired?). So, I've started to dig in and was
able to resolve the issue in this way:
1. I could reproduce the issue by restarting NETLOGON service on the Windows DC.
Also the following commands failed with "Connection Status = 1311 0x51f
ERROR_NO_LOGON_SERVERS":
nltest.exe /dsregdn
nltest /query
2. After some googling, I've found the fixing command:
nltest /sc_reset:domain.com
After that, all vm-dc1 records were registered in the AD w/o issues
using "nltest.exe /dsregdn" command.
Unfortunately, it's failing again after restarting NE...
2020 Feb 13
2
Failover DC did not work when Main DC failed
On 13/02/2020 16:28, Paul Littlefield wrote:
> On 13/02/2020 15:17, Rowland penny via samba wrote:
>> The various ways have already been mentioned, but are all your DCs
>> listed as nameservers (NS) in the SOA's for the forward and reverse
>> zones ?
>
>
> I think so...
>
>
> root at dc3.mydomain.com ~ $ (screen) samba-tool dns query dc3
>
2024 Aug 21
1
Problem joining windows clients to Samba AD
...e stopping you joining
> computers, which sounds like a dns problem, so I would start by
> checking your dns.
Well, I checked all records from this list:
https://learn.microsoft.com/en-us/archive/technet-wiki/7608.srv-records-registered-by-net-logon
and all of them seem to be working.
Also, nltest /dnsgetdc:ad.example.com correctly fetches the two samba
DCs, but nltest /dsgetdc:ad.example.com fails (0x54b
ERROR_NO_SUCH_DOMAIN), like in the logs of my first message. It is
like windows was not actually using DNS to find the domain, but I
think this is the default on recent editions, right?
&g...
2013 Jul 25
0
DsGetDomainControllerInfoW fails with level 2008+, works with 2003
Hello,
I stumbled on this problem while troubleshooting a time synchronization
problem. The Windows commands "w32tm /monitor" and "nltest /dclist:domain"
appear to both use the same call to query the domain for a list of domain
controllers. When the DC is Samba4 (2003 domain & forest level) these
commands complete successfully. After raising the levels to 2008 or 2008_R2
and restarting Samba (no other changes) both commands...
2020 Feb 03
4
Failover DC did not work when Main DC failed
Hello Kris,
On 03/02/2020 07:15, Kris Lou via samba wrote:
> Unless it's_not_ a global catalog. Check your SRV records again, there
> should be corresponding "_gc" records (similar to "_ldap") for each DC.
Checked and both DCs pass all tests:-
host -t SRV _ldap._tcp.mydomain.com.
host -t SRV _gc._tcp.mydomain.com.
host -t SRV _kerberos._udp.mydomain.com.
host -t
2020 Jun 01
2
several dns issues after switching fsmo roles to samba-dc
Hello,
I've finally decided to switch all FSMO roles from Windows 2008 R2 DC (vm-dc1)
to one of the two Samba 4.12.3 DCs (vm-dc3). Here are several issues I've faced
after that:
1. After connecting DNS Manager to the all DCs, I've found that the SOA record
for my domain and msdcs zones still point to the former PDC - vm-dc1.
Is that OK?
2. So, I've changed the SOA manually
2016 Jul 30
2
That domain could not be found
...window 10 machine that I can still connect to my
original machine I get the message in the subject
I don't remember doing anything different originally for my working domain.
I turned off the firewall and selinux on my VM
Windows 10 nslookup sees all the DNS entries I checked on walk trough
nltest /dsgetdc:<domainname>
returns
Getting DC name failed: Status = 1355 0x54b ERROR_NO_SUCH_DOMAIN
I'm not sure what else to check.
2025 Jan 02
1
R: R: R: samba remote site client authentication and network browsing problem
...> Also:
> - servers dns correctly configured
Are the Dcs (this includes the RODC) using themselves as their
nameserver ?
> - client dns correctly configured
Are the clients (at the RODC site) using the RODC as their nameserver ?
> - client logon server correctly connected
> The nltest command report the correct rodc server
>
> But the problem explained above persist
>
If everything is correct and Windows works as expected, but Samba
doesn't, then it sounds like you have found a bug, so please file a bug
report, but get as much info as possible (level 10 logs, net...
2016 Jul 30
2
That domain could not be found
...get the message in the subject
> >
> > I don't remember doing anything different originally for my working
> > domain.
> > I turned off the firewall and selinux on my VM
> >
> > Windows 10 nslookup sees all the DNS entries I checked on walk trough
> > nltest /dsgetdc:<domainname>
> > returns
> > Getting DC name failed: Status = 1355 0x54b ERROR_NO_SUCH_DOMAIN
> >
> > I'm not sure what else to check.
> >
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lis...
2024 Nov 15
1
windows 11 24H2 / DomainCompatibilityMode
Hi
it looks that latest windows 11 24H2 breaks Samba NT4 domain join
even with registry changed as described in
https://wiki.samba.org/index.php/Required_Settings_for_Samba_NT4_Domains
windows does not resolve domain name
and nltest /dsgetdc also fails with Status = 1355 0x54b ERROR_NO_SUCH_DOMAIN
already joined computers can still open domain session after update to 24h2
--
Arnaud FLORENT
IRIS Technologies
2006 Apr 11
0
Is Samba Acting as a BDC
...lieve I've set up a machine as a BDC for a Samba PDC and I'm trying to test that. Doc sources are the Samba3 Howto and Samb3 by
example.
net lookup dc (run on bdc or other samba server)lists 2 IP's that indicate that it is in fact a BDC.
net lookup dc
172.21.1.10
172.21.1.30
However nltest on an XP machine reveals:
C:\>nltest /dclist:CMT
Domain 'CMT' is pre Windows 2000 domain. (Using NetServerEnum).
List of DCs in Domain CMT
\\SUZY (PDC)
The command completed successfully
This indicates only PDC (Suzy 172.21.1.30).
Furthermore running net lookup dc from the PDC sho...
2014 Jan 16
1
Joining Windows Server 2012 to a Samba 3.5 or 3.6 domain
...ion with Samba 3.5.x. However the Get-SmbServerConfiguration
power shell command on on the windows server shows that SMB1 is
enabled. I can access samba shares from the windows server so SMB
version does not seem to be the issue. Client NTLMv2 auth is enabled on
the samba server.
The nltest command on windows server also indicates that it is
locating the correct domain controller.
c> nltest /dsgetdc:SAMBADOMAIN
DC: \\PDC
Addresss: \\PDC
Dom name: SAMBADOMAIN
Command completed successfully
c>
Google searches indicate that people have been able to join Windows 8 to
a Sam...
2014 Apr 13
1
web services
Hello,
I have PDC sernet samba 4.1.6 (DOM4) and BDC w2k8 (domain & forest
level 2008R2)
I'd like use web services from w2k8, but if I run from windows
nltest /dsgetdc:DOMAIN /ws
samba return:
Getting dc name failed: Status = 1355 0x54b ERROR_NO_SUCH_DOMAIN
If nltest direct query to samba server i get this error, but if is query
directed to w2k8 all works fine. But I dont know how manage query
direction.
If i transfered all fsmo roles to w2k8, some...
2014 Jul 15
1
Win7 pro trust relationship failed
Out of the blue, after working flawlessly for years, I suddenly cannot log
on to my samba 3.5.6 domain with one particular Win7 Pro workstation.
Nothing has apparently changed - Win7 updates applied recently, but I was
able to successfully log on after that. Nothing has changed on the DC.
Error message is that the trust relationship between the workstation and the
primary domain failed.
I'm
2024 Aug 21
1
Problem joining windows clients to Samba AD
On Wed, 21 Aug 2024 14:11:52 +0200
L?o <dlopoel at gmail.com> wrote:
> Hello Rowland,
>
> Here it is:
>
> smb.conf:
> ---
> [global]
> dns forwarder = 9.9.9.9
> netbios name = DC1
> realm = AD.EXAMPLE.COM
> server role = active directory domain controller
> workgroup = AD
> idmap_ldb:use rfc2307 = yes
>
> min protocol = SMB2
The above line
2025 Jan 03
1
R: R: R: R: samba remote site client authentication and network browsing problem
Hi Rowland, below, the servers and the remote client dns configuration
Server's dns configuration:
DC-1:
- themself
- DC-2
DC-2
- themself
- DC-1
RODC-1
- DC-1
- DC-2
- themself
REMOTE-CLIENT
- directly point as dns to the RODC-1 ip
- nltest /dsgetdc:domain_name report RODC-1 as logon server
DNS SRV RECORDS:
The ad srv records uses default configuration
Enrico Manzini
-----Messaggio originale-----
Da: samba <samba-bounces at lists.samba.org> Per conto di Rowland Penny via samba
Inviato: gioved? 2 gennaio 2025 12:52
A: sam...
2015 Jun 24
2
Samba4 Secondary DC as Backup DC (redundancy)
...check the secondary (i've not tried yet).
>
> Greetings!!
>
Thanks Rowland,
Finally is working. Now when i run a "nslookup domain.com" or "host
domain.com" i get both IP addresses, and if i stop the main DC all still
working without problem. Even the command "nltest /dsgetdc:domain" shows
how the Windows machine is using the secondary DC.
One quesiton: ?Can i add more DC as backup using the same steps?.
Of course all cannot be perfect, and now I've a python script with a weird
problem: When i use secure ldap i can't query to root using base DN
(&...
2013 Jul 30
1
Intermittent access to Sysvol/Netlogon shares
...;\ but am denied access to both netlogon and sysvol with an 'access denied, internal error' message. Connecting to either DC via \\<dc>\ works and from there, for the clients that failed \\<domain>\ it seems to be arbitrary if they can browse the entire directory (no relation to nltest /dsgetdc). Additionally, they might not be able to access say netlogon, but if i browse through sysvol, I can get into what is the netlogon folder no problem. Clients that have no issue connecting to \\<domain>\ are equally able to browse all parts of \\<dc>\.
samba-tool ntacl sysvolc...