I have been searching for guides to setup ntop and iptraf on a astaro 4.15, anyone who has one?? I know that iptraf will work, I searched for it on the forum, and got some results, but the links to the guides weren’t working, so i need a hand Will ntop work on astaro?? Thanks
I built them from source on a RedHat 8.0 system and then transfered across the binaries using scp to the ASL box (v3.0x). I had to copy a couple of libraries fromt he RedHat system too - but it was pretty straight forward.
on linux host: cd /home/wmpaand rpm -ivh ncurses-5.2-26.i386.rpm --root /home/wmpaand --nodeps --noscripts *now you scp to firewall usr/lib/libform.so.5 and usr/lib/libpanel.so.5 (for IPTRAF)
(on firewall) cd /home/login chmod 770 libform.so.5 mv libform.so.5 /usr/lib
(repeat for libpanel)
mv nload /usr/local/bin chmod 700 /usr/sbin/nload
= = = Well a bit sparse maybe, but if you know linux it makes sense, suffice to say that if you use RedHat 7.3 rpms then u can use the binaries if copied to the firewall...