Description |
-
-# Allow vlan7 hosts to get to websites
-pass in quick on vlan7 inet proto tcp from $vlan7_server_net to any port $web_ports
-
#
# home assistant is special
pass in quick on $OPENVPN_if inet proto tcp from <vpn_laptops> to $home_assistant port 8123 label "USER_RULE Allow user access to websites" label "id:1712312535" ridentifier 1712312535
@@ -514,23 +508,9 @@
pass in quick on $OPENVPN_if proto tcp from <vpn_laptops> to $pdu3 port https
pass out quick on vlan2 proto tcp from <vpn_laptops> to $pdu3 port https
-# Allow outoing_mail to mail
-pass in quick on vlan7 inet proto tcp from <outoing_mail> to any port 587
-
-
# allow FireTV to get to sources
-pass in quick on vlan3 inet proto tcp from $firetv to any port $web_ports
-pass in quick on vlan3 inet6 proto tcp from any to any port $web_ports
+pass in quick on vlan3 proto tcp from $firetv to any port $web_ports
-# seems to need this
-pass in quick on vlan3 inet proto tcp from $firetv to any port 123
-pass in quick on vlan3 inet proto udp from $firetv to any port 123
-
-pass in on vlan3 inet6 proto icmp6 all icmp6-type { routeradv neighbrsol neighbradv }
-# not sure about this..
-pass in on vlan3 inet6 proto udp from fe80::/10 port dhcpv6-server to fe80::/10 port dhcpv6-client no state
-
-pass in quick on vlan from any to any no state
|
---|