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

How to Configure Pfsense HAProxy HTTP HealthCheck Failover

I have two backend web servers, and i need to monitor them using httpcheck by checking the URL and looking for a string to be present in the response of the request. if the string is not available switch the backend to another…
T.Anand
  • 463
  • 2
  • 6
  • 19
1
vote
1 answer

Wrong IP address returned for pfSense host name on a router with multiple LANs when using DNS Forwarder/Resolver

Running pfSense 2.4.4 (first saw the problem in 2.0.3) using DNS Forwarder or DNS Resolver for Split-DNS with multiple LANs. LAN1 is 10.10.10.0/24 and LAN2 is 192.168.69.0/24. pfSense router is .1 on both interfaces and DNS Forwarder/Resolver is…
sthames42
  • 888
  • 8
  • 19
1
vote
1 answer

How to disable PfSense webConfiguration on WAN

I just installed PFSense in my network and configured the pfBlockerNG and Snort package. Its all running fine, except I have noticed by webConfiguraion GUI is accessible from the internet through my public WAN address. I have tried adding a rule to…
Bhaskar
  • 10,537
  • 6
  • 53
  • 64
1
vote
2 answers

How to limit/disable the upload on the network

I wish to make a secure environment and to block uploading to any destination on the Internet, how can I achieve that using pfSense. Does pfSense is the right tool for it? I tried to limit the upload to 8 bits per second and I can not download right…
llioor
  • 5,804
  • 4
  • 36
  • 44
1
vote
1 answer

How do I start the pfSense Menu from the Command Line?

To secure my pfSense firewalls I generally create new users and disable the 'admin' user. However when I ssh in as the new user I get a standard linux command prompt rather than the pfSense menu. How do I get to that menu?
MartinMlima
  • 1,736
  • 1
  • 12
  • 13
1
vote
0 answers

Proxmox-VE 6 / PFSense, Problems with the iptables

I have been trying for some time to configure my Proxmox with a PFSense VM filtering internet traffic to my other VMs. So far I have managed to install PFSense and configure the Proxmox interfaces. I have also managed to go to the PFSense web…
1
vote
1 answer

"Invalid host in redirect target" using ACME on pfsense

I've set up pfsense to manage my network, and I have the ACME plug in installed. I'm to correctly direct traffic to my secure webservers, but first I need to get the certificates onto PFSense. At the moment, my certificates are using certbot on the…
Mr. Berzerk
  • 33
  • 1
  • 7
1
vote
0 answers

How to edit file squid.conf in pfsense and disable DH key exchange to use RSA instead

I am planning to manually edit the file squid.conf to disable DH key exchange in tls cipher suite of squid proxy. But first I can not change file squid.conf because pfsense always overrides it after reboot, and the second I don't know how to disable…
nkbao
  • 11
  • 1
1
vote
1 answer

Trying to connect to the pfsence web interface

I have installed and set up pfsence on virtual box and it is booting up properly and seems to be working fine. My problems are: When I tried to ping the LAN IP from my computer's command prompt it does not receive the packets but if i ping it from…
Basudev Singh
  • 79
  • 2
  • 13
1
vote
1 answer

pfsense haproxy redirect unmatched to url

I'm using haproxy on pfsense and I have some rules and acls setup which seem to be working. However, I'm geting this error for subdomains that do not match my rules: 503 Service Unavailable No server is available to handle this request. I'm trying…
Kareem
  • 534
  • 1
  • 6
  • 17
1
vote
1 answer

How to install PfSense on a Raspberry Pi 3 Model B+

Is it possible to install PfSense on a Raspberry Pi 3 Model B+? I found a lot of posts regarding this on Google, but most of them are outdated since both platforms evolved a lot in the past few years.
Renan Ben Moshe
  • 105
  • 1
  • 2
  • 7
1
vote
0 answers

pfSense transparent firewall stuck at syn_sent

I created a pfsense transparent firewall (using bridge) Router (203.xxx.xxx.254) <-> pfSense (203.xxx.xxx.253) <-> Switch <-> Clients (203.xxx.xxx.1/24) but , there is a problem... some client can't access some website pfsense states show those…
Sciuridae
  • 19
  • 4
1
vote
1 answer

How to generate .iso from the pfsense source code

I'm trying a custom version of pfsense from its source code in GIT, but I'm having problems. it does not seem to create this repo-xxxx-core.sqlite, does anyone know how to fix it? access repo file(/var/db/pkg/repo-4sense-core.sqlite) failed: No such…
BillRizer
  • 841
  • 6
  • 16
1
vote
1 answer

Push pfsense logs to remote machine using rsyslog

I am working on to push pfsense all logs to remote machine using rsyslog. Machine1 ==> Pfsense(freebsd)(192.168.1.1) pfsense basically install syslog I have follow this document I gave used freebsd. I did: add below content to this /etc/rc.conf …
Rajkumar .E
  • 1,440
  • 3
  • 20
  • 34
1
vote
2 answers

Pfsense remote automated administration

Is it possible, with a pfsense pc as a router, to write a script on my pc that will send and/or execute settings changing script on the router. Allowing me to change settings with a click on a client pc of the network???
1
2
3
10 11