Hello Guys, In this tutorial, I will try to show how to create a Azure Managed VPN and use VyOS on AWS to connect to it. Kindly note that there are currently 2 ways of using route based VPN with azure. There is one that uses Border Gateway Protocol and the other one without. Below […]
Author : kodjo-kuma djomeda
How to establish a route based VPN connection to AWS Hardware VPN
Hello Guys, This post is the continuation of our conversation of establishing connection to AWS Hardware VPN. I am certainly not qualified to explain the differences between route based and policy based but I am hoping with these 2 posts it can be clear to you 😀 .For this experiment we are going to create […]
How to establish a policy based VPN connection to AWS Hardware VPN
Hello Guys, I wanted to write this article as personal documentation but as well because I wanted to be in most of our partners’ shoes. Most of the time when they want to establish a VPN connection with us and we handover a seemingly complicated AWS VPN generated configuration. In this tutorial we are going […]
Part 3 :: Establishing site-to-site VPN between OpenSwan And VyOS
Part 2 :: Configuration on Azure: OpenSwan
Part 1 :: Configuration on AWS: VyOS
Connect Azure to AWS with a VPN using openswan and vyos
Hello Guys, Today, I would like to experiment with VyOS. I have been using OpenSwan for quite sometime and I really like how simple it is to use. However, it seems it has not been updated in a while and it’s repository replaced by StrongSwan. StrongSwan is still maintained and in my opinion the most […]
How to do a mutual ssl authentication at reverse proxy level
Python script to start or stop amazon ec2 instance and notify slack channel
Hello Guys, Happy New Year to you all. This is my first post in 2016 and I would love to share something useful for those who play around with AWS EC2 instances. Let’s get started with the prerequisites. Prerequisites Before you start, I would love to warn you about python and its discipline around indentation. […]
Using ansible for web deployment
Hello Guys, this is a second post of the configuration management with ansible series. Second post after Introduction to ansible . Previously we learned how to use ansible to automate the installation of wordpress and mysql database using ansible playbook. It’s time to spice things up a little bit. The purpose of this second post […]