Archive

Category Archives for "Coding Packets Blog"

Openstack Packstack Install

Building an Openstack environment can be a daunting, error riddled process. To help alleviate this pain the RDO project provides an "easy button" to install Openstack in an all in one VM for testing purposes called Packstack. RDO is the community supported distribution of Openstack for...

Salt Overview

Salt is open source software for infrastructure automation. Salt was initially an agent based system but the team have since implemented an ssh based connector for devices that do not support or have the ability to install an agent. This agent/agentless feature give you the ability...continue reading

Linux Routing On The Host With FRR

We've all been there, it's supposed to be a relatively simple change and then BOOM! Spanning tree topology change blows up the network :( There is a movement in the data centre space to push the layer 2 boundary down into the host to avoid the bandwidth waste of spanning tree link blocking and...

Pseudo-wires With Vagrant and Libvirt

Libvirt has the ability to create a pseudo-wire between virtual guest interfaces using either TCP or UDP. The advantage of using pseud-wires is that you do not need to create virtual switches to attach your guest VM interfaces to. Virtualbox has an annoying trait of stripping vlan tags on...