Firewall on Demand ****************** Description =========== Firewall on Demand applies, via Netconf, flow rules to a network device. These rules are then propagated via e-bgp to peering routers. Each user is authenticated against shibboleth. Authorization is performed via a combination of a Shibboleth attribute and the peer network address range that the user originates from. FoD is meant to operate over this architecture: +-----------+ +------------+ +------------+ | FoD | NETCONF | flowspec | ebgp | router | | web app +----------> device +--------> | +-----------+ +------+-----+ +------------+ | ebgp | +------v-----+ | router | | | +------------+ NETCONF is chosen as the mgmt protocol to apply rules to a single flowspec capable device. Rules are then propagated via igbp to all flowspec capable routers. Of course FoD could apply rules directly (via NETCONF always) to a router and then ibgp would do the rest. In GRNET's case the flowspec capable device is an EX4200. Attention: Make sure your FoD server has ssh access to your flowspec device. Installation Considerations =========================== You can find the installation instructions for Ubuntu 12.04.3 (64) with Django 1.3.x in install.txt file. FoD depends on a bunch of packages. Installing in Debian Squeeze proved to be really tough as the majority of the required packages are not provided by any repos and need to be installed manually. This guide presents the installation procedures for Ubuntu 12.04.3 (64) with Django 1.3.x. Really soon, we will provide a guide for Debian Wheezy. However, users who wish to go for Wheezy, need to read the Django 1.4 changelist. One of the most significant changes in Django 1.4 is that the application dir layout has to be restructured. Also bear in mind that Django 1.4 introduces new aspects when it comes to application library inclussions. Soon we will post a branch of FoD tailored for Django 1.4. Contact ======= You can find more about FoD or raise your issues at GRNET FoD repository: https://code.grnet.gr/fod. You can contactus directly at leopoul{at}noc[dot]grnet(.)gr