llmnrd
Link-Local Multicast Resolution (LLMNR) Daemon for Linux
Install
- All systems
-
curl cmd.cat/llmnrd.sh
- Debian
-
apt-get install llmnrd
- Ubuntu
-
apt-get install llmnrd
- Kali Linux
-
apt-get install llmnrd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install llmnrd
- Raspbian
-
apt-get install llmnrd
- Dockerfile
- dockerfile.run/llmnrd
llmnrd
Link-Local Multicast Resolution (LLMNR) Daemon for Linux
llmnrd is a daemon implementing the Link-Local Multicast Name Resolution (LLMNR) protocol according to RFC 4795. It currently only supports Linux, as it uses the netlink kernel interface. llmnrd will respond to name resolution queries sent by Windows clients in networks where no DNS server is available. It supports both IPv4 and IPv6.