Skip to content

Cloudxtreme/zerod

 
 

Repository files navigation

zerod

Software broadband access server (BBRAS)

Features

  • User sessions AAA (Authentication, Authorization and Accounting)
  • Rich set of variuos rules for user service customization
    • Firewall (restrict or grant access to specific ports)
    • Forwarding rules (as DNAT)
    • Deffered rules
    • Bandwidth limiting rules
    • P2P policer
  • Realtime traffic monitoring
  • Dynamic ARP inspection
  • IP source verify
  • HTTP URL blacklisting

Build instructions

You need the following libraries installed:

  • cmake, >= 2.8, cross-platform, open-source build system
  • libevent, >= 2.0, event-based network I/O library
  • libconfig, >= 1.4, configuration management library
  • netmap, >= 20131019, fast network packet I/O framework
  • libfreeradius-client, >=1.7, framework and library for writing RADIUS Clients
  • libbson, >= 1.0, building, parsing, and iterating BSON documents
  • python, >= 3.0, interactive high-level object-oriented language
  • pymongo, BSON implementation for python
  • libpcap, the LIBpcap interface to various kernel packet capture mechanism Optional custom memory allocators:
  • jemalloc, >= 3.0, general purpose malloc(3) implementation
  • tcmalloc, >= 2.0, thread caching malloc(3) implementation

Build using cmake:

mkdir build
cd build
cmake ..
make

About

netmap based software BRAS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.5%
  • CMake 6.2%
  • Python 5.2%
  • Shell 0.1%