Skip to main content

Questions tagged [pfsense]

A free firewall based on Packet Filter (pf) and FreeBSD 6.

0 votes
0 answers
25 views

Trying to access Synology NAS via DDNS Url, using HAproxy thru PFSense

I have 1) A new Synology Diskstation NAS, which gives me the ability to access my files on it remotely using a feature called Synology Drive, and 2) a PFSense box which serves as my home network's ...
Superion's user avatar
  • 441
0 votes
0 answers
21 views

Problems with Captive Portal on pfSense

I need help configuring the Captive Portal on the pfSense Firewall. What I need? I need to put Captive Portal on some access points to prevent users from using Wi-Fi. I've already tried to create a ...
Thiago Canato de Azevedo's user avatar
0 votes
0 answers
31 views

PFsense: fake subnet

I have got on IPSec tunnel mapping a remote 172.x/24 network to my local 10.x/16 network. Because I cannot change the configuration on the remote site I need to use this like this (with 10.x/16 ...
LeifSec's user avatar
  • 73
0 votes
1 answer
171 views

How to resolve an asymmetric routing issue?

I have a network consisting of the following: PfSense router with untagged network 10.1.0.0/23 and tagged VLAN 40 network of 10.1.40.0/24. I have a wireless computer connected to the the 10.1.0.0 ...
KevDog's user avatar
  • 1
0 votes
1 answer
100 views

Has anyone ran a pfsense firewall behind a Starlink dish and successfully deployed OpenVPN?

So I've connected my Netgate pfsense firewall directly to my starlink dish (gen 1 router with round dish) successfully, and have WAN/LAN running smoothly. Port1WAN 192.168. I followed this video and ...
zompakto's user avatar
0 votes
1 answer
261 views

Temporary failure in name resolution - pfSense + Ubuntu

I have 2 VMs on Hyper-V: pfSense Ubuntu Server 22.04 The pfSense VM is connected to 2 virtual switches - External WAN and Private LAN, which acts as the internal switch for the rest of the VMs. The ...
Stackerito's user avatar
0 votes
0 answers
50 views

How to configure a PC running pfsense to act as firewall for all network traffic

I am trying to set up PFsense in my network as a firewall between my modem (ATT modem and my WiFi 6 router). The setup I'm using is a PC with Ubuntu and VMware running PFsense. I have two network ...
Vincent Cooke's user avatar
0 votes
1 answer
75 views

Options for Connecting Verizon ONT via 10G CAT6a to Firewall's SFP+ with Intel SoC Limited Compatibility?

Reposting here after visiting Verizon Forums & Netgate Forums... I have FiOS and the provided ONT outputs 10G via RJ45 Ethernet. I purchased a Netgate 8200 pfSense+ firewall/router appliance. I'm ...
ZoshMan's user avatar
  • 19
0 votes
0 answers
23 views

PFSense: Subnet can not communicate to the outside

I have multiple subnets on a hypervisor with four Ethernet ports. Two are called subnets. Both of them are utilizing a NordVPN tunnel as their default gateway. The first subnet LAN can talk to ...
daniellooartist's user avatar
0 votes
0 answers
37 views

Getting 2 PFSense routers to communicate with eachother

I have two routers. R2 can communicate with R1 but R1 can not communicate with R2. I know that we are supposed to resolve this with static routes. I have a screenshot showing all my work. What am I ...
daniellooartist's user avatar
0 votes
1 answer
643 views

How to get Starlink to work with an OpenVPN server

I moved and my only option for decent internet is Starlink, which is behind a CGNAT. I don't have a lot of experience with getting around it. Hoping to get some advice or to know what the best way to ...
Spacefigher's user avatar
0 votes
0 answers
98 views

Can I have a modem/router going to 2 computers then also have another router going to 2 other computers with all getting internet

I have a modem/router in one, and it's going to 2 computers itself. Then I have an Ethernet cable going to an unmanaged switch, then from the switch going to 2 different computers. All have Ethernet ...
Dorian's user avatar
  • 1
0 votes
0 answers
62 views

redirect to PFsense IPsec tunnel endpoit which has public IP

I have got a working IPsec connection where the Remote subnet has a non internet IP address (105.x.y.z/25). Trying to access this address of course leads to the public internet. How can I redirect all ...
LeifSec's user avatar
  • 73
0 votes
0 answers
133 views

Wireguard VPN pfSense -> Speedport router: No connection

I have a network A with the subnet 192.168.1.1/24, connected to a Telekom Speedport Smart 3, and a network B with the subnet 10.168.1.1/24, connected to an SG-1100 with pfSense (behind a cable modem). ...
user73347's user avatar
0 votes
0 answers
32 views

PFSense virtual box installation broken

steps to reproduce: Insert PFSense as iso. Bootoad from iso in virtual box Expected: Install screen is loaded https://www.youtube.com/watch?v=LX-Y-99zJ3M Actual: Screen with list command without ...
user avatar
0 votes
0 answers
18 views

How to have pfSense append an RFC 6238 suffix to client passwords when connecting to OpenVPN server?

I want to setup pfSense to bridge two networks using OpenVPN. But due to non-security reasons, and not security reasons, it is required that the user's password have a 6-digit suffix (that follows the ...
Ian Boyd's user avatar
  • 22.5k
1 vote
0 answers
74 views

Fordwarding all incoming traffic to a specific dest IP through OpenVPN tap0 interface

Can anybody help me out on how I am supposed to make sure, my VPS accepts all traffic to 1.1.1.1/30 (sample IP) and forwards it to my pfSense instance? I've got the following setting: I have a VPS ...
misak's user avatar
  • 11
0 votes
0 answers
189 views

How to connect a physical Windows PC to a virtual PFSense router that runs on a virtual GNS3 network

I’m attempting to access a virtual PFsense devices web GUI that resides on a GNS3 virtual network, from my physical windows PC (where GNS3 is installed on). On the GNS3 VM I have ensured that the ...
SneakyShrike's user avatar
0 votes
1 answer
226 views

IpSec StrongSwan HA config misses / no connection

I am using strongswan on rasberian 12 to connect to PFsense with /etc/ipsec.conf from an external network to an PfSense: config setup conn %default keyexchange=ikev1 conn peer-ipsec.xxx.de-...
LeifSec's user avatar
  • 73
0 votes
0 answers
146 views

IPSEC libreswan interface endpoint does not match left or right

I am using libreswan on raspberry Pi OS 12 to connect to PFsense with /etc/ipsec.conf from an external network config setup conn %default #keyexchange=ikev1 conn peer-ipsec.xxx.de-tunnel-1 ...
LeifSec's user avatar
  • 73
0 votes
0 answers
122 views

Allow traffic from one VLAN to another via WAN access

The most concise way to ask is: I just learned that, even using a public URL to a website hosted on my LAN does not work when visiting it from my other VLAN, but is the fpSense Reflection setting of ...
Craig's user avatar
  • 455
0 votes
1 answer
311 views

block RFC1918 networks in pFsense for LAN seems not to work

Description of the issue: I've created a rule inside pFsense to block any traffic directed at RFC1918 originating from my OPT1 network, and it works fine. Now when I open terminal on OPT1 network PC I ...
Alexandr Tolub's user avatar
0 votes
0 answers
72 views

Installing pfsense on Company Network

I would greatly appreciate some tips and advice on how I can replace my company Router with pfsense. I will explain the network infrastructure shortly. The Network Setup is as follows ISP connects to &...
z3tssu's user avatar
  • 1
0 votes
0 answers
153 views

Can't ping / access GNS3 PFSense virtual device but can ping GNS3 VM on same subnet

I have a basic GNS3 network that I’m trying to setup with PFSense. I have managed to install the PFSense module and can now add it as a device within GNS3. However after adding, configuring and ...
SneakyShrike's user avatar
0 votes
1 answer
171 views

PFSense as linode Firewall

I am building my master’s final project and was planning on having pfsense as the main firewall to monitor and manage all the instances. I chose Linode, well due to cheap and network chuck’s ...
Hardipinder Singh's user avatar
0 votes
0 answers
228 views

pfsense squid proxy is blocking some sites

I am not expert in pfsense firewall. Though I have pfsense 2.6.0 installed with squid & squidguard. Also i have configured target catagories in SquidGuard. All is working as per my configuration ...
Vinod Chougule's user avatar
1 vote
1 answer
615 views

How do I route (send) mail through a WireGuard Tunnel when sending email from one of my self-hosted domains?

The Issue: Mail is not going OUT over the WireGuard tunnel. The Question: How do I configure the mail server or pfSense to use the WireGuard tunnel when sending email from one of my self-hosted ...
I Own I Owe Oh My's user avatar
0 votes
0 answers
226 views

pfSense not working properly on Azure VNet? What do i do?

I'm currently working on a project based on creating virtual networks and configuring a virtualized firewall (pfSense) along with access control. I was given this project idea in a cybersecurity ...
Thanos's user avatar
  • 101
0 votes
0 answers
838 views

Using pfSense on proxmox as an Internet router for my LAN

I have 2 networks, one is 192.168.0.0/24 and the other is 192.168.1.0/24. The first network has access to the Internet and the Internet gateway is 192.168.0.1(my dsl router IP). The second one has not ...
Morteza's user avatar
3 votes
1 answer
1k views

pfSense and OpenVPN client but traffic exits through the WAN interface

My goal is to have my internal network traffic go out to the internet through a VPN tunnel. I checked all previous questions but none of them had the same problem as I am facing, and none of the ...
Yogev Neumann's user avatar

15 30 50 per page
1
2 3 4 5
11