Development Environment for an Internal Application for the HPE VAN SDN Controller

Reading Time: 7 minutes In this post, I would like to describe the steps needed to set up an development environment for an internal application for the HPE VAN SDN controller. My aim is to use this environment to start writing a simple application for the HPE VAN SDN controller later on. I will use Ubuntu as the development … Read more

Install a Minimal Ubuntu

Reading Time: 2 minutes In this post I will cover the question around a minimal Ubuntu installation. For the background, I was trying to find a way to install Ubuntu without all the additional software which comes with the default installation. I’m always a fan of starting with the minimal installation and add software as needed. It turns out, … Read more

VXLAN: Implementation

Reading Time: 8 minutes This post will describe one option to implement a VXLAN enabled fabric. I will use VSR router to create the fabric and create the overlay using VXLAN. I already gave a general overview about VXLAN in an earlier post here:VXLAN: What is VXLAN VXLAN Implementation Introduction Before I will start to describe the configuration I … Read more

Traffic Capture with VMWare ESXi

Reading Time: 5 minutes My plan is to blog more about solutions and how to configure them and show how the packets look like. As I haven’t plenty of hardware I will use VMWare ESXi to simulate most of the stuff using HPE VSR routers. Therefore I was looking for a way to capture traffic of a specific VM … Read more

HowTo: Setup an OpenVPN Server

Reading Time: 8 minutes This time, I would like to describe how I setup my OpenVPN server at home. I use this server to tunnel my traffic home, when using an open Wifi network at hotels or airports, to make sure, my traffic is encrypted. I also use the tunnel. to get access to my mail server when being … Read more

HowTo: Backup My Server

Reading Time: 6 minutes This time I would like to explain how I backup my server with the help of some build in tools and a script written by myself. As I’m running my blogs and my mail server, which is Scalix, on a Linux server I need to make sure, that no data is lost during an outage … Read more

HowTo: Proxmox Live Backup

Reading Time: 3 minutes In this post, I will show, how to configure and schedule Proxmox live backup to get a full backup of your VM without downtime. I use this for my server once a week and save the created backup to an external backup device. Configure Proxmox Live Backup The Proxmox live backup uses the snapshot technology of … Read more

HowTo: Postfix with SPF

Reading Time: 4 minutes In this post, I would like to explain the usage of SPF (Sender Policy Framework), which could be used to prevent spam. SPF will use the DNS system to tell the receiving mail server, whether the sending server is allowed to send mails for this domain. As this is the basic concept, I will explain … Read more

HowTo: Postfix with DKIM

Reading Time: 4 minutes In this post, I would like to show, how to use DKIM together with postfix to enhance the chance, that mails send by your mail server are not marked as spam at the receiver. In my last post, I showed how to set up postfix in front of scalix to filter incoming mails. As also … Read more

HowTo: Postfix and Dovecot in front of Scalix

Reading Time: 4 minutes In this post I would like to show, how to set up Postfix and Dovecot in front of Scalix on a Debian system, for security and mail filter reasons. I assume, that you have a running Scalix installation and full management access. If you need help to install Scalix on Debian, you can use my last … Read more