• 0 Votes
    4 Posts
    219 Views
    L
    the vpn stuff was fixed by switching the crypto acceleration to intel
  • RDP from LAN to WAN

    4
    0 Votes
    4 Posts
    559 Views
    V
    @mmo Did you enable logging on all rules?
  • PF match not working post-upgrade.

    Moved
    6
    0 Votes
    6 Posts
    811 Views
    J
    @crcagle It was definitely caused by the match statements for the traffic shaper as well as a bit of match rules I had to route specific traffic out a VPN connection vs the default gateway. I was able to get up and running without those features by comment out the match statements from /tmp/rules.debug and loading the file manually with 'pfctl -f /tmp/rules.debug'. I had the auto-config backup service running for a while and it still had a few configs from before the upgrade, so I just reinstalled 5.0-release, reapplied my config, reinstalled my packages and it was back to working as normal again. PF is pretty low level, so I'm not sure if something got left out of the kernel builds in 2.6 or if it was a big feature change in PF and the web UI hasn't been updated with the new keywords yet.
  • Block specific IP from being accessed by LAN clients

    5
    0 Votes
    5 Posts
    414 Views
    P
    Thanks everyone. Worked like a charm.
  • (Solved) Renaming Alias used in firewall rule

    6
    0 Votes
    6 Posts
    1k Views
    chudakC
    @jimp said in (Solved) Renaming Alias used in firewall rule: There is a fix in place now. You can install the System Patches package and then create an entry for 585e7567d0e308ce440ff1b0651976c97fe58115 to apply the fix. Tested that too and worked like a charm ! Thx!
  • VPN rules Hierarchy

    3
    0 Votes
    3 Posts
    399 Views
    H
    @vmac Just noticed. Any device using IPv6 will exit using the default gateway. The only rule affecting IPv6 are the rules preventing LAN, GUEST, and CAMERAS net access. On the LAN interfaces there is a default allow all rule at the bottom (hidden). So if a VPN_Device is using IPv6 instead of IPv4 it will not exiting using NordVPN. It will exit using the default gateway.
  • Firewall Debugging - Step Through

    3
    0 Votes
    3 Posts
    383 Views
    bmeeksB
    In addition to what @Gertjan noted, many folks who are new to firewalls don't understand that in the default behavior not all rules are evaluated for a packet. The packet is compared to rules starting with the very first rule in the list. The first rule encountered that matches on a packet results in that rule executing, either blocking or passing the packet, and then nothing else happens to that packet. It is not evaulated against the other rules. The first matching rule wins. The only exception to the above is Floating Rules which can have a "match" option for tagging packets. In that case, the packet is compared to each Floating Rule, and the "last match" wins. More details on Floating Rules is in the documentation here: https://docs.netgate.com/pfsense/en/latest/firewall/floating-rules.html.
  • Selective Routing with FQDNs - Subdomains Matter?

    3
    0 Votes
    3 Posts
    495 Views
    P
    @bmeeks Thank you.. this answers my question
  • Help needed on filtering bridge rules

    1
    0 Votes
    1 Posts
    145 Views
    No one has replied
  • PfSense IPTV Entertain TV Plus

    1
    0 Votes
    1 Posts
    119 Views
    No one has replied
  • 0 Votes
    2 Posts
    265 Views
    DerelictD
    @hanalei_boy Start typing the alias name in the port field.
  • Default deny rule IPv4 (1000000103) on LAN for no reason

    9
    0 Votes
    9 Posts
    38k Views
    Z
    So i know this is an old thread but i think this is whats happening to my storj node. Sonehow traffic is begin blocked but should not be. I have the correct port forwarded in my router but the satellites are being blocked. Here is a link to my other post. https://forum.netgate.com/topic/161260/necessary-traffic-being-blocked-how-to-identify-and-pass?_=1613954739379 I sure could use some help on this.
  • Block Access To Admin Gui Question.

    6
    0 Votes
    6 Posts
    1k Views
    T
    @hieroglyph Thanks. You've answered my questions and I see what you mean about blocking the TCP admin ports.
  • allowing only some websites

    8
    0 Votes
    8 Posts
    760 Views
    H
    @c00kie55 I do not use squid. Nor am I familiar enough with squid to give you a definite answer. But quick google search of allow only specific websites with squid seems to indicate it is possible.
  • Default rule blocking some Outgoing DNS

    8
    0 Votes
    8 Posts
    832 Views
    H
    @pfnow Nothing looks crazy in your rules. So there is either something weird happening with the DNS resolver/resolver settings. Or you states are expiring fast. Are 1.1.1.1, 8.8.8.8, and 8.8.4.4 the only three DNS servers you are using? If you are using other DNS servers are they also showing as being blocked by the default WAN rule?
  • Full openning of the pfSense

    1
    0 Votes
    1 Posts
    169 Views
    No one has replied
  • 21.05 Rule Counters Not Working

    Moved
    1
    0 Votes
    1 Posts
    124 Views
    No one has replied
  • "Many to one" outbound port rule

    2
    0 Votes
    2 Posts
    199 Views
    H
    What is the end goal here? This sounds like the way things are supposed to work. Source devices pick a random port for each outbound connection it wants to initiate. If I have x3 tabs open in my web brower (gmail.com, bank.com, and movie.com) my device will choose x3 random ports that look something like this: 192.168.1.11:23456 --> gmail.com:443 192.168.1.11:34567 --> bank.com:443 192.168.1.11:45678--> movie.com:443
  • Does blocking 192.168.0.0/16 also block addresses on 192.168.1.0/24?

    5
    0 Votes
    5 Posts
    658 Views
    S
    @ronpfs So are you saying that if the IP ranges overlap, then the firewall will block those IP addresses, regardless of what their "Network Address" is (one has a network address of 192.168.1.0 and one has 192.168.0.0)? [Edit] I did some more reading and realized that subnets can overlap and that is an incorrect design. I thought all subnets were unique and couldn't overlap, that is where my confusion was.
  • Renaming aliases breaks FW rules in 2.5.0

    Moved
    3
    0 Votes
    3 Posts
    562 Views
    P
    @psp thanks, that worked!
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.