• User Certificate Error Message

    10
    0 Votes
    10 Posts
    824 Views
    C

    Although I have not gotten my VPN to work yet, the youtube video "pfSenseBasics - Remote User VPN" has been very helpful for doing the VPN configuration.

  • pfsense short cpu load hang

    18
    0 Votes
    18 Posts
    1k Views
    DaddyGoD

    @fischstäbchen said in pfsense short cpu load hang:

    Zotac Zbox CI329 Barebone nano

    https://www.reddit.com/r/PFSENSE/comments/8kasfm/celeron_n4100_fanless_dual_nic_zotac_any_good_for/

  • No web GUI when internet is down

    13
    0 Votes
    13 Posts
    3k Views
    B

    @NollipfSense I am using a cable modem, so I guess I'll just wait and see if the issue returns. Hopefully not!

  • UK PfSense with modem

    3
    0 Votes
    3 Posts
    322 Views
    stephenw10S

    Yes, you will almost always need a modem of some sort. The only time you would not is if you have a direct Ethernet connection which would be extremely in likely in the UK, certainly for any home/soho user.
    But you can ditch the ISP supplied router in almost all cases and use something is, or acts as, a modem only.

    Steve

  • Hosting websites on DMZ gives cert error from LAN

    10
    0 Votes
    10 Posts
    1k Views
    GertjanG

    @notarobot said in Hosting websites on DMZ gives cert error from LAN:

    Does it seems like the right thing to do ?

    This is the moment that Iwould advise to check up with pihole manuals/forum/faq/.
    So I'll to that ;)

  • PF Sense WAN "watchdog timeout" and turns down internet

    2
    0 Votes
    2 Posts
    396 Views
    jimpJ

    From the description of the symptoms it sounds more like a hardware problem

  • pfSense freezes after 19-23 hours uptime

    9
    0 Votes
    9 Posts
    939 Views
    DaddyGoD

    You welcome and Cool_Corona didn't accidentally ask the bogons, ;-)

  • PHP Warning: PHP Startup: Unable to load dynamic library 'readline.so"

    2
    0 Votes
    2 Posts
    235 Views
    GertjanG

    Attached logs ?

    The errors were present before you tried to upgrade to 2.5.0 ?
    Upgraded from what version ?

  • How to solve ISP blocking remote UDP port?

    15
    0 Votes
    15 Posts
    4k Views
    GertjanG

    @yon-0 said in How to solve ISP blocking remote UDP port?:

    https://github.com/bol-van/zapret/

    Incredible.
    And impressive, the effort that has been taken to circumvent this 'MITM' thing.

    Using this tool asks for some serious networking knowledge. It's rather simple to know how much you need : you have to be smarter as those guys that made and put in place this 'DPI' thing.

    I don't know where you are, @yon-0 , I advise you to move out/away.

    Btw : DPI on https (TLS/SSL) : forget it, those DPI guys are not human, or aren't using terrestrial resources to do so.

  • two firewalls - external, and internal

    10
    0 Votes
    10 Posts
    834 Views
    J

    I'm guessing some kind of routing issue.

    The tracert from both the LAN & WAN interface should be identical as they will be both routing via the same gateway - at least that what's I got when tested on my firewall.

    Have a look at the routing table of FW1. It's LAN interface (which is the WAN/FW2) may require a static route telling it that 192.168.1.0/24 should be routed via its 192.168.2.1 interface. This would explain why WAN/FW2 works & LAN/FW2 doesn't as WAN/FW2 is sitting on the same subnet as LAN/FW1.

  • Using PFSense as ipsec Endpoint of Azure

    13
    0 Votes
    13 Posts
    2k Views
    stephenw10S

    I'm not aware of any issues using AES-GCM dircetly to Azure either. 😉

    But, yeah, better to start a new thread for that.

    Steve

  • Routing problem with a bit complex network setup

    9
    0 Votes
    9 Posts
    478 Views
    stephenw10S

    Nice. Yeah the automatic outbound NAT setting will NAT all traffic from internal subnets to the interface IP of any WAN type interfaces. But here it was seeing the LAN interface as a WAN so did not NAT traffic from that subnet as it left the actual WAN.

    Steve

  • Unknown - relayd not running?

    3
    0 Votes
    3 Posts
    462 Views
    L

    I figured the problem might be with the monitoring part of the setup but that looks fine too. What other info could I provide to shed better light?

  • New user, general questions

    5
    0 Votes
    5 Posts
    605 Views
    S

    @duvel

    With the work from home restrictions the wife and I saw the need to upgrade our wifi and so I went from an old Asus AC66U and an older Asus used as an extender, to Netgear Orbi (3 station) in AP mode. Immediate improvement both in throughput and coverage. I wish I’d done this ages ago but was not motivated until now. No problems interfacing with pFsense, Sonos, etc.

  • State Filtering Question

    6
    0 Votes
    6 Posts
    915 Views
    F

    mystery solved

    rawtaz in the irc channel suggested killing the state that referred to a rule it should not be referring to.

    When the state was re-established, it came up referencing the correct rule. The most likely scenario is that when the firewall rules are changed (i.e. adding or removing rules changes the number of the rules), the already established states do not have the rule numbers updated.

    This is a pf 'issue' and not pfSense since pfSense reads /dev/pf to get the states that match a particular rule.

  • 0 Votes
    8 Posts
    928 Views
    jimpJ

    Next time you reboot, hit Ctrl-T (^T) at the console a few times with some time in between when it's stuck there. See what that prints.

  • TrustedUserCAKeys for ssh

    1
    0 Votes
    1 Posts
    448 Views
    No one has replied
  • VLAN config IPv4 Configuration Type

    4
    0 Votes
    4 Posts
    551 Views
    bingo600B

    A VLAN is Layer 2 communication , MAC address oriented.
    The pfSense firewall is a Layer 3 device , as most firewalls are.

    pfSense filters (allows/deny) based on IP addresses.
    Your Vlan150 example uses the ip range 192.168.150.xx , so i'll assume the Vlan222 uses.

    On each interface where you have devices that has to reach hosts in Vlan222 , you would need to allow that "interface ip range" to send packets to the Vlan222 ip range.

    Ie. the fw rule on the Vlan150 would be :

    Action pass
    Interface "Vlan150"
    Addr Fam IPv4
    Proto Any
    Source Vlan150 net
    Dest Vlan222 net

    Now pray that your Vlan222 hosts have def-gw on the pfSense box , or you'll have to play with routes.

    /Bingo

  • 0 Votes
    8 Posts
    899 Views
    T

    Thanks everyone for all the replies, i'm gonna try with Rico suggestion, it looks like that's the correct approach.

  • cannot join an AD DC on a LAN from DMZ

    3
    0 Votes
    3 Posts
    365 Views
    R

    Thank you for your reply @stephenw10,

    I am able to ping from lan the dmz but not vice-versa (for security reasons won't be allowed). A-record for the dmz- pc has been manually created into the DNS of the AD.
    Let me open all ports, and will let you know back.

    Best,

    rickey

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.