Scroll to navigation

LLMNR-QUERY(1) llmnrd LLMNR-QUERY(1)

NAME

llmnr-query - LLMNR (RFC 4795) query tool

SYNOPSIS

llmnr-query [options] name

DESCRIPTION

Send LLMNR queries to the LLMNR multicast address (224.0.0.252 for IPv4, ff02:0:0:0:0:0:1:3 for IPv6). name specifies the hostname to query.

OPTIONS

Number of queries to send (default: 1).
Set LLMNR transaction id (default: 0).
Set interval between queries in milliseconds (default: 500).
Send multicast query over specified interface, e.g. eth0, wlan0.
Set time to wait for reply in milliseconds (default: 1000).
Set query type. Must be one of A, AAAA, ANY (default: ANY).
-6, --ipv6
Send queries over IPv6.
Show usage information.
Show llmnr-query version.

SEE ALSO

llmnrd(8)

AUTHOR

Tobias Klauser <tklauser@distanz.ch>

07 March 2017 llmnrd