Page 1 of 1

Open all ports for outbound UDP within LAN?

Posted: 14 May 2020, 18:50
by ajkessel
Is there a simple way to open all outbound UDP ports on a device only for destinations within the LAN? I know I could do it manually with iptables:

Code: Select all

# iptables -I OUTPUT -p udp -d 192.168.0.0/24 -j ACCEPT
But is there a standard way to do this within CSF configuration?