zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

WireGuard site2site VPN

September 29, 2019 by Igor Drobot Leave a Comment

WireGuard(WG) aims to provide a VPN that is both simple and highly effective.
Also to make a really good alternative technology to the existing like IPsec or OpenVPN.


WG is a free and open-source software application and communication protocol that implements virtual private network (VPN) techniques to create secure point-to-point connections in routed or bridged configurations.

I tried WG in a complex high availability datacenter setup and replaced a couple of existing OpenVPN connections with wireguard.
The result was performant and simple at once.

[Read more…]

Filed Under: Linux Tagged With: IPsec alternative, OpeVPN alternative, security, VPN, WireGuard

OpenVPN Road Warrior Setup

May 18, 2011 by Igor Drobot Leave a Comment

This is my second OpenVPN road warrior setup, I write this post from my first pre created drafts. Its more than one year ago, I combined some steps and command, to make it human readable and a little bit friendly :)

Setup map:

First we need to install the needed OpenVPN package:

1
apt-get update && apt-get install openvpn

apt-get update && apt-get install openvpn

Copy the helper scripts to make the life easier, they will help you to create keys and certificates: [Read more…]

Filed Under: Debian, Linux, Mobile, Networking Tagged With: OpenVPN, road warrior, Secure VPN, SSL, VPN