Skip to content

RussellSageCollege/Packetfence-OUI-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OUI Editor for Packetfence

Install

# grab the code
cd /opt; 
git clone https://github.com/TheSageColleges/Packetfence-OUI-Editor.git;
cd Packetfence-OUI-Editor;
# Move the oui text file locally to avoid losing changes between upgrades
mv /usr/local/pf/conf/allowed_device_oui.txt /opt/Packetfence-OUI-Editor/oui.txt && ln -s /opt/Packetfence-OUI-Editor/oui.txt /usr/local/pf/conf/allowed_device_oui.txt;
# make the script available globally
ln -s /opt/Packetfence-OUI-Editor/ouiadd /usr/local/bin/ouiadd;

Usage

ouiadd 00:11:22 Xbox

This would add an oui for xboxes

About

Command Line utility that manages the packetfence oui file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages