Nethserver-network-diag

3 messages ont été déplacés vers un nouveau sujet : Transiflex howto : how use it

Looks very promising, I do want it on my servers :slight_smile:

2 Likes

yep, it needs before translations @translations_team

1 Like

@translations_team :point_up:
Steph needs your help here :slight_smile: ping @jgjimenezs

1 Like

We can release the rpm even without translations since languages are shipped in a different rpm :wink:

1 Like

yum install http://mirror.de-labrusse.fr/NethDev/nethserver-diagtools-0.0.1/nethserver-diagtools-0.0.6-1.ns7.sdl.noarch.rpm

with this version you can scan each green interfaces with arp-scan

4 Likes

great work (as always) tnx @stephdl

it works great also on arm :grin:

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

I thought this night to scan also blue and orange network. Currently it is only green. Do i’m right ?

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

We can put a cron to update it monthly

1 Like

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

Follow your own rule :smile:

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 :slight_smile:
so yes i think it could be a good choice

Then we should put something like this in the /etc/cron.hourly

#!/usr/bin/bash
cd /usr/share/arp-scan/
get-oui 
get-iab

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

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! :clap: :clap: :clap:

6 Likes

diagtools 007, cool! :sunglasses:
Works like a charme!! Thank you man. You deserve a gold- :medal: . :clap: :clap: :clap:

1 Like

:heart: core???

Right here and right now!

1 Like

It seems so…core feature

1 Like

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