Category: Networking

WireGuard VPN server on pfSense

Setting up VPN server using WireGuard on pfSense firewall Intro In this example I’m going to show you how to install and configure a VPN server using WireGuard software (pfSense-pkg-WireGuard 0.2.0_2) on pfSense (2.7.0-RELEASE) firewall. And for our client we will use Windows 10 with WireGuard client installed. You can also configure the client on…


Port forwarding/redirect configuration for LXD/LXC Virtual Machines

How to configure a port forwarding or a port redirect in LXD/LXC Virtual Machine If you are looking how to do the same for LXC containers,  look here. Unlike port forwarding for containers, virtual machines require you to set a static IP address before you can configure the proxy device. If you don’t have a static…


Webmin behind pfSense HAproxy (login solution)

How to have a working HAproxy reverse proxy configuration for Webmin application. Problem After configuring HAproxy in front of your Webmin installation the same way you would for a standard web server, you will notice that during the login process your browser tries to connect to port 10000. Which is the default port that Webmin…