Opewrt 21.02.1
i did
opkg update && opkg remove wpad-basic-wolfssl && opkg install wpad && reboot
opkg update && opkg install umdns libseccomp scmp_sys_resolver iwinfo
and i use this one to configure 802.11k
it says it can syncronaze hostapds
But how do i know if it works ?
i have 2 APs in my domain 33.myd and 44 myd
33.myd
root@33:~# ubus call umdns update
root@33:~# ubus call umdns browse
{
"_rrm_nr._udp": {
"44": {
"ipv4": "192.168.222.230",
"ipv6": "fe80::6a15:90ff:fee7:59fb",
"port": 5247,
"txt": "[ \"68:15:90:e7:59:fc\", \"Open22Wrt\", \"681590e759fcaf000000510b060603000000\" ]"
}
},
"_ssh._tcp": {
"44": {
"ipv4": "192.168.222.230",
"ipv6": "fe80::6a15:90ff:fee7:59fb",
"port": 22,
"txt": "daemon=dropbear"
}
}
}
root@33:~#
and
44.myd
root@44:~# ubus call umdns browse
{
"_rrm_nr._udp": {
"33": {
"ipv4": "192.168.222.159",
"ipv6": "fe80::fa5e:3cff:fe0c:5910",
"port": 5247,
"txt": "[ \"f8:5e:3c:0c:59:10\", \"Open22Wrt\", \"f85e3c0c5910af0900005306070603010800\" ]"
}
},
"_ssh._tcp": {
"33": {
"ipv4": "192.168.222.159",
"ipv6": "fe80::fa5e:3cff:fe0c:5910",
"port": 22,
"txt": "daemon=dropbear"
}
}
}
root@44:~#
when i look in Wireshark from a client i see this
As you can see in flags section
Ethernet II, Src: 33.local (f8:5e:3c:0c:59:10), Dst: IPv4mcast_fb (01:00:5e:00:00:fb)
Internet Protocol Version 4, Src: 33.myd (192.168.222.159), Dst: 224.0.0.251 (224.0.0.251)
0100 .... = Version: 4
.... 0101 = Header Length: 20 bytes (5)
Differentiated Services Field: 0x00 (DSCP: CS0, ECN: Not-ECT)
Total Length: 100
Identification: 0xefc2 (61378)
Flags: 0x4000, Don't fragment
0... .... .... .... = Reserved bit: Not set
.1.. .... .... .... = Don't fragment: Set
..0. .... .... .... = More fragments: Not set
Fragment offset: 0
Time to live: 255
Protocol: UDP (17)
Header checksum: 0x0b82 [validation disabled]
[Header checksum status: Unverified]
Source: 33.myd (192.168.222.159)
Destination: 224.0.0.251 (224.0.0.251)
User Datagram Protocol, Src Port: 5353, Dst Port: 5353
Source Port: 5353
Destination Port: 5353
Length: 80
Checksum: 0x0e39 [unverified]
[Checksum Status: Unverified]
[Stream index: 3]
[Timestamps]
Multicast Domain Name System (response)
Transaction ID: 0x0000
Flags: 0x8400 Standard query response, No error
1... .... .... .... = Response: Message is a response
.000 0... .... .... = Opcode: Standard query (0)
.... .1.. .... .... = Authoritative: Server is an authority for domain
.... ..0. .... .... = Truncated: Message is not truncated
.... ...0 .... .... = Recursion desired: Don't do query recursively
.... .... 0... .... = Recursion available: Server can't do recursive queries
.... .... .0.. .... = Z: reserved (0)
.... .... ..0. .... = Answer authenticated: Answer/authority portion was not authenticated by the server
.... .... ...0 .... = Non-authenticated data: Unacceptable
.... .... .... 0000 = Reply code: No error (0)
Questions: 0
Answer RRs: 1
Authority RRs: 0
Additional RRs: 0
Answers
_services._dns-sd._udp.local: type PTR, class IN, _rrm_nr._udp.local
Name: _services._dns-sd._udp.local
Type: PTR (domain name PoinTeR) (12)
.000 0000 0000 0001 = Class: IN (0x0001)
0... .... .... .... = Cache flush: False
Time to live: 4500 (1 hour, 15 minutes)
Data length: 20
Domain Name: _rrm_nr._udp.local
[Unsolicited: True]
type or paste code here
Non-authenticated data: Unacceptable
what can i do ? Is there any solution to understand that 802.11k works?
Maybe i shoud somehow autorise my both APs ?