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

ELK grok pattern for pfsense 2.3

I have followed this guide to configure ElasticSearch 2.3.0, Logstash 2.3.0, Kibana 4.5.0 to get logs from my pfsense 2.3: http://pfelk.3ilson.com/ My problem is that I use pfsense 2.3 and this tutorial is for pfsense 2.2. Logs are received and…
Xuti
  • 89
  • 1
  • 10
0
votes
1 answer

Connect pfsense Squid Proxy to Parent Bluecoat w Auth

I am setting up a lab environment inside our corporate environment for testing, I need to get internet access from the lab and would like to pass all internet traffic from the LAB to a proxy with basic authentication. I have entered the proxy…
leinad13
  • 445
  • 2
  • 8
  • 26
0
votes
2 answers

pfsense: Can't access web console when using virtualbox

I've installed pfsense 2.3 x64 in virtualbox with 2 adapters; One is bridged to my wifi adapter (adsl modem) (WAN) and the other one set as'Internal network' ('intnet') (Lan); The problem is that although pfsense can automatically detect dhcp over…
wiki
  • 1,877
  • 2
  • 31
  • 47
0
votes
1 answer

Block an External IP Address

I am getting scanned by some external IP address and I want to block it from getting passed my firewall. I created a floating rule for both WAN and LAN interfaces and block their ip address to any destination any port. It's still getting through…
Bitwyse1
  • 339
  • 3
  • 18
0
votes
1 answer

PFsense captive portal images are not appearing

I uploaded a captive portal html page and it is redirecting correctly to the specified page. However it is not displaying the images included in the html page although I uploaded those images to the file manager and I changed their names in the html…
Eng. Saleh
  • 11
  • 1
  • 4
0
votes
1 answer

pfsense 2.1.2 firewall port forwarding

What I am trying to do is pretty simple with most firewalls except with PFSense. I would like remotely connect to my server via RDP like this :9999 being forwarded to :3389 I don't want to change the RDP Listening Port on the server. thanks;
Ren-Heok
  • 67
  • 1
  • 1
  • 11
0
votes
0 answers

how to tell lighttpd service to use other openssl client installed on pfsense

I have an older version of pfsense installed and for several reasons I cannot move to a new version. Few days ago I discovered a bug on openssl client which is a problem for paypal IPN communication. Then I have installed a new openssl version by…
user3155074
  • 1,093
  • 1
  • 9
  • 13
0
votes
1 answer

Pfsense as Router with Switch

Background: I've recently setup my Cable router in Bridged mode to use Pfsense for OpenVPN and some other features at my house. Once my modems in bridged mode I can only have 1 port connected. So without having another Gbit switch around, I…
vanic
  • 33
  • 1
  • 4
0
votes
1 answer

Ansible/pfSense: "SSH encountered an unknown error during the connection"

I am failing to ping a virtual box (vb) running pfsense via Ansible by running: ansible pfsense -i hosts -m ping which gives: "msg": "SSH encountered an unknown error during the connection. I can ssh the vb without problem, I use the key…
diegus
  • 1,168
  • 2
  • 26
  • 57
0
votes
1 answer

pfSense PPPoE and BitStream / BSA / OneSession Hardware

I run my home network off of a pfSense (2.2.6) box, which is connected via PPPoE to my DSL (in Germany, Alice/O2/Telefonica). My modem is a deconfigured "Alice Modem WLAN 1421", which only provides PPPoE-Passthrough. My Carrier contacted me to…
0
votes
1 answer

how to block doubleclick.net site on firewall

My aim is to block "doubleclick.net" site on my network and we are using pfsense firewall as a bridge mode. Problem is that, doubleclick.net and google.com IP's are same, If I block doubleclick using firewall then also block google.com…
rgg
  • 45
  • 1
  • 9
0
votes
2 answers

Block access to some LAN ip`s using PFsense

I have a PFsense setup with a WAN, LAN and Management interface. On the LAN interface, I want to block access to several LAN ip`s. These are accesspoints with a webinterface. My rules are below. What am I doing…
Jortiexx
  • 3
  • 1
  • 4
0
votes
1 answer

Aggregate two Internet connections with pfSense

Is it possible to aggregate two Internet connections with pfSense for better trafic ? I want split trafic on two connections. Thx,
Amauche
  • 45
  • 1
  • 7
0
votes
1 answer

Cannot block https sites on squid pfsense

I am trying to block all traffic (I mean all the websites on the internet) and only allow google maps. I am using squid transparent proxy in pfsense. well, the issue is that it blocks all the websites but allows the https, so everyone can connect to…
Asis
  • 65
  • 2
  • 12
0
votes
1 answer

pfSense Squid Rotate Log at Certain Size - Shell Script

Trying to create a shell script to cron at 4am everyday which will read the size of squid's access.log file and rotate it if it is past a certain size (20MB). Here is what I have so far: #!/bin/sh ymd=$(date…