• Floating Rule from pfBlocker NG blocks Pass rule

    1
    0 Votes
    1 Posts
    297 Views
    No one has replied
  • Creating a rule

    1
    0 Votes
    1 Posts
    300 Views
    No one has replied
  • Flooding

    14
    0 Votes
    14 Posts
    981 Views
    A
    I have found this baby, it's a telegram! Thanks' to all for assistanse.
  • edit icmp firewall rule nat generated failed

    2
    0 Votes
    2 Posts
    635 Views
    M
    An issue report is available here: https://redmine.pfsense.org/issues/14267
  • Restrict acces between computers based on mac address

    5
    0 Votes
    5 Posts
    567 Views
    M
    Get a switch that can do VACLs or PVLANs. Pfsense isnt the gear where this is done at.
  • bootp broadcast

    3
    0 Votes
    3 Posts
    715 Views
    muaddiibhM
    @tzvia thanks for writing. Internet → Cable Modem → Firewall (pfsense) The firewall is connected to the cable modem. There are no other routers. pfsense does get its WAN IP via DHCP … PS: To be honest, I haven't had the time yet to plug into the cable modem to check its configs. First thought was whether this inbound observation was something sophisticated and beyond my experience.
  • How to filter / pass multicast !?

    19
    0 Votes
    19 Posts
    2k Views
    L
    @johnpoz John, the ^multicast rule problem^ seems to be the state table. And that does not seems OK to me. I never / noticed a situation before that a rule did not work. Now nothing!! else even restarting the interface or dis and enable the rule etc was enough to make the rule work!! Seems a bug to me! A few not related remarks: the rule related to the router functions, is required despite the invisible default rules, because some applications do not use the gateway as DNS etc. (which I do not like, for which reason I sometimes redirect force those functions to the GW) related to IPV6, yep if you use e.g. netplan you van force the server to use a specific IPV6-IP (and you can filter that one). However: fixing IP via DHCP6 + RA is a drama (It does hardly work see my tests https://forum.netgate.com/topic/178423/some-doubts-about-router-advertisements/6) host generates IPV6 it-self e.g. for security purposes etc And I should try again, but in the past (not too long ago), the pfSense filtering on 'vlan-net' was a drama / did not work. As said I should perhaps retest .. What ever returning to the issue ^How to filter / pass multicast !??^, to put it mild I would not be surprised if there is a bug !
  • How to tie 2 internal LAN connectors together on different subnets

    4
    0 Votes
    4 Posts
    548 Views
    johnpozJ
    @aeubank said in How to tie 2 internal LAN connectors together on different subnets: This configuration still does not allow me to ping one device on a different subnet.. You sure its not just the other device not answering - tell for sure windows out of the box firewall would not answer a ping from some IP that is not on its local network. you rule there on lan1 for sure would allow ping to anything.. Doesn't matter what your rules on lan2 are.. So if your pinging something and it doesn't answer - that other thing either isn't using pfsense as its gateway, or it has a firewall rule.. Or maybe its mask is wrong and it things 192.168.15 is on its network 192.168.16, for example a /16 mask on the client vs /24 would do that.. But your rule would allow - so look to device your trying to ping... If you want to prove it to yourself, sniff on pfsense lan2 interface (packet capture under diagnostic menu) when you are pinging from your lan1 device -- do you see the pings going to the device.. then pfsense did its thing - the device not answering nothing pfsense can do about that.
  • DCHP IP address leases Idle/Offline

    11
    0 Votes
    11 Posts
    1k Views
    jimpJ
    For future reference, if you have a question like this, the first thing to check is the help/documentation for the page. Hit this link on the page and it'll take you to the most relevant docs page: [image: 1680612947970-33e0dd41-9fda-4d66-9b39-b71e4a86f29f-image.png] The page it links to explains the meaning of that column: [image: 1680613001389-2ea8f90f-f60d-4550-93be-5cb3d7cf257f-image.png]
  • Explore a metered connection and add additional firewall roules therefore

    1
    0 Votes
    1 Posts
    378 Views
    No one has replied
  • [SOLVED] HTTPs response from VoIP to LAN subnet is rejected or dropped

    7
    0 Votes
    7 Posts
    674 Views
    R
    Turned out I had a forgotten legacy (no longer relevant) DHCP-assigned static route. No more trouble after this was removed from DHCP and DHCP release renewed...
  • Pfsense block https://facturacion.prb.com.mx:442/

    5
    0 Votes
    5 Posts
    519 Views
    L
    @johnpoz [image: 1680270416460-tcpdenied.png] TCP_DENIED/403 is caused by pfsense or squid?
  • Block sites Using DNS views

    1
    0 Votes
    1 Posts
    317 Views
    No one has replied
  • Radius Authentication with LDAP

    1
    0 Votes
    1 Posts
    317 Views
    No one has replied
  • Net Install of Debian Server on DMZ

    5
    0 Votes
    5 Posts
    639 Views
    DigiguyD
    @steveits Thank you! Those rules work! Now will try to understand why... :) So much to learn, so little time!
  • Freeze while connection interruption

    13
    0 Votes
    13 Posts
    1k Views
    S
    @gislenitsupport Yeah sorry that's pretty sneaky for them to use the same model number. The eMMC utility says it is available only on Plus. I guess you could upgrade? Does the console show anything when it stops responding?
  • pfSense+ 23.01 GUI Suddenly Very Slow

    4
    0 Votes
    4 Posts
    819 Views
    nfld_republicN
    I think I found the culprit: ntopng I removed the package and now everything back to normal responsiveness.
  • Apple TV upgrade

    5
    0 Votes
    5 Posts
    672 Views
    F
    @johnpoz said in Apple TV upgrade: @furom do those IPs have any meaning? What is 1.79 and 10.165? Did the box at 50.5 use to be in those networks? No, none of those IPs make any sense. But by the sound of it, the AirPlay tip above should do the trick. Fingers crossed!
  • Block External DNS

    10
    0 Votes
    10 Posts
    1k Views
    S
    @wolf07 Sure. Although note blocking to IP_PublicDNS:443 doesn't block to any other DoH servers that aren't in that alias.
  • Routing from subnet does not belong to pfsense

    37
    0 Votes
    37 Posts
    3k Views
    F
    @moussa854 I came to the same problem and after a lot of trial and error I found out that in order to UDP hole punch to work with pfsense you need to set Static Port on NAT outbound. From the menu Firewall > NAT > Outbound select Mode = Manual and edit the auto created rule LAN to WAN and set static port. Now everything should work ;)
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.