Choose your cart
Choose your cart
Receive up to $504 promo credit ($180 w/Welcome Unlimited, $360 w/ 5G Start, or $504 w/5G Do More, 5G Play More, 5G Get More or One Unlimited for iPhone plan (Welcome Unlimited and One Unlimited for iPhone plans can't be mixed w/other Unlimited plans; all lines on the account req'd on respective plans)) when you add a new smartphone line with your own 4G/5G smartphone on an eligible postpaid plan between 2/10/23 and 4/5/23. Promo credit applied over 36 months; promo credits end if eligibility requirements are no longer met.
$699.99 (128 GB only) device payment purchase or full retail purchase w/ new smartphone line on One Unlimited for iPhone (all lines on account req'd on plan), 5G Start, 5G Do More, 5G Play More or 5G Get More plan req'd. Less $699.99 promo credit applied over 36 mos.; promo credit ends if eligibility req’s are no longer met; 0% APR.
On every reboot of my Win 10 Pro 64-bit PC, I get this Warning in Event Viewer:
"Name resolution for the name _ldap._tcp.dc._msdcs.fios-router.home. timed out after none of the configured DNS servers responded."
Since it mentions fios-router.home, is it caused by my Quantum G1100 (FIOS 1Gbps)?
How can I fix?
I would like to paste the COMPLETE text of this Event Viewer Warning, but it contains HTML codes that this forum won't accept. Unless there's a trick how to do that.
But what do you think about this Warning on reboot?
EDIT - ADDED INFO - Apparently, this is needed for proper functioning of my or the Quantum's "Active Directory". See item #4 at this link: -THIS LINK ON MSDN-
But I'm not a tech and don't know how to start fixing this.
Solved! Go to Correct Answer
When you connect a computer to your G1100 router using DHCP a dns record is created in the router's DNS that allows you to gain access to a device using a name instead of the device's local IP address. It is formated as <hostname>.fios-router.home.
Aka if you have a computer whose's hostname is set to DESKTOP-123456G, the router will register a DNS record named desktop-123456g.fios-router.home. This is a feature provided as a convience.
By providing fios-router.home as a dns suffix this allow you the ability to connect to the example host name above by only needing to type in desktop-123456g to access a resource provided by that device, your operating system will automatically append fios-router.home to the end if only desktop-123456g does not exist, but you will not see it.
In your case the real issue is that your computer is trying and failed to access a Domain COntroller on your network. If you use a Domain Controller, this error is relevant to you because this error means your Domain Controller is offline or inaccessible to this computer.
Domain Controllers are used when you have Active Directory set up on your network.
If you are using Active Directory, it is either not configured properly or unavailable resulting in the error you are seeing.
Try this:
By setting your forwarding rules as
fios-router.home 192.168.1.1
You are telling your computer that the Domain Controller on on the router. This would not be correct ad the router does not handle any kind of active directory and is instead handled (typically) by a computer running a variant of Windows Server that has Active Directory Services enabled and is properly configured.
I'm the OP. More info - and I certainly need your help:
By experimenting, I have determined that this Warning occurs when I have the service dnscrypt-proxy running at startup. It's a great service that encrypts DNS lookup requests so that nobody - not Verizon and not Google and not man-in-the-middle bad guys -- can see where I am trying to go.
First, there's a superb article on ars techinca that explains everything in great detail: How to keep your ISP’s nose out of your browser history with encrypted DNS
Second, you can download and get technical info about Simple DNSCrypt - which helps you install and configure dnscrypt-proxy on a Win machine - from github at github-bitbeans-SimpleDnsCrypt
Third, what should I do to continue using dnscrypt-proxy but let _ldap._tcp.dc._msdcs.fios-router.home get the needed DNS/name resolution and so not get the Warning I describe above?
Fourth - FYI - I always get TWO warnings on reboot - the warning in my first post above, and also "Name resolution for the name wpad timed out after none of the configured DNS servers responded." Both are Event 1014, DNS Client Events.
Thanks.
Are you configured to use then FiOS router as your DNS server?
If so, its possible that it can't use encryption.
And really no need for encryption if using a local router as it would just be to the next hop router.
And if hard coded to an external DNS, not sure how windows would know about FiOS router.
CRob - You wrote:
CRob - I actually know nothing about this DNS and router-PC connection stuff, and I'm probably not understanding your questions. Could you reply again with a "DNS connections with Quantum G1100 for Dummies" version?
Thanks.
Update - just tried nslookup. It says "Domain: fios-router.home" but then says it can't find that domain.
Here's a link to a screenshot showing that - gif and pdf: < LINK >
Mean anything?
1) Check your PC to see how you configured the static address. It is two sections. One for IP and other for DNS. Make sure that DNS is turned off. I am not familiar with the service you are using so I can't say for sure how it overides other DNS. You can also open a cmd window and run ipconfig command. See if there is a DNS domain name.
2) To the best of my knowledge, the certificate was just to use encryption for login purposes. I have no idea if they also support encrypted DNS.
3) See #2.
4) See #1
I know how DNS works via DHCP or a hard coded DNS server.
As stated I am not familiar with the service you are trying to use.
You may need to go to their support to better understand how their service interacts with that provided by an ISP router. Its possible that you do not have it implemented 100% correctly.
@glnz2 wrote:Update - just tried nslookup. It says "Domain: fios-router.home" but then says it can't find that domain.
Here's a link to a screenshot showing that - gif and pdf: < LINK >
Mean anything?
It showing your own “home network” that is the way it’s supposed to be.
if you do a tracert to say google or verizon the first hop is your own router (home)
fios is your service so it shows that first.
there is nothing wrong with your setup.
like i said you may want to post the issue at http://www.dslreports.com under the fios forum.
CRob and jonjones --
First, thanks for your patience. I realize you are very tech savvy, and I'm not. On the other hand, one learns by doing, and if I hadn;t started asking questions in Forums like these in 2004 when we first got DSL, I would never have been able to set up FIOS at home.
Anyway, as to the Event 1014 Warning that "Name resolution for the name _ldap._tcp.dc._msdcs.fios-router.home. timed out after none of the configured DNS servers responded.":
I've done some more digging, and the dnscrypt-proxy service I am using to encrypt my DNS lookups and send them only to cloudflare's new 1.1.1.1 has a Forwarding feature, maybe expecially for cases like this.
But I would need the precise IP address for where to forward _ldap._tcp.dc._msdcs.fios-router.home. It's probably 192.168.1.1:something, yes? What would the :something be?
Hi glnz2,
Are you having actual networking or PC performance issues related to this, or is it just a warning entry you are seeing in Windows Event Viewer without any noticeable adverse effects? Windows Event Viewer always contains many error and warning entries. This is normal. Generally these are not anything a user needs to worry about or diagnose unless they are causing a problem. Windows logs these but in almost all cases works around them on its own.
Lawrence - As far as I can tell, most things are OK.
However, I have a few other issues on my WIn 10 PC, and I think there may be some connections with this.
Anyway, I think my last question about the :something is a fair one, for those of us who are being a little extra secure.
Could you forward this to your favorite Verizon tech and ask?
Thanks.