1LLMNR-QUERY(1) llmnrd LLMNR-QUERY(1)
2
3
4
6 llmnr-query - LLMNR (RFC 4795) query tool
7
9 llmnr-query [options] name
10
12 Send LLMNR queries to the LLMNR multicast address (224.0.0.252 for
13 IPv4, ff02:0:0:0:0:0:1:3 for IPv6). name specifies the hostname to
14 query.
15
17 -c <num>, --count <num>
18 Number of queries to send (default: 1).
19
20 -d <num>, --id <num>
21 Set LLMNR transaction id (default: 0).
22
23 -i <num>, --interval <num>
24 Set interval between queries in milliseconds (default: 500).
25
26 -I <dev>, --interface <dev>
27 Send multicast query over specified interface, e.g. eth0, wlan0.
28
29 -t <num>, --timeout <num>
30 Set time to wait for reply in milliseconds (default: 1000).
31
32 -T <type>, --type <type>
33 Set query type. Must be one of A, AAAA, ANY (default: ANY).
34
35 -6, --ipv6
36 Send queries over IPv6.
37
38 -h, --help
39 Show usage information.
40
41 -V, --version
42 Show llmnr-query version.
43
45 llmnrd(8)
46
48 Tobias Klauser <tklauser@distanz.ch>
49
50
51
52llmnrd 07 March 2017 LLMNR-QUERY(1)