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
0
votes
0 answers

proxmox-pfSense: we have no internet on the lan , what can we do for that?

we have some big problem! We want to set up pfSense on our proxmox-Server( the server is an HP Proliant DL380p, 128gb ram and 32 cores with 2.9GHz). We want the server as a Home-lab and an nas-system for all our projekts. Also we want that all Vm…
Lay
  • 1
0
votes
0 answers

Internet Connection Issues with Bridges and VLAN Tags

running into issues where the VMs will lose access/no longer able to connect after toggling connection, rebooting, etc. The VMs are able to receive an IP (static and leased) and I'm able to ping them from other devices (vice-versa), but I am not…
John Mason
  • 23
  • 5
0
votes
0 answers

Haproxy in pfsense works only with default backend

i have 2 backends for https 443, an Exchange server and rdsGateway. I can connect to them using haproxy default backend, by specifying either backend.. but not by using acls and actions. Putting default backend to None will fail to connect both…
0
votes
0 answers

problem in snort/suricata rule for https url path blocking by connection rate limiting in pfsense

I have https://example.com behind my pfsense, in pfsense I configured haproxy in tcp mode in both backend and front on port 443 in front, I can access my site with this configuration. I whant to use snort/suricata in pfsense too, too have connection…
Morteza
  • 1
  • 2
0
votes
0 answers

No access to GUI on PFSense via Proxmox

I am trying to set up OPNSense on Proxmox. The setup is as follows: DELL Server running proxmox on 10.10.30.10 PFSense on VM should be assigned: 10.10.30.11 The following interfaces I have created: Interface config ... auto eno1 #onboard nic for…
retronexus
  • 11
  • 3
0
votes
0 answers

Redirect traffic between LAN and OPT1

In Pfsense, I have two network cards, one connected to a network 192.168.56.2 which is the LAN network and the other one is connected to the network 192.168.58.2 which is the OPT1 network; these are the two IP addresses that each of the cards has in…
Termal71
  • 1
  • 1
0
votes
0 answers

pfsense won't reboot after deleting rules from GUI

I was trying to manage my firewall rules in pfsense GUI and accidentally deleted some rules. After that, pfsense won't reboot anymore. I can access the console, but the system hangs during the boot process. Here's what I've tried so far: Booted…
0
votes
0 answers

Cannot access sub.mydomain.fr with PfSense, ACME, HAProxy and Apache

I have some problems with my PfSense and HAProxy : I have generated a certificate with ACME on PfSense for my subdomain, but i can only access from internet to it from the WAN ip and not the subdomain :( my web server is 192.168.2.2 on my LAN. There…
0
votes
0 answers

Pfsense application auto upgrade logs

We were going to upgrade pfsense application from 22.05 version to 23.01 but it had been already upgraded so we just want to know how this happened automatically because none of our team member has done this activity. how can we check log of pfsense…
0
votes
0 answers

HAProxy double subdomains behind PFSense

I was configuring GitLab Pages behind HAProxy on PFSense, but a ran into a problem where HAProxy would not support double subdomains. (e.g. foo.bar.example.com) I tried to do If host ends with page.foo.com then use backend page. It should have…
0
votes
0 answers

Use Openldap ssh key for authentication to pfsense

I have Pfsense well configured with Openldap. and authentification is working perfectly. I want to be able to access pfsense server via ssh with ssh key stored in Openldap . On Openldap: I have ssh public keys stored in sshpubkey attribute. To do…
0
votes
0 answers

How to canceling pfsense squid rules acl with Operating systems type

How to canceling pfsense squid rules acl with Operating systems type?? I want to disable proxy rules for android and macos users, i m tryed acl list mac andoid os name, but not work. acl list allow only ip or client browser... but i want to…
arifozbey
  • 1
  • 1
0
votes
0 answers

Can i replace the PFsence captive portal login form with a custom form

i have tried to replace the PFsence captive portal with a custom form but couldnt find the captive portal folder in PFsense I combined all the login form into a php file and was supposed to place it in a certain folder in the PFsence root folder
bujojo
  • 1
  • 1
0
votes
0 answers

Pexpect cannot capture exit status of wget and fetch (FreeBSD, Pfsense) KVM VM

I am trying to capture the exit status of wget or fetch command. The way I try to capture it is the following way. First I connect to the virtual machine - child = pexpect.spawn('virsh --connect qemu:///system console {}…
yasa
  • 126
  • 7
0
votes
0 answers

Captive portal URL voucher submission with JQUERY MOBILE custom portal page

I've custom portal in pfSense CP. If try to access via URL (eg. http://pfsense.com/index.php?zone=myzone&voucher=XXXXX&accept=continue ) nothing goes as expect, is only showed the login page (customized with jquery mobile), this is my custom page…