Get-oui and get-iab issue

@filippo_carletti made a PR that we are talking and I found a bug on all my servers, it could probably comes from my side but it is strange

what is the output of get-oui and get-iab on your server…

This is what I have on virtual servers in my lan (proxmox and virtualbox) or on remote servers (under proxmox)

[root@prometheus ~]# get-iab
Could not get IAB data from http://standards.ieee.org/develop/regauth/iab/iab.txt
[root@prometheus ~]# get-oui
Could not get OUI data from http://standards.ieee.org/develop/regauth/oui/oui.txt

Two days ago, I received this.
The server is a dedicated email server, bare-metal, placed in DMZ.

1 Like

in fact the website does a redirection (by symlink ?) to

http://standards-oui.ieee.org/oui/oui.txt
http://standards-oui.ieee.org/iab/iab.txt

but it fails on my side :-?

Let see others please

What should be the correct response on a get-iab or get-oui?
If I do this on my server I don’t get a viewable response in terminal

I will check my 2 other servers…
on my main home server (running all services except gateway) I have “the problem” too:

[root@ns7 ~]# get-iab
Could not get IAB data from http://standards.ieee.org/develop/regauth/iab/iab.txt
[root@ns7 ~]# get-oui
Could not get OUI data from http://standards.ieee.org/develop/regauth/oui/oui.txt

On my 2nd ns7 instance at home which is configured just as gateway, there is no problem.
btw, my VPS is also configured as gateway and has no problem.

1 Like

this should be good thus

Received same email as Gabriel on physical server.

1 Like

so…two servers are working (@robb and @filippo_carletti), three guys with the bug

make that 3 servers working (2 from me and 1 from filippo) and 4 with a bug (me, dnutan, stephan and Gabriel)
Curious if the fact that the working servers are gateways and the non working server is not a gateway has something to do with this problem??

1 Like

till august was ok. From late september it failed. Same problem on a virtual machine.
Changing only the url works ok:

get-iab -u http://standards-oui.ieee.org/iab/iab.txt
get-oui -u http://standards-oui.ieee.org/oui/oui.txt

EDIT: Found these pending PR for upstream arp-scan:


On upstream get-oui source code the url changed to http://standards-oui.ieee.org/oui/oui.txt; for get-iab no change in current code other than the pending PR.

1 Like

My result:

[root@srv01 ~]# get-iab
[root@srv01 ~]# get-oui

So no output. Server is gateway

1 Like

I can confirm it’s working on 1 gateway and not working on 2 non-gateway servers (green interface only), 1 virtual and 1 bare-metal.

1 Like

my main server is a gateway too but it fails

yep, during the dev of the modules I tested it, I recall that it worked