The problem (question) is I can't see this automatically added rule but CARP works.
# pfctl -sr | grep vlan16 block drop in on ! vlan16 inet from 10.29.252.0/24 to any block drop in on vlan16 inet6 from fe80::211:aff:fe53:4460 to any pass out quick on vlan16 all flags S/SA keep state label "let out anything from firewall host itself" pass out quick on vlan16 proto icmp all keep state (tcp.closed 5) label "let out anything from firewall host itself" pass out quick on vlan16 all flags S/SA keep state (tcp.closed 5) label "let out anything from firewall host itself" ... user rules ... pass in quick on vlan16 inet proto tcp from any to 127.0.0.1 port = 8039 flags S/SA keep state label "FTP PROXY: Allow traffic to localhost" pass in quick on vlan16 inet proto tcp from any to 127.0.0.1 port = ftp flags S/SA keep state label "FTP PROXY: Allow traffic to localhost"
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.