Skip to content

Create Subdomain > opnsense.yourdomain.com

Create DNS Record (Domain-Provider)

First of all, we create a DNS record for our first subdomain with our website provider.
Since I run my domain via Cloudflare, I will also create my first DNS record there.

  • Open your DNS-Record-Area
  • Create the record with the following values
  • Save and Apply

A

Connecting to OPNsense-WebUI

We would like to create a temporary firewall rule to access the WebUI via port 81. To do this, first open opnsense via your SSH-Tunnel.

  • Open Windows Terminal
  • Use the command: ssh root@<yourIP4> -L 443:<WAN_IP4>:9443

This will open up a tunnel. After that you should be able to connect via https://localhost. To setup everything important I recommend running the setup wizard.
It will configure some important things needed for further configuration

Create NAT-Rule

  • Go to Firewall > NAT > Port Forward
  • Add Rule by clicking the plus-button
  • Enter the following values
  • Hit ‘safe’ and then ‘apply’

NATrule-Settings

Interface - 102_proxy
Destination / Invert - false
Destination - 102_Proxy-Address
Destination port from - (other) 9443
Destination port to - (other) 9443
Redirect Target IP - 127.0.0.1 or localhost
Redirect Target Port - (other) 9443

Connecting to NGINX-WebUI

Now you can access the web interface of your proxy manager with your browser.

https://proxy.yourdomain.com

Create Proxy host

  • Go to Hosts > Proxy Hosts
  • Click green Add Proxy Host-Button
  • Now enter the following values
  • Click Safe-button

Proxysettings

Domain Names - opnsense.yourdomain.com
Scheme - https
Forward Hostname / IP - 10.1.2.1
Forward port - 9443 (OPNsense-Port)
Cache Assets - false
Block Common Exploits - false
Websockets Support - true
Access List - “Publicly Accessible”


If the host you have just created has the status "Online", everything has worked and you can reach your proxy manager at opnsense.yourdomain.com.
You can now close the SSh tunnel via the Windows console.