In this tutorial, I will demonstrate how to setup a Secure VPN using Wireguard on Docker using docker-compose and then we will use a Windows PC to connect to our Wireguard VPN using the Wireguard Client. The following configurations should
Networking
A collection of 9 posts
Access Remote MySQL with a SSH Tunnel
This is a quick post on how to access your remote MySQL server, which only allow MySQL connections from our bastion host and we would like to access that MySQL via the Bastion Server with a SSH Tunnel from our
How to Setup VPC Peering on AWS
Follow @ruanbekker In this tutorial I will demonstrate how to create a VPC Peering Connection between Two AWS Accounts and how to route traffic between them and then show you how we create Two EC2 Instances and demonstrate how to
The Awesomeness of Inlets
In this tutorial, I will show you how Inlets helped me to expose my local endpoints from my homelab that sits behind a Carrier-Grade NAT internet connection. More on InletsFirst, what is Inlets? #carbonads { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Setup a PPTP VPN on Ubuntu 16
In this post we will setup a PPTP VPN on Ubuntu 16.04 Disable IPv6 Networking: Edit the grub config: $ vi /etc/default/grub Make the following changes: GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1" GRUB_CMDLINE_LINUX=
Setup a Site to Site IPSec VPN with Strongswan on Ubuntu
Today we will setup a Site to Site ipsec VPN with Strongswan, which will be configured with PreShared Key Authentication. After our tunnels are established, we will be able to reach the private ips over the vpn tunnels. window.dojoRequire(
How to setup a Gateway to Gateway VPN using IPSec on CentOS
window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us15.list-manage.com","uuid":"3dfcff447b6ee598231eeb658","lid":"5c36081d06","uniqueMethods":true}) }) In this tutorial we will setup a gateway to gateway IPSec VPN using OpenSwan. The Scenario: The scenario we will
OpenVPN Gateway to Gateway Setup
We have a scenario where we would like to have a "Site to Site" VPN connection. Our Scenario: # Side-A Router/GW : 192.168.1.1 WAN-Addr : site-a.sysadmins.co.za Tunnel Interface: 10.0.0.1 # Side-B: Router/
Subscribe to Sysadmins
Subscribe today and get access to a private newsletter and new content every week!