- Talks to Quagga's Zebra daemon (extends JustinAzoff's bhr-client)
- Implements blocks manually, or in response to alerts from other sources, such as Bro
$ export BHR_HOST=https://127.0.0.1:8000
$ export BHR_TOKEN=db4de92f933092b1f1f6665a742b7192a5eced77
$ export BHR_IDENT=quagga
$ python ./run.py
- Copy quaggablocker.sh to /usr/local/etc/quaggablocker
- Copy quaggablocker.py to /usr/local/sbin/quaggablocker.py
- Copy bhr_client directory to /usr/local/lib/python2.7/site-packages/
- Set chmod 555 /usr/local/etc/quaggablocker
- Set quaggablocker_enable to YES in /etc/rc.conf
- Correct BHR_TOKEN in /usr/local/etc/quaggablocker
- '''sudo service quaggablocker start'''