DNS problem on Windows 11

Massimo M 20 Reputation points
2024-05-03T19:18:06.92+00:00

Good morning, i have a brand new laptop with windows 11.

Until now i have used linux and mac computers.

I have a Mikrotik router that is used for firewall (to the fttc router) and dns server (to have the resolution of the names of my lan servers, routers, and so on).

On this router i've set a list of static IPs (as told before) on the dns server (for the lan server, for the internet it asks to my internet provider's dns server).

My problem is: on the linux and mac boxes, it works like a charm.

On the windows laptop only the internet dns resolution works, the internal servers are not resolved.

Is there a way to solve it?

Thank you.

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. MotoX80 36,401 Reputation points
    2024-05-03T21:21:03.9033333+00:00

    My WIFI router uses a .HOME suffix for internal DNS names. My laptop uses DHCP, so everything gets set in the network to handle that. Do an nslookup on your internal IP's and see if registers the machine name or machine name dot something. Like my Blackhole.Home.

    You may need to add an entry to the DNS Suffix Search List using ncpa.cpl. Or remove the suffix from your router.

    C:\>ipconfig /all
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : Blackhole
       Primary Dns Suffix  . . . . . . . :
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : home
    Wireless LAN adapter Wi-Fi:
       Connection-specific DNS Suffix  . : home
       Description . . . . . . . . . . . : Intel(R) Wi-Fi 6 AX201 160MHz
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
       IPv4 Address. . . . . . . . . . . : 192.168.1.4(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Lease Obtained. . . . . . . . . . : Tuesday, April 30, 2024 8:52:36 AM
       Lease Expires . . . . . . . . . . : Saturday, May 4, 2024 3:53:58 PM
       Default Gateway . . . . . . . . . : 192.168.1.1
       DHCP Server . . . . . . . . . . . : 192.168.1.1
       DNS Servers . . . . . . . . . . . : 192.168.1.1
       NetBIOS over Tcpip. . . . . . . . : Enabled
    
    C:\>nslookup 192.168.1.4
    Server:  Wireless_Broadband_Router.home
    Address:  192.168.1.1
    Name:    Blackhole.home
    Address:  192.168.1.4
    

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.