How To Disable Link Local Multicast Name Resolution LLMNR in windows server 2016 & RHEL 8.1

Use Local Group Policy editor by running gpedit.msc and modifying the policy.

Computer Configuration -> Administrative Templates -> Network -> DNS Client
Enable Turn Off Multicast Name Resolution policy by changing its value to Enabled

For Linux

vim /etc/systemd/resolved.conf

[Resolve]
DNS=
FallbackDNS=
Domains=
LLMNR=no
MulticastDNS=yes
DNSSEC=allow-downgrade
DNSOverTLS=no
Cache=yes
DNSStubListener=udp
~

reboot

1 thought on “How To Disable Link Local Multicast Name Resolution LLMNR in windows server 2016 & RHEL 8.1

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s