Skip to content

My Windows11 Bonjour is unable to resolve embassy.local to my embassies 192.168.0.10 address. #2144

Answered by djangofan
djangofan asked this question in Q&A
Discussion options

You must be logged in to vote

Ok, that fixed it. I was assuming that renaming the Embassy would also change my .local DNS name. This was not obvious.
Got it working.

By the way, if this helps anyone else ever, here is my mDNS config on my Windows11 machine:

PS C:\Users\jausten> Get-NetUDPEndpoint -LocalPort 5353 | Select-Object LocalAddress,LocalPort,OwningProcess,@{ Name="ProcessName"; Expression={((Get-Process -Id $_.OwningProcess).Name )} }

LocalAddress LocalPort OwningProcess ProcessName


::1 5353 5480 mDNSResponder
:: 5353 13736 msedge
192.168.159.1 5353 5760 nvcontainer
192.168.137.1 5353 5760 nvcontainer
192.168.0.5 5353 5760 nvcontainer
172.27.144.1 5353 5480 mDNSResponder
172.22.128.1 5353 5760 nvcontainer
0.…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@kn0wmad
Comment options

Answer selected by djangofan
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants