Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 1.34 KB

opnsense-configuration-traefik.md

File metadata and controls

44 lines (23 loc) · 1.34 KB

Adding Opnsense to traefik

Make sure you have your OPNsense FQDN added to your local DNS resolver/forwarder.

  1. Add your OPNsense IP/HOSTNAME to your .env file and uncomment the line

image

  1. Enable the external service using :
make enable-external opnsense

Avoiding DNS Rebind errors for OPNsense when used with traefik

Add your FQDN to your OPNsense as a hostname

  1. Go to System and then Settings and then General

image

(Optional) Adding alternate hostnames for OPNsense

  1. Go to System and then Settings and then Administration

  2. Find alternate hostnames

image

(Optional) Change the port of the OPNsense webConfigurator

  1. Go to the same page as described in the optional setup above and find TCP port

image

  1. Add your port to your .env file

image

  1. Run Make to refresh traefik
  2. Done