Unified Aruba Controller Discovery

Reading Time: 7 minutesThis time is about some basic things. I will describe the unified Aruba controller discovery process. With the new unified software, the process is the same for IAP and CAP. Actually, with the new unified software, there is no IAP or CAP anymore. The Aruba discovery process is a simple process. The AP uses this … Read more

VXLAN: Implementation

Reading Time: 8 minutesThis 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

HowTo: Setup an OpenVPN Server

Reading Time: 8 minutesThis 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: Proxmox Live Backup

Reading Time: 3 minutesIn 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 minutesIn 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 and Dovecot in front of Scalix

Reading Time: 4 minutesIn 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