Router Setup

OPNsense OpenVPN Setup Guide

This guide was produced using OPNsense 24.1.1

Adding a CA certificate

  1. In your router’s webUI, navigate to System > Trust > Authorities and click on the + button.

  2. Give it any name, i.e. “IVPN CA”, select Import an existing Certificate Authority, then copy and paste the contents of our ca.crt file into the Certificate Data field.

  3. Click Save.

Adding a Static key

  1. Navigate to VPN > OpenVPN > Instances > Static Keys tab and click on the + button.

  2. Give it any name, i.e. “IVPN TLS Key”, set Mode to auth (Authenticate control channel packets), then copy and paste the contents of our ta.key file into the Static Key field.

  3. Click Save.

Creating an OpenVPN Client Instance

  1. Navigate to the Instances tab, click on the + button, toggle the Advanced mode switch on and enter the following configuration:

    • Role - Client
    • Description - give it any name, i.e. IVPN Ukraine
    • Enabled - Toggled on
    • Protocol - UDP or TCP
    • Type - tun
    • Keep alive interval - 10
    • Keep alive timeout - 60
    • Remote - choose the server and enter its hostname with the port number separated with a colon, e.g. ua2.gw.ivpn.net:2049 (available ports can be found here)
    • Certificate Authority - IVPN CA
    • TLS static key - [auth] IVPN TLS Key
    • Auth - SHA1 (160-bit)
    • Username - your IVPN account ID (i-XXXX-XXXX-XXXX or ivpnXXXXXXXX. Note, the ID is case-sensitive)
    • Password - any string, i.e. ivpn



  2. Click Save.

Creating an Interface

  1. Navigate to Interfaces > Assignments

  2. Look for the interface with ovpnc1 name, give it any description, i.e. “IVPNUkraine”, then click on the + button and Save

  3. Click on the newly added interface name, have the Enable Interface option checked and Save the changes.

Configuring a Firewall

  1. Navigate to Firewall > NAT > Outbound, select Manual outbound NAT rule generation and click Save

  2. Click on the + button to add a new rule and fill in the following configuration:

    • Disabled - Unchecked
    • Interface - select the created earlier interface, i.e. IVPNUkraine
    • Source Address - LAN net
    • Translation / target - Interface address
  3. Click Save and Apply Changes.

DNS

  1. Navigate to Services > ISC DHCPv4 > [LAN]

  2. In the DNS servers field, enter the OpenVPN regular DNS server IP address (10.0.254.1) or the one associated with the preferred AntiTracker list.

  3. Click Save.

Final Steps

  1. Restart your router and check the status of the OpenVPN client in the VPN - OpenVPN - Connection Status area.

  2. Check the conenction status and the assigned public IP address on our website and run a leak test at https://www.dnsleaktest.com from one of the devices connected to your OPNsense router.

Please note: If you plan to use a Multi-hop setup please see this guide and replace the port number in Configuring an OpenVPN Client section, Remote field with the chosen Exit-hop server Multi-hop port.

Spotted a mistake or have an idea on how to improve this page?
Suggest an edit on GitHub.