View Issue Details

IDProjectCategoryView StatusLast Update
0000292My infrastructureGeneralpublic2025-03-20 19:12
Reporterdvl Assigned Todvl  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Summary0000292: rules - these were removed ; not sure they were needed.
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
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-03-20 19:12 dvl New Issue
2025-03-20 19:12 dvl Status new => assigned
2025-03-20 19:12 dvl Assigned To => dvl