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
1
vote
1 answer

pfSense cron job not running or no output

Hope someone can help me out here. I've written a python script that I want to run under CRON every 5 minutes. In keeping with the general security practice of least privilege, I: created a user "custom" to use for custom scripts created a group…
user73383
  • 89
  • 1
  • 7
1
vote
0 answers

CAPTIVE PORTAL: AWS + pfsense + freeradius

this could be a dumb question, but most of the content I found in the internet about a captive portal, shows the pfsense physical server connected directly to the internet modem router and the server connects to the wireless router (often it's…
1
vote
1 answer

How can I produce a freebsd-derived image with apache php application files?

I have a problem building a freebsd image with my custom application. I am making an application in php and html that uses some other applications on freebsd. Now I made a release by some commands provided by FreeBSD like make buildworld, make…
Mathe Eliel
  • 658
  • 2
  • 6
  • 16
1
vote
1 answer

Pfsense captive portal voucher generation without need to login into firewall

I would like to know if there is any method that can be used to generate vouchers redeemable in the Pfsense captive portal. Basically I have a firewall which feeds internet to a wifi router for guests. I would like to have some form of interface for…
1
vote
1 answer

syslogd modify $msg freebsd

I have a simple issue to ask, let me put you in context first. I am setting up a rsyslog server (centos 7) in order to gather (actually recieve) many syslogd (FreeBSD(pfsense) default) message from distributed devices. Everything works as expected,…
Lucas
  • 55
  • 1
  • 8
1
vote
2 answers

PfSense Fedora L2TP VPN stop traffic flow on HTTP hit

I have configured L2TP VPN on PfSense 21.05-RELEASE (amd64) and fedora 33 as client, once VPN is connected I can ping remote host but as soon as I tied to hit HTTP traffic VPN stop flowing traffic. In TCP dump can see outgoing traffic but no…
1
vote
0 answers

Elasticsearch, Logstash and Kibana for pfsense logs with geo location

I want to create a tile map in Kibana to show source IP's from countries around the world. When trying to set up a tile map, I get an error saying that "The "logstash-*" index pattern does not contain any of the following field types:…
W Khan
  • 120
  • 1
  • 2
  • 10
1
vote
2 answers

Nagios check_http gives 'HTTP/1.0 503 Service Unavailable' for HAProxy site

Can't figure this one out! OS: CentOS 6.6 (Up-To-Date) I get the following 503 error when using my nagios check_http check (or curl) to query an SSL site served via HAProxy 1.5. [root@nagios ~]# /usr/local/nagios/libexec/check_http -v -H example.com…
Elijah Paul
  • 281
  • 4
  • 22
1
vote
0 answers

SNMP Traps configuration on PFsense

I want to configure SNMP traps on PFsense, to do it I have done below things. Enable SNMP Demon (Without doing it it is not allowing to enable traps) A. Given poling port number (161) B. Given Read community string. (mypfsense) Enable SNMP…
hbchoksi
  • 45
  • 2
  • 3
0
votes
0 answers

How to set bandwidth speed on Firewall Rule instead of Captive Portal?

I'm trying to set speed for CP users. I've set 20mbps on CP limiter. Can I set the a firewall rule to bypass other users to have faster speed? I've created a rule for a specific IP, but still I get 20mbps instead of 100mbps.
shotblank
  • 3
  • 3
0
votes
0 answers

How to setup Pfsense captive portal but excluding specific PC, devices or IP range from authenticating(login)?

I already have the captive portal working. But the problem is all devices requires to login thru the portal. I'm trying to exclude laptop and desktop from logging in on the portal. I only want new devices to go thru the portal.
shotblank
  • 3
  • 3
0
votes
0 answers

OpenVPN subnet route to access IPSC tunnel

We have a new suppler He is working with a vpn s2s (IPSC) I created a PfSense server and connected to the ipsc the other servers have a connection via NAT to their service (static route via PfSense gateway) the allowed NAT is on 10.0.1.0/28 via the…
yossibmoha
  • 11
  • 1
0
votes
1 answer

How can i make buttons using a background image scale the image for the screen size

I have a pfsense captive portal i am working on that needs multiple graphics to display side by side and be responsive to the device screen size. This works well using an input type of image. The pfsense device will not correctly recognize the…
0
votes
0 answers

Configuring DocuSeal Behind an Existing Reverse Proxy - HAPROXY on Pfsense

I'm deploying DocuSeal behind an existing reverse proxy Pfsense with HAProxy. As I found here: https://github.com/docusealco/docuseal/wiki/Configuring-DocuSeal-Behind-an-Existing-Reverse-Proxy-(nginx) you need to ensure that specific headers are set…
Luca Folin
  • 101
  • 1
  • 8
0
votes
0 answers

How to generate pfsense.iso from the source code

Unix@Unix:~/Downloads/pfsense_source/pfsense $ sudo ./build.sh iso Operation ./build.sh has started at Thu Aug 10 14:24:02 EAT 2023 Building image type(s): iso Cleaning up previous build environment...Please…
1 2
3
10 11