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

PFsense logg push using TCP

I need your help. I'm using PFsense 2.4.3 and Debian 9. I have installed and configured rsyslog server on Debian. Can you tell me how to push PFsense logs to Debian rsyslog server via TCP protocol? Because by default, PFSense push logs only by UDP,…
SergNik
  • 1
  • 2
0
votes
1 answer

How to use samba in Linux Fedora 26 to mount a share folder

I'm using samba in Linux Fedora 26 to mount a share folder, but it is showing some error which is mentioned below: The Command I used is: mount_smbfs -I 192.168.1.10 "//Mohamed@gworks-developer-pc/smbtest1" /mnt/local_share And I get the…
ajithk
  • 13
  • 2
0
votes
0 answers

pfsense DMZ configuration with Web Server

I'm new here :) I would like to ask you something: I have at home a little network with three subnets define with a Pfsense: - 192.168.1.252/24, my PfSense WAN interface, addressing by DHCP static mapping from my ISP box - 192.168.2.252/24, my…
Razan
  • 1
  • 3
0
votes
1 answer

Does pf sense support mips architecture?

if so then how to cross compile it from src using build.sh script given at pf sense GitHub repository Any link to a related (cross compile pfsense for MIPS) documentation would be helpful
PI_ED
  • 59
  • 8
0
votes
0 answers

Custom Web Traffic Graphs for pfSense

Background info: Using pfSense 2.4.3 and its' DHCP Server im setting up DNS based web filtering for the users behind. I'm using nsafe dns for the dns IP and all is working good, im able to block CIPA enforced content plus phishing but I need to be…
0
votes
1 answer

Pfsense no is populating data to Splunk

I have a problem, when I am sending the log from the pfsense to the splunk. Te current configuration is: Pfsense 192.168.1.128 Splunk 192.168.1.129 (Are 2 different VMs) So the configuration of Pfsense is send remote loggin to the IP of the spunk in…
pompepo
  • 3
  • 2
0
votes
1 answer

Trouble setting up NGINX behind pfSense Router

I'm attempting to setup an NGINX reverse proxy on my network, it is currently running on an Ubuntu VM. I'd like to run a website running in IIS, and another site running on Apache in a Linux VM behind the same public IP address. NGINX seemed like…
Justin Packwood
  • 337
  • 2
  • 12
0
votes
1 answer

Captive Portal PFSENSE

I have a problem with the Captive Portal. My config.: Pentium 4, 512MB RAM. WAN: 192.168.1.105 - This is my Internet. LAN: 10.10.10.1 - This lan connect to my router. The problem is when I connect to the Router with two device and writing the…
0
votes
1 answer

SSH to pfSense and run commands

If I ssh to pfSense I have to select 8 to access the shell then I can run my commands as root. If I create a new user I can ssh direct to the shell, but have no root access. I'm trying to write a script that will log me in, select option 8 and then…
Tom
  • 1,436
  • 24
  • 50
0
votes
1 answer

How can I save CPU usage in a variable on FreeBSD?

I want to display my CPU usage in a command, take it the percentage and assign to a variable. Also, it could be form to calculate that. maybe a way occupying top.
0
votes
1 answer

pfSense Traffic Shaping - distribute bandwidth evenly

I am trying to distribute traffic evenly per IP on the network. I have seen an implementation of this using monowall with a simple check-box for distributing bandwidth evenly, but since monowall is discontinued I am resorting to pfSense or Opnsense.…
WMRamadan
  • 974
  • 1
  • 11
  • 25
0
votes
1 answer

TCSH: i need find getops in tsch shell

i am trying to to do this in tcsh shell but i can't find some command to do this; while getopts 'w:c:hp' OPT; do case $OPT in w) WARN=$OPTARG;; c) CRIT=$OPTARG;; #this is in bash h) hlp="yes";; p) perform="yes";; *) …
0
votes
1 answer

pfsense fatal trap 12 page fault while in kernel mode

I have pfsense box that I use just for testing and learning. Today i plugged it in with the intention of deploying it to production and got the following error: Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id=00 fault virtual…
jtlindsey
  • 4,346
  • 4
  • 45
  • 73
0
votes
1 answer

pfsense IkeV2 Server Windows 10 VPN Client 809 Error

I have a pfSense router with Ipsec vpn setup using EAP-MSChapV2 per the guide here: pfSense IKEv2 with EAP-MSCHAPv2 Android and iOS clients connect fine, however ironically the Windows 10 client does not. I have set the client connection under…
James Hancock
  • 3,348
  • 5
  • 34
  • 59
0
votes
2 answers

Remove from URL haproxy

I have an haproxy server and I need it to rewrite the URL. For example, I have a url that is like this: http://myserver.com/UserName/signalr/..... and I need to remove the UserName, so when haproxy forwards to the server the url…
h3li0s
  • 613
  • 9
  • 25