Posted: Tue Jan 29, 2008 11:12 am Post subject: MAC Authorization
Does anyone have this working properly?? I'm finding that I authorize a load of MAC's and then when the scanner next runs I get the same mac's as showing un-authorised so end up with multiple entries in the mac_track_ports table some with authorized as 0 and some with authorized as 1.
I would guess that the scanner is not checking the mac_track_macauth table to see if a mac address has been authorized at scan time and setting the authorized field in mac_track_ports accordingly.
ok... I've modified mactrack_functions.php to check whether the mac address exists in the mac_track_macauth table or not and update the authorized field in mac_track_temp_ports and poller_mactrack.php to update the authorized field in mac_track_ports when it does the update from mac_track_temp_ports.
However, I cannot get it to work consistently of every scan cycle and I've no idea why?