Questions tagged [pfsense]

pfSense is an open source firewall/router computer software distribution based on FreeBSD.

pfSense is an open source firewall/router computer software distribution based on FreeBSD. It is installed on a computer to make a dedicated firewall/router for a network and is noted for its reliability and offering features often only found in expensive commercial firewalls. It can be configured and upgraded through a web-based interface, and requires no knowledge of the underlying FreeBSD system to manage. pfSense is commonly deployed as a perimeter firewall, router, wireless access point, DHCP server, DNS server, and as a VPN endpoint.

See more:

161 questions
3
votes
1 answer

HAproxy within Pfsense, how to set header like in NGINX (Host, X-Real, X-Forwarded...)

could anyone help me please how I can set the following headers within a frontend(?) configuration via HAproxy in Pfsense for the following rules like I used them in NGINX? proxy_set_header Host $host; proxy_set_header X-Real-IP…
Airwave
  • 136
  • 4
  • 15
3
votes
0 answers

unbound pfsense appending internal domain to public queries

I am in the process of setting up pfSense as a firewall/router. I want it to run DNS Resolver so I can use pfblockerng. I have configured 2 public DNS servers using the default gateway to get out. DNS Resolver is configured in forwarding…
phd68lnx
  • 93
  • 1
  • 6
3
votes
1 answer

Laravel Radius Authentication

System is built onto: 1. Laravel 5.3 2. php70u 3. PHP PECL Radius Package https://pecl.php.net/package/radius All i want to do is 1. Authenticate users on my own server via custom-built laravel portal (centos 7) 2. And then log them onto FreeRadius…
saimcan
  • 1,706
  • 7
  • 32
  • 64
3
votes
1 answer

How to redirect custom urls to some local IPs with pfSense

I'm using a pfSense router and I'm desperately trying to configure a custom url (eg: myurl.ext) that should mapped by pfSense to a local server (eg: 192.168.0.x). Like I do with my /etc/hosts and creating a line myurl.ext 192.168.0.x but on the…
guillaumepotier
  • 7,369
  • 8
  • 45
  • 72
2
votes
2 answers

pfSense 2.5.0 upgrade broke my NordVPN gateway

Ever since I upgraded to pfSense 2.5.0, my NordVPN interface does not work anymore. Traffic does not get routes to the NordVPN gateway, as pfSense reports it as "down" with 100% package loss. When checking "Status -> OpenVPN" the connection is…
Daan
  • 65
  • 1
  • 7
2
votes
1 answer

How to use proper loop in Ansible uri module

I'm using the Ansible uri module to trigger the pfSense API. Now I want to create firewall rules in a task (code is truncated). --- # tasks file for creating firewall rules - name: "Create firewall rules" uri: url: "https://{{ pf_hostname…
vermillion
  • 87
  • 1
  • 7
2
votes
0 answers

How to use Openshift behind Cloudflare Proxy?

I do get some weird certificate issue, if I try to setup Openshift / OKD behind the Cloudflare DNS Proxy. My setup needs to work such as: Client --> Cloudflare DNS Proxy --> PfSense HAProxy TCP LoadBalancer --> Openshift/OKD This does work…
2
votes
1 answer

pfSense + HAProxy – Reverse Proxy with multiple Services on one internal IP

currently I am using pfSense on my server with the HAProxy package, because I can easily configure it via the GUI. I configured HAProxy to act as a reverse proxy corresponding to this guide:…
Bioneye
  • 39
  • 1
  • 5
2
votes
0 answers

How to add facebook login to pfSense Captive Portal?

I'm currently working on an active portal, in pfSense. My goal is to implement a Facebook Login along with the default Local User Manager. While I'm developing, I have no authentication method whatsoever, meaning I have unlimited internet access (I…
2
votes
1 answer

failed to stat '.': No such file or directory

I'm currently using pfsense as a firewall. I am wanting to extend the GUI to offer more features that I need. When I try to initialize the www directory with git I get the following error: failed to stat '.': No such file or directory I can…
jakehallas
  • 2,456
  • 1
  • 18
  • 26
2
votes
3 answers

HTML / CSS height issue with IE

I'm trying to update the pfSense captive portal authentication page, and it appears fine everywhere except for IE (both desktop and mobile versions). The issue is that the upper table row (from a table of 2 rows), is extending to a large size as can…
joebegborg07
  • 821
  • 3
  • 14
  • 27
2
votes
2 answers

curl headers multipart/form already sent

Dear Stackoverflow users, I am running into a problem. It is as follows: Currently i am programming a management tool for pfsense, which needs to send a multipart form that the server needs to validate and process. It should enable the voucher based…
Michel Kok
  • 81
  • 9
1
vote
0 answers

Why does Azure keep stopping me from creating a Netgear PfSense Virtual Machine?

Context I am trying to create a Virtual Machine on Azure running Netgear's pfSense Plus. As the first month is a free trial, I selected the "Pro" Version. This is purely for homelab reasons, as I seek to gain knowledge in management of virtual…
Thanos
  • 386
  • 2
  • 13
1
vote
2 answers

Pfsense reverse proxy dilemma

I have in my home env two systems: a Docker server on 10.0.0.10/16, using Traefik reverse proxy with one of my public domains and a kubernetes cluster with VIP on 10.0.0.201/16, with Nginx and supposedly with another of my public domains my…
krapulax
  • 115
  • 2
  • 10
1
vote
0 answers

How to add ALLOW_UNSUPPORTED_SYSTEM=yes in freebsd?

I don't know how to use freeBSD, I was trying to build zero tier for my pfSense, here's the build link, https://github.com/ChanceM/pfSense-pkg-zerotier The problem is I don't know how to add ALLOW_UNSUPPORTED_SYSTEM=YES to /etc/make.conf How can I…
Timato1
  • 49
  • 7
1
2 3
10 11