dz00te
February 15, 2017, 8:16am
41
great work (as always) tnx @stephdl
it works great also on arm
after doing a manual update of the MAC vendors about 200 MAC address were correctly identified…
if someone is interested to update the vendor data:
# cd /usr/share/arp-scan
# get-oui -v
# get-iab -v
5 Likes
stephdl
(Stéphane de Labrusse)
February 15, 2017, 8:42am
42
I thought this night to scan also blue and orange network. Currently it is only green. Do i’m right ?
giacomo
(Giacomo Sanchietti)
February 15, 2017, 8:47am
43
It could be useful for blue network, but probably you don’t need on orange, since the admin must already know which host are there.
2 Likes
stephdl
(Stéphane de Labrusse)
February 15, 2017, 9:06am
44
We can put a cron to update it monthly
1 Like
alefattorini
(Alessio Fattorini)
February 15, 2017, 11:52am
45
It seems fair to me. And I wouldn’t mix configuration and diagnostics, probably an email check would be better placed into the email module? I’m in two mind on this
dz00te
February 15, 2017, 12:26pm
47
i have had the same doubt with arpwatch… and in my note i write to implement a crontab to do a monthly update of IEEE OUI data
so yes i think it could be a good choice
stephdl
(Stéphane de Labrusse)
February 15, 2017, 9:33pm
48
Then we should put something like this in the /etc/cron.hourly
#!/usr/bin/bash
cd /usr/share/arp-scan/
get-oui
get-iab
stephdl
(Stéphane de Labrusse)
February 15, 2017, 9:58pm
49
yum install http://mirror.de-labrusse.fr/NethDev/nethserver-diagtools-0.0.1/nethserver-diagtools-0.0.7-1.ns7.sdl.noarch.rpm
with this version you can scan each green/blue interfaces with arp-scan, the vendors are updated each month
4 Likes
davidep
(Davide Principi)
March 3, 2017, 8:52am
50
nethserver-diagtools
RPM is now available from nethserver-testing, as a NethServer core component!
Code: https://github.com/NethServer/nethserver-diagtools
RPM: nethserver-diagtools-0.0.8-1.ns7.noarch.rpm
Thank you @stephdl !
6 Likes
flatspin
(Ralf Jeckel)
March 3, 2017, 9:50am
51
1 Like
core???
Right here and right now!
1 Like
stephdl
(Stéphane de Labrusse)
March 6, 2017, 10:56pm
54
People are needed there https://github.com/NethServer/dev/issues/5230 You should go and see what is needed to verify the bug…I cannot do it myself I’m the author.
3 Likes
@davidep tested it out by himself. Again, great achievement Steph!
3 Likes
davidep
(Davide Principi)
March 13, 2017, 11:44am
56
The nethserver-diagtools package is now available from nethserver-updates repository!
It will be shipped as a default package, starting from the next ISO release. To install it on 7.3.1611 run
yum update @nethserver-iso
Otherwise run
yum localinstall http://packages.nethserver.org/nethserver/7.3.1611/updates/x86_64/Packages/nethserver-diagtools-1.0.0-1.ns7.noarch.rpm
6 Likes
kelevra
(Евгений Копьев)
March 13, 2017, 2:00pm
57
Excellent!!! Although I can look at the console, but sometimes it’s not very convenient.
3 Likes
@ssabbath Did you see this?
ssabbath
(Walter Ferry Dissmann)
March 14, 2017, 5:31pm
59
WOW! As a default package!!!
Really really good!
2 Likes
xcod
(And)
August 1, 2017, 5:24am
60
Hi
please, add speedtest-cli
Command line interface for testing internet bandwidth using speedtest.net
https://github.com/sivel/speedtest-cli
7 Likes