Closed skinkie closed 1 year ago
Without appropriate logs I can't verify the bug you're describing. However, there are disabled Logger instances in the BaseServiceParser
and UbntDiscoveryServer
class which might help you investigate the problem.
logger.setLevel(Level.ALL);
After rebuilding the project you should now be able to see detailed output on exceptions and invalid input data.
[skinkie@kijkuit-unms ~]$ java -jar ubnt-discovery-tool-1.3.jar -cli -I enp3s0 --help
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS]::Bind(success=/172.17.0.1:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS]::Bind(success=/172.18.251.129:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS]::Bind(success=/172.18.251.1:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS]::Bind(success=/10.8.0.62:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS]::Bind(success=/10.9.0.200:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS]::Bind(success=/172.16.0.1:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS]::Bind(success=/192.168.1.1:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS]::Bind(success=/192.168.11.100:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS]::Bind(success=/0.0.0.0:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.discovery.UbntDiscoveryTool$CLI run
INFO: Starting to receive Packets...
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(start)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/172.17.0.1 to=/255.255.255.255:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/172.18.251.129 to=/255.255.255.255:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/172.18.251.1 to=/255.255.255.255:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/10.8.0.62 to=/255.255.255.255:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/10.9.0.200 to=/255.255.255.255:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/172.16.0.1 to=/255.255.255.255:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/192.168.1.1 to=/255.255.255.255:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/192.168.11.100 to=/255.255.255.255:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/0.0.0.0 to=/255.255.255.255:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(end)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(start)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/172.17.0.1 to=/255.255.255.255:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/172.18.251.129 to=/255.255.255.255:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/172.18.251.1 to=/255.255.255.255:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/10.8.0.62 to=/255.255.255.255:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/172.16.0.1 to=/255.255.255.255:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/192.168.1.1 to=/255.255.255.255:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/192.168.11.100 to=/255.255.255.255:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/0.0.0.0 to=/255.255.255.255:10001)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(end)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(start)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(end)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(start)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(end)
Aug 01, 2023 9:37:42 AM com.ubnt.net.IDiscoveryServer run
INFO: [IDS]::Run(channelCount=8)
Aug 01, 2023 9:37:44 AM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS]::Listen(from=/192.168.1.212)
Aug 01, 2023 9:37:44 AM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS]::Listen(newService)
Aug 01, 2023 9:37:46 AM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS]::Listen(from=/192.168.1.197)
Aug 01, 2023 9:37:46 AM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS]::Listen(newService)
Aug 01, 2023 9:37:47 AM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS]::Listen(from=/172.16.0.82)
Aug 01, 2023 9:37:47 AM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS]::Listen(newService)
Aug 01, 2023 9:37:47 AM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS]::Listen(from=/192.168.1.51)
Aug 01, 2023 9:37:47 AM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS]::Listen(newService)
Aug 01, 2023 9:37:49 AM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS]::Listen(from=/192.168.1.132)
Aug 01, 2023 9:37:49 AM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS]::Listen(newService)
Aug 01, 2023 9:37:51 AM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS]::Listen(from=/192.168.1.37)
Aug 01, 2023 9:37:51 AM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS]::Listen(newService)
Aug 01, 2023 9:37:51 AM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS]::Listen(from=/172.16.0.58)
Aug 01, 2023 9:37:51 AM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS]::Listen(newService)
Aug 01, 2023 9:37:52 AM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS]::Listen(from=/172.16.1.71)
Aug 01, 2023 9:37:52 AM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS]::Listen(newService)
Aug 01, 2023 9:37:52 AM com.ubnt.discovery.UbntDiscoveryTool$CLI nextSecond
INFO: Finished receiving packets!
[skinkie@kijkuit-unms ~]$ java -jar ubnt-discovery-tool-1.3.jar -cli -I enp3s0 -v ALL
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS]::Bind(success=/172.17.0.1:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS]::Bind(success=/172.18.251.129:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS]::Bind(success=/172.18.251.1:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS]::Bind(success=/10.8.0.62:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS]::Bind(success=/10.9.0.200:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS]::Bind(success=/172.16.0.1:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS]::Bind(success=/192.168.1.1:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS]::Bind(success=/192.168.11.100:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS]::Bind(success=/0.0.0.0:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.discovery.UbntDiscoveryTool$CLI run
INFO: Starting to receive Packets...
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(start)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/172.17.0.1 to=/255.255.255.255:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/172.18.251.129 to=/255.255.255.255:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/172.18.251.1 to=/255.255.255.255:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/10.8.0.62 to=/255.255.255.255:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/10.9.0.200 to=/255.255.255.255:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/172.16.0.1 to=/255.255.255.255:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/192.168.1.1 to=/255.255.255.255:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/192.168.11.100 to=/255.255.255.255:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/0.0.0.0 to=/255.255.255.255:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(end)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(start)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/172.17.0.1 to=/255.255.255.255:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/172.18.251.129 to=/255.255.255.255:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/172.18.251.1 to=/255.255.255.255:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/10.8.0.62 to=/255.255.255.255:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/172.16.0.1 to=/255.255.255.255:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/192.168.1.1 to=/255.255.255.255:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/192.168.11.100 to=/255.255.255.255:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(from=/0.0.0.0 to=/255.255.255.255:10001)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(end)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(start)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(end)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(start)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(end)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer run
INFO: [IDS]::Run(channelCount=8)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS]::Listen(from=/172.16.0.82)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS]::Listen(newService)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS]::Listen(from=/192.168.1.51)
Aug 01, 2023 9:38:32 AM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS]::Listen(newService)
Aug 01, 2023 9:38:41 AM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS]::Listen(from=/192.168.1.37)
Aug 01, 2023 9:38:41 AM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS]::Listen(newService)
Aug 01, 2023 9:38:42 AM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS]::Listen(from=/172.16.1.71)
Aug 01, 2023 9:38:42 AM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS]::Listen(newService)
Aug 01, 2023 9:38:42 AM com.ubnt.discovery.UbntDiscoveryTool$CLI nextSecond
vs
[skinkie@kijkuit-unms python-ubiquiti-discover]$ python ubnt-discover.py
Reply from: 192.168.11.114
HW addr: e0:63:da:d2:fc:4c
Address: e0:63:da:d2:fc:4c (192.168.11.114)
Address: e0:63:da:d2:fc:4c (169.254.252.76)
Firmware: WA.ar934x.v8.7.11.46972.220614.0420
Uptime: 1258716 seconds
Hostname: Camping Kijkuit
Model: PBE-5AC-ISO-Gen2
Unknown: 4b 69 6a 6b 75 69 74 20 50 6f 77 65 72 20 31
Unknown: 02
Unknown: e3 d6
Unknown: e0 63 da d2 fc 4c
Unknown: 50 6f 77 65 72 42 65 61 6d 20 35 41 43 20 49 53 4f
Unknown: 00 00 00 00
Reply from: 192.168.11.113
HW addr: e0:63:da:d2:ff:e7
Address: e0:63:da:d2:ff:e7 (192.168.11.113)
Address: e0:63:da:d2:ff:e7 (169.254.255.231)
Firmware: WA.ar934x.v8.7.11.46972.220614.0420
Uptime: 2263276 seconds
Hostname: AP Kreekzicht
Model: PBE-5AC-ISO-Gen2
Unknown: 4b 69 6a 6b 75 69 74 20 50 6f 77 65 72 20 31
Unknown: 03
Unknown: e3 d6
Unknown: e0 63 da d2 ff e7
Unknown: 50 6f 77 65 72 42 65 61 6d 20 35 41 43 20 49 53 4f
Unknown: 00 00 00 00
Please try again with the newest version available at the releases tab (version 1.3.1
). With that version you should be able to see which interface received what packet exactly. Also, if any parsing error occurs it will be logged.
I can't spot any error in the logs you've provided. Indeed, no packet is being received on 192.168.11.0/24
, where the target device is located. Maybe the newer version will provide more information about why no packet is received on that interface.
*Edit: There might be a flaw that prevents the java sockets from receiving broadcast messages on other ports. Therefore, in some cases packets won't be received.
Issue should be resolved with version v1.3.2
. See MatrixEditor/ubnt-discovery-tool#5
Thanks, waiting for your hotfix release.
[skinkie@kijkuit-unms ~]$ java -jar ubnt-discovery-tool-1.3.2.jar -cli -I enp3s0 -v ALL
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x0]::Bind(success=/172.17.0.1:49508)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x1]::Bind(success=/172.18.251.129:57767)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x2]::Bind(success=/172.18.251.1:42860)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x3]::Bind(success=/10.8.0.62:52031)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x4]::Bind(success=/10.9.0.200:48811)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x5]::Bind(success=/172.16.0.1:52278)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x6]::Bind(success=/192.168.1.1:40372)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x7]::Bind(success=/192.168.11.100:46335)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x8]::Bind(success=/0.0.0.0:47597)
Aug 01, 2023 2:20:43 PM com.ubnt.discovery.UbntDiscoveryTool$CLI run
INFO: Starting to receive Packets...
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(start)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x0]::Send(from=/172.17.0.1 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x1]::Send(from=/172.18.251.129 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x2]::Send(from=/172.18.251.1 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x3]::Send(from=/10.8.0.62 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x4]::Send(from=/10.9.0.200 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x5]::Send(from=/172.16.0.1 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x6]::Send(from=/192.168.1.1 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x7]::Send(from=/192.168.11.100 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x8]::Send(from=/0.0.0.0 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(end)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(start)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x0]::Send(from=/172.17.0.1 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x1]::Send(from=/172.18.251.129 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x2]::Send(from=/172.18.251.1 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x3]::Send(from=/10.8.0.62 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x5]::Send(from=/172.16.0.1 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x6]::Send(from=/192.168.1.1 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x7]::Send(from=/192.168.11.100 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x8]::Send(from=/0.0.0.0 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(end)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(start)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(end)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(start)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(end)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer run
INFO: [IDS]::Run(channelCount=8)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x6]::Listen(from=/192.168.1.106): Received Packet with length: 157
Aug 01, 2023 2:20:43 PM com.ubnt.net.UbntDiscoveryServer parsePacket
INFO: [UDS]::ParsePacket(v=0x1, rawLength=1024, from=/192.168.1.106)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(Parsing packet; 157 bytes)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(dataLength=153)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x5]::Listen(from=/192.168.1.106): Received Packet with length: 157
Aug 01, 2023 2:20:43 PM com.ubnt.net.UbntDiscoveryServer parsePacket
INFO: [UDS]::ParsePacket(v=0x1, rawLength=1024, from=/192.168.1.106)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(Parsing packet; 157 bytes)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(dataLength=153)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x7]::Listen(from=/192.168.11.114): Received Packet with length: 184
Aug 01, 2023 2:20:43 PM com.ubnt.net.UbntDiscoveryServer parsePacket
INFO: [UDS]::ParsePacket(v=0x1, rawLength=1024, from=/192.168.11.114)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(Parsing packet; 184 bytes)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(dataLength=180)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(success)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x5]::Listen(newService)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(success)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x7]::Listen(newService)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x7]::Listen(from=/192.168.11.113): Received Packet with length: 182
Aug 01, 2023 2:20:43 PM com.ubnt.net.UbntDiscoveryServer parsePacket
INFO: [UDS]::ParsePacket(v=0x1, rawLength=1024, from=/192.168.11.113)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(Parsing packet; 182 bytes)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(dataLength=178)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x8]::Listen(from=/192.168.11.114): Received Packet with length: 184
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(success)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x6]::Listen(newService)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(success)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x7]::Listen(newService)
Aug 01, 2023 2:20:43 PM com.ubnt.net.UbntDiscoveryServer parsePacket
INFO: [UDS]::ParsePacket(v=0x1, rawLength=1024, from=/192.168.11.114)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(Parsing packet; 184 bytes)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(dataLength=180)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(success)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x8]::Listen(newService)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x8]::Listen(from=/192.168.11.113): Received Packet with length: 182
Aug 01, 2023 2:20:43 PM com.ubnt.net.UbntDiscoveryServer parsePacket
INFO: [UDS]::ParsePacket(v=0x1, rawLength=1024, from=/192.168.11.113)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(Parsing packet; 182 bytes)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(dataLength=178)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(success)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x8]::Listen(newService)
Aug 01, 2023 2:20:53 PM com.ubnt.discovery.UbntDiscoveryTool$CLI nextSecond
INFO: Finished receiving packets!
It is not that it does not do anything:
[skinkie@kijkuit-unms ~]$ java -jar ubnt-discovery-tool-1.3.2.jar -cli -I enp3s0 -v ALL
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x0]::Bind(success=/172.17.0.1:49508)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x1]::Bind(success=/172.18.251.129:57767)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x2]::Bind(success=/172.18.251.1:42860)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x3]::Bind(success=/10.8.0.62:52031)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x4]::Bind(success=/10.9.0.200:48811)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x5]::Bind(success=/172.16.0.1:52278)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x6]::Bind(success=/192.168.1.1:40372)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x7]::Bind(success=/192.168.11.100:46335)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x8]::Bind(success=/0.0.0.0:47597)
Aug 01, 2023 2:20:43 PM com.ubnt.discovery.UbntDiscoveryTool$CLI run
INFO: Starting to receive Packets...
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(start)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x0]::Send(from=/172.17.0.1 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x1]::Send(from=/172.18.251.129 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x2]::Send(from=/172.18.251.1 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x3]::Send(from=/10.8.0.62 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x4]::Send(from=/10.9.0.200 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x5]::Send(from=/172.16.0.1 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x6]::Send(from=/192.168.1.1 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x7]::Send(from=/192.168.11.100 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x8]::Send(from=/0.0.0.0 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(end)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(start)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x0]::Send(from=/172.17.0.1 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x1]::Send(from=/172.18.251.129 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x2]::Send(from=/172.18.251.1 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x3]::Send(from=/10.8.0.62 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x5]::Send(from=/172.16.0.1 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x6]::Send(from=/192.168.1.1 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x7]::Send(from=/192.168.11.100 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x8]::Send(from=/0.0.0.0 to=/255.255.255.255:10001)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(end)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(start)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(end)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(start)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(end)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer run
INFO: [IDS]::Run(channelCount=8)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x6]::Listen(from=/192.168.1.106): Received Packet with length: 157
Aug 01, 2023 2:20:43 PM com.ubnt.net.UbntDiscoveryServer parsePacket
INFO: [UDS]::ParsePacket(v=0x1, rawLength=1024, from=/192.168.1.106)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(Parsing packet; 157 bytes)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(dataLength=153)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x5]::Listen(from=/192.168.1.106): Received Packet with length: 157
Aug 01, 2023 2:20:43 PM com.ubnt.net.UbntDiscoveryServer parsePacket
INFO: [UDS]::ParsePacket(v=0x1, rawLength=1024, from=/192.168.1.106)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(Parsing packet; 157 bytes)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(dataLength=153)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x7]::Listen(from=/192.168.11.114): Received Packet with length: 184
Aug 01, 2023 2:20:43 PM com.ubnt.net.UbntDiscoveryServer parsePacket
INFO: [UDS]::ParsePacket(v=0x1, rawLength=1024, from=/192.168.11.114)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(Parsing packet; 184 bytes)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(dataLength=180)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(success)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x5]::Listen(newService)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(success)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x7]::Listen(newService)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x7]::Listen(from=/192.168.11.113): Received Packet with length: 182
Aug 01, 2023 2:20:43 PM com.ubnt.net.UbntDiscoveryServer parsePacket
INFO: [UDS]::ParsePacket(v=0x1, rawLength=1024, from=/192.168.11.113)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(Parsing packet; 182 bytes)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(dataLength=178)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x8]::Listen(from=/192.168.11.114): Received Packet with length: 184
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(success)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x6]::Listen(newService)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(success)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x7]::Listen(newService)
Aug 01, 2023 2:20:43 PM com.ubnt.net.UbntDiscoveryServer parsePacket
INFO: [UDS]::ParsePacket(v=0x1, rawLength=1024, from=/192.168.11.114)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(Parsing packet; 184 bytes)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(dataLength=180)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(success)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x8]::Listen(newService)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x8]::Listen(from=/192.168.11.113): Received Packet with length: 182
Aug 01, 2023 2:20:43 PM com.ubnt.net.UbntDiscoveryServer parsePacket
INFO: [UDS]::ParsePacket(v=0x1, rawLength=1024, from=/192.168.11.113)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(Parsing packet; 182 bytes)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(dataLength=178)
Aug 01, 2023 2:20:43 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(success)
Aug 01, 2023 2:20:43 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x8]::Listen(newService)
Aug 01, 2023 2:20:53 PM com.ubnt.discovery.UbntDiscoveryTool$CLI nextSecond
INFO: Finished receiving packets!
[skinkie@kijkuit-unms ~]$ java -jar ubnt-discovery-tool-1.3.2.jar -cli -I enp4s0 -v ALL
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x0]::Bind(success=/172.17.0.1:44052)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x1]::Bind(success=/172.18.251.129:41151)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x2]::Bind(success=/172.18.251.1:44088)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x3]::Bind(success=/10.8.0.62:59531)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x4]::Bind(success=/10.9.0.200:37923)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x5]::Bind(success=/172.16.0.1:43149)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x6]::Bind(success=/192.168.1.1:41457)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x7]::Bind(success=/192.168.11.100:45658)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x8]::Bind(success=/0.0.0.0:42390)
Aug 01, 2023 2:25:46 PM com.ubnt.discovery.UbntDiscoveryTool$CLI run
INFO: Starting to receive Packets...
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(start)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x0]::Send(from=/172.17.0.1 to=/255.255.255.255:10001)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x1]::Send(from=/172.18.251.129 to=/255.255.255.255:10001)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x2]::Send(from=/172.18.251.1 to=/255.255.255.255:10001)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x3]::Send(from=/10.8.0.62 to=/255.255.255.255:10001)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x4]::Send(from=/10.9.0.200 to=/255.255.255.255:10001)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x5]::Send(from=/172.16.0.1 to=/255.255.255.255:10001)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x6]::Send(from=/192.168.1.1 to=/255.255.255.255:10001)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x7]::Send(from=/192.168.11.100 to=/255.255.255.255:10001)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x8]::Send(from=/0.0.0.0 to=/255.255.255.255:10001)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(end)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(start)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x0]::Send(from=/172.17.0.1 to=/255.255.255.255:10001)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x1]::Send(from=/172.18.251.129 to=/255.255.255.255:10001)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x2]::Send(from=/172.18.251.1 to=/255.255.255.255:10001)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x3]::Send(from=/10.8.0.62 to=/255.255.255.255:10001)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x5]::Send(from=/172.16.0.1 to=/255.255.255.255:10001)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x6]::Send(from=/192.168.1.1 to=/255.255.255.255:10001)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x7]::Send(from=/192.168.11.100 to=/255.255.255.255:10001)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x8]::Send(from=/0.0.0.0 to=/255.255.255.255:10001)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(end)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(start)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(end)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(start)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(end)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer run
INFO: [IDS]::Run(channelCount=8)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x7]::Listen(from=/192.168.11.114): Received Packet with length: 184
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x5]::Listen(from=/192.168.1.106): Received Packet with length: 157
Aug 01, 2023 2:25:46 PM com.ubnt.net.UbntDiscoveryServer parsePacket
INFO: [UDS]::ParsePacket(v=0x1, rawLength=1024, from=/192.168.1.106)
Aug 01, 2023 2:25:46 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(Parsing packet; 157 bytes)
Aug 01, 2023 2:25:46 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(dataLength=153)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x6]::Listen(from=/192.168.1.106): Received Packet with length: 157
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x8]::Listen(from=/192.168.11.114): Received Packet with length: 184
Aug 01, 2023 2:25:46 PM com.ubnt.net.UbntDiscoveryServer parsePacket
INFO: [UDS]::ParsePacket(v=0x1, rawLength=1024, from=/192.168.11.114)
Aug 01, 2023 2:25:46 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(success)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x5]::Listen(newService)
Aug 01, 2023 2:25:46 PM com.ubnt.net.UbntDiscoveryServer parsePacket
INFO: [UDS]::ParsePacket(v=0x1, rawLength=1024, from=/192.168.11.114)
Aug 01, 2023 2:25:46 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(Parsing packet; 184 bytes)
Aug 01, 2023 2:25:46 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(dataLength=180)
Aug 01, 2023 2:25:46 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(Parsing packet; 184 bytes)
Aug 01, 2023 2:25:46 PM com.ubnt.net.UbntDiscoveryServer parsePacket
INFO: [UDS]::ParsePacket(v=0x1, rawLength=1024, from=/192.168.1.106)
Aug 01, 2023 2:25:46 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(Parsing packet; 157 bytes)
Aug 01, 2023 2:25:46 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(dataLength=153)
Aug 01, 2023 2:25:46 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(success)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x6]::Listen(newService)
Aug 01, 2023 2:25:46 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(dataLength=180)
Aug 01, 2023 2:25:46 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(success)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x7]::Listen(newService)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x7]::Listen(from=/192.168.11.113): Received Packet with length: 182
Aug 01, 2023 2:25:46 PM com.ubnt.net.UbntDiscoveryServer parsePacket
INFO: [UDS]::ParsePacket(v=0x1, rawLength=1024, from=/192.168.11.113)
Aug 01, 2023 2:25:46 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(Parsing packet; 182 bytes)
Aug 01, 2023 2:25:46 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(dataLength=178)
Aug 01, 2023 2:25:46 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(success)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x7]::Listen(newService)
Aug 01, 2023 2:25:46 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(success)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x8]::Listen(newService)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x8]::Listen(from=/192.168.11.113): Received Packet with length: 182
Aug 01, 2023 2:25:46 PM com.ubnt.net.UbntDiscoveryServer parsePacket
INFO: [UDS]::ParsePacket(v=0x1, rawLength=1024, from=/192.168.11.113)
Aug 01, 2023 2:25:46 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(Parsing packet; 182 bytes)
Aug 01, 2023 2:25:46 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(dataLength=178)
Aug 01, 2023 2:25:46 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(success)
Aug 01, 2023 2:25:46 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x8]::Listen(newService)
Aug 01, 2023 2:25:56 PM com.ubnt.discovery.UbntDiscoveryTool$CLI nextSecond
INFO: Finished receiving packets!
============ 'NanoStation loco M2' v0x001@enp4s0 ============
IPINFO (0x2): IpInfo{mac='78:8A:20:EB:D1:88', ip='192.168.1.106'}
IPINFO (0x2): IpInfo{mac='78:8A:20:EA:D1:88', ip='192.168.106.1'}
HW_ADDRESS (0x1): 120.138.32.234
UPTIME (0xa): 18136730
HOSTNAME (0xb): Toiletruimte
PLATFORM (0xc): LM2
ESSID (0xd): Toiletruimte
WIFI_MODE (0xe): 3
LOCATING (0x18): false
FW_VERSION (0x3): XW.ar934x.v6.3.5.33321.210716.1315
WEB_UI (0x10): 59495
MODEL (0x14): NanoStation loco M2
You are using a filter in your command to call the tool. As you are receiving packets from more than one interface a filter is unnecessary. You can group results with -grouped
. Nevertheless, I think extra logging whether a new service has been added to the internal list should be implemented.
Okay, I implemented more logging and a way to use the defined UbntLogFormatter
, which reduces the amount of output lines. The log should look like this:
$ java -jar ./build/libs/ubnt-discovery-tool-1.3.3.jar -cli -v ALL
# --- snip ---
com.ubnt.discovery.UbntDiscoveryTool$CLI(INFO)[CLI] Received Discovery Response from /127.0.0.17
com.ubnt.discovery.UbntDiscoveryTool$CLI(INFO)[CLI] Added new Service with MAC/Address: FF:FF:FF:FF:F9:3B
com.ubnt.net.IDiscoveryServer(INFO)[IDS@0x5]::Listen(from=/127.0.0.17): Received Packet with length: 114
com.ubnt.net.UbntDiscoveryServer(INFO)[UDS]::ParsePacket(v=0x1, rawLength=1024, from=/127.0.0.17)
com.ubnt.net.BaseServiceParser(INFO)[ASP]::Parse(Parsing packet; 114 bytes)
com.ubnt.net.BaseServiceParser(INFO)[ASP]::Parse(dataLength=110)
com.ubnt.net.BaseServiceParser(INFO)[ASP]::Parse(success)
com.ubnt.net.IDiscoveryServer(INFO)[IDS@0x5]::Listen(newService at /127.0.0.17)
com.ubnt.discovery.UbntDiscoveryTool$CLI(INFO)[CLI] Received Discovery Response from /127.0.0.17
com.ubnt.discovery.UbntDiscoveryTool$CLI(INFO)[CLI] Replaced Service at /127.0.0.17 with newer response!
com.ubnt.discovery.UbntDiscoveryTool$CLI(INFO)[CLI] Finished receiving packets! (Got 1 service[s])
============ 'UbntService' v0x001@eth13 ============
IPINFO (0x2): IpInfo{mac='FF:FF:FF:FF:F9:3B', ip='127.0.0.17'}
HW_ADDRESS (0x1): 0.0.0.0
UPTIME (0xa): 30356353
HOSTNAME (0xb): ...
PLATFORM (0xc): ...
FW_VERSION (0x3): ...
LOCATING (0x18): false
[skinkie@kijkuit-unms ~]$ java -jar ubnt-discovery-tool-1.3.3.jar -cli -v ALL
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x0]::Bind(success=/172.17.0.1:58975, interface=docker0)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x1]::Bind(success=/172.18.251.129:37175, interface=br-7dc1ccc45571)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x2]::Bind(success=/172.18.251.1:50077, interface=br-165baddfa57f)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x3]::Bind(success=/10.8.0.62:55343, interface=tun0)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x4]::Bind(success=/10.9.0.200:36952, interface=wg0)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x5]::Bind(success=/172.16.0.1:44390, interface=enp4s0)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x6]::Bind(success=/192.168.1.1:46698, interface=enp4s0)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x7]::Bind(success=/192.168.11.100:42391, interface=enp3s0)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer bind
INFO: [IDS@0x8]::Bind(success=/0.0.0.0:59610, interface=null)
Aug 01, 2023 5:17:20 PM com.ubnt.discovery.UbntDiscoveryTool$CLI run
INFO: Starting to receive Packets...
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(start)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x0]::Send(from=/172.17.0.1 to=/255.255.255.255:10001)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x1]::Send(from=/172.18.251.129 to=/255.255.255.255:10001)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x2]::Send(from=/172.18.251.1 to=/255.255.255.255:10001)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x3]::Send(from=/10.8.0.62 to=/255.255.255.255:10001)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x4]::Send(from=/10.9.0.200 to=/255.255.255.255:10001)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x5]::Send(from=/172.16.0.1 to=/255.255.255.255:10001)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x6]::Send(from=/192.168.1.1 to=/255.255.255.255:10001)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x7]::Send(from=/192.168.11.100 to=/255.255.255.255:10001)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x8]::Send(from=/0.0.0.0 to=/255.255.255.255:10001)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(end)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(start)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x0]::Send(from=/172.17.0.1 to=/255.255.255.255:10001)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x1]::Send(from=/172.18.251.129 to=/255.255.255.255:10001)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x2]::Send(from=/172.18.251.1 to=/255.255.255.255:10001)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x3]::Send(from=/10.8.0.62 to=/255.255.255.255:10001)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x5]::Send(from=/172.16.0.1 to=/255.255.255.255:10001)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x6]::Send(from=/192.168.1.1 to=/255.255.255.255:10001)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x7]::Send(from=/192.168.11.100 to=/255.255.255.255:10001)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS@0x8]::Send(from=/0.0.0.0 to=/255.255.255.255:10001)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(end)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(start)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(end)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(start)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer send
INFO: [IDS]::Send(end)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer run
INFO: [IDS]::Run(channelCount=8)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x5]::Listen(from=/192.168.1.106): Received Packet with length: 157
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x6]::Listen(from=/192.168.1.106): Received Packet with length: 157
Aug 01, 2023 5:17:20 PM com.ubnt.net.UbntDiscoveryServer parsePacket
INFO: [UDS]::ParsePacket(v=0x1, rawLength=1024, from=/192.168.1.106)
Aug 01, 2023 5:17:20 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(Parsing packet; 157 bytes)
Aug 01, 2023 5:17:20 PM com.ubnt.net.UbntDiscoveryServer parsePacket
INFO: [UDS]::ParsePacket(v=0x1, rawLength=1024, from=/192.168.1.106)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x7]::Listen(from=/192.168.11.114): Received Packet with length: 184
Aug 01, 2023 5:17:20 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(dataLength=153)
Aug 01, 2023 5:17:20 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(Parsing packet; 157 bytes)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x8]::Listen(from=/192.168.11.114): Received Packet with length: 184
Aug 01, 2023 5:17:20 PM com.ubnt.net.UbntDiscoveryServer parsePacket
INFO: [UDS]::ParsePacket(v=0x1, rawLength=1024, from=/192.168.11.114)
Aug 01, 2023 5:17:20 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(Parsing packet; 184 bytes)
Aug 01, 2023 5:17:20 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(dataLength=180)
Aug 01, 2023 5:17:20 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(dataLength=153)
Aug 01, 2023 5:17:20 PM com.ubnt.net.UbntDiscoveryServer parsePacket
INFO: [UDS]::ParsePacket(v=0x1, rawLength=1024, from=/192.168.11.114)
Aug 01, 2023 5:17:20 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(Parsing packet; 184 bytes)
Aug 01, 2023 5:17:20 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(dataLength=180)
Aug 01, 2023 5:17:20 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(success)
Aug 01, 2023 5:17:20 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(success)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x7]::Listen(newService at /192.168.11.114)
Aug 01, 2023 5:17:20 PM com.ubnt.discovery.UbntDiscoveryTool$CLI onServiceLocated
INFO: [CLI] Received Discovery Response from /192.168.11.114
Aug 01, 2023 5:17:20 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(success)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x5]::Listen(newService at /192.168.1.106)
Aug 01, 2023 5:17:20 PM com.ubnt.discovery.UbntDiscoveryTool$CLI onServiceLocated
INFO: [CLI] Added new Service with MAC/Address: E0:63:DA:D2:FC:4C
Aug 01, 2023 5:17:20 PM com.ubnt.discovery.UbntDiscoveryTool$CLI onServiceLocated
INFO: [CLI] Received Discovery Response from /192.168.1.106
Aug 01, 2023 5:17:20 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(success)
Aug 01, 2023 5:17:20 PM com.ubnt.discovery.UbntDiscoveryTool$CLI onServiceLocated
INFO: [CLI] Added new Service with MAC/Address: 78:8A:20:EB:D1:88
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x8]::Listen(newService at /192.168.11.114)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x7]::Listen(from=/192.168.11.113): Received Packet with length: 182
Aug 01, 2023 5:17:20 PM com.ubnt.discovery.UbntDiscoveryTool$CLI onServiceLocated
INFO: [CLI] Received Discovery Response from /192.168.11.114
Aug 01, 2023 5:17:20 PM com.ubnt.net.UbntDiscoveryServer parsePacket
INFO: [UDS]::ParsePacket(v=0x1, rawLength=1024, from=/192.168.11.113)
Aug 01, 2023 5:17:20 PM com.ubnt.discovery.UbntDiscoveryTool$CLI onServiceLocated
INFO: [CLI] Replaced Service at /192.168.11.114 with newer response!
Aug 01, 2023 5:17:20 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(Parsing packet; 182 bytes)
Aug 01, 2023 5:17:20 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(dataLength=178)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x8]::Listen(from=/192.168.11.113): Received Packet with length: 182
Aug 01, 2023 5:17:20 PM com.ubnt.net.UbntDiscoveryServer parsePacket
INFO: [UDS]::ParsePacket(v=0x1, rawLength=1024, from=/192.168.11.113)
Aug 01, 2023 5:17:20 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(success)
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x6]::Listen(newService at /192.168.1.106)
Aug 01, 2023 5:17:20 PM com.ubnt.discovery.UbntDiscoveryTool$CLI onServiceLocated
INFO: [CLI] Received Discovery Response from /192.168.1.106
Aug 01, 2023 5:17:20 PM com.ubnt.discovery.UbntDiscoveryTool$CLI onServiceLocated
INFO: [CLI] Replaced Service at /192.168.1.106 with newer response!
Aug 01, 2023 5:17:20 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x7]::Listen(newService at /192.168.11.113)
Aug 01, 2023 5:17:20 PM com.ubnt.discovery.UbntDiscoveryTool$CLI onServiceLocated
INFO: [CLI] Received Discovery Response from /192.168.11.113
Aug 01, 2023 5:17:20 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(Parsing packet; 182 bytes)
Aug 01, 2023 5:17:21 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(dataLength=178)
Aug 01, 2023 5:17:21 PM com.ubnt.discovery.UbntDiscoveryTool$CLI onServiceLocated
INFO: [CLI] Added new Service with MAC/Address: E0:63:DA:D2:FF:E7
Aug 01, 2023 5:17:21 PM com.ubnt.net.BaseServiceParser parse
INFO: [ASP]::Parse(success)
Aug 01, 2023 5:17:21 PM com.ubnt.net.IDiscoveryServer lambda$listen$0
INFO: [IDS@0x8]::Listen(newService at /192.168.11.113)
Aug 01, 2023 5:17:21 PM com.ubnt.discovery.UbntDiscoveryTool$CLI onServiceLocated
INFO: [CLI] Received Discovery Response from /192.168.11.113
Aug 01, 2023 5:17:21 PM com.ubnt.discovery.UbntDiscoveryTool$CLI onServiceLocated
INFO: [CLI] Replaced Service at /192.168.11.113 with newer response!
Aug 01, 2023 5:17:30 PM com.ubnt.discovery.UbntDiscoveryTool$CLI nextSecond
INFO: [CLI] Finished receiving packets! (Got 3 service[s])
Aug 01, 2023 5:17:30 PM com.ubnt.discovery.UbntDiscoveryTool$CLI displayServices
INFO: [CLI] Got 3 service(s) to display!
============ 'PowerBeam 5AC ISO' v0x001@<no interface> ============
HW_ADDRESS (0x1): 224.99.218.210
IPINFO (0x2): IpInfo{mac='E0:63:DA:D2:FC:4C', ip='192.168.11.114'}
IPINFO (0x2): IpInfo{mac='E0:63:DA:D2:FC:4C', ip='169.254.252.76'}
FW_VERSION (0x3): WA.ar934x.v8.7.11.46972.220614.0420
UPTIME (0xa): 1286184
HOSTNAME (0xb): Camping Kijkuit
PLATFORM (0xc): PBE-5AC-ISO-Gen2
ESSID (0xd): Kijkuit Power 1
WIFI_MODE (0xe): 2
WEB_UI (0x10): 58326
SOURCE_MAC (0x13): E0:63:DA:D2:FC:4C
MODEL (0x14): PowerBeam 5AC ISO
LOCATING (0x18): false
============ 'NanoStation loco M2' v0x001@enp4s0 ============
IPINFO (0x2): IpInfo{mac='78:8A:20:EB:D1:88', ip='192.168.1.106'}
IPINFO (0x2): IpInfo{mac='78:8A:20:EA:D1:88', ip='192.168.106.1'}
HW_ADDRESS (0x1): 120.138.32.234
UPTIME (0xa): 18147024
HOSTNAME (0xb): Toiletruimte
PLATFORM (0xc): LM2
ESSID (0xd): Toiletruimte
WIFI_MODE (0xe): 3
LOCATING (0x18): false
FW_VERSION (0x3): XW.ar934x.v6.3.5.33321.210716.1315
WEB_UI (0x10): 59495
MODEL (0x14): NanoStation loco M2
============ 'PowerBeam 5AC ISO' v0x001@<no interface> ============
HW_ADDRESS (0x1): 224.99.218.210
IPINFO (0x2): IpInfo{mac='E0:63:DA:D2:FF:E7', ip='192.168.11.113'}
IPINFO (0x2): IpInfo{mac='E0:63:DA:D2:FF:E7', ip='169.254.255.231'}
FW_VERSION (0x3): WA.ar934x.v8.7.11.46972.220614.0420
UPTIME (0xa): 2290741
HOSTNAME (0xb): AP Kreekzicht
PLATFORM (0xc): PBE-5AC-ISO-Gen2
ESSID (0xd): Kijkuit Power 1
WIFI_MODE (0xe): 3
WEB_UI (0x10): 58326
SOURCE_MAC (0x13): E0:63:DA:D2:FF:E7
MODEL (0x14): PowerBeam 5AC ISO
LOCATING (0x18): false
I can't spot any issue here - all discovered services are listed.
Then we can close this issue.
Describe the bug The original products in the UNMS suite are currently not discovered. While using the python tool mentioned earlier is able to discover them.
To Reproduce Steps to reproduce the behavior:
Expected behavior Some devices in the 192.168.11.x range. The tool does find devices on another interface, all being unifi.