Allow access to node exporter and speedtest exporter from LAN.

This commit is contained in:
Joseph Hanson 2023-05-31 06:28:36 -05:00
parent 344a13ef66
commit 0ab3dd3415
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -236,6 +236,10 @@ set firewall name lan-local rule 3 description 'Rule: accept_dhcp'
set firewall name lan-local rule 3 destination port '67,68'
set firewall name lan-local rule 3 protocol 'udp'
set firewall name lan-local rule 3 source port '67,68'
set firewall name lan-local rule 4 action 'accept'
set firewall name lan-local rule 4 description 'Rule: accept_node_speed_exporter'
set firewall name lan-local rule 4 destination port '9798,9100'
set firewall name lan-local rule 4 protocol 'tcp'
# From LAN to SERVERS
set firewall name lan-servers default-action 'drop'