perfsonar / toolkit

perfSONAR Toolkit distribution environment scripts and GUI
Apache License 2.0
30 stars 5 forks source link

Reconsider Opening TCP+UDP for all ports #482

Open mfeit-internet2 opened 1 week ago

mfeit-internet2 commented 1 week ago

Configure_firewall opens both the TCP and UDP ports for each port range whether there's a service listening there or not. It should probably do one or the other.

See: https://github.com/perfsonar/toolkit/blob/2afce7ca5652cb7964bb833d96ece99ec955a7da/toolkit/perfsonar-toolkit/scripts/configure_firewall#L194