Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.43 KB

pfsense-configuration-traefik.md

File metadata and controls

45 lines (24 loc) · 1.43 KB

Adding PFsense to traefik

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

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

image

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

Avoiding DNS Rebind errors for PFsense when used with traefik

Add your FQDN to your PFsense as a hostname

  1. Go to System and then General Setup

image

(Optional) Adding alternate hostnames for PFsense

  1. Go to System and then Advanced and then Admin Access

image

  1. Find alternate hostnames

image

(Optional) Change the port of the PFsense 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