Open all ports for outbound UDP within LAN?
Posted: 14 May 2020, 18:50
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:
But is there a standard way to do this within CSF configuration?
Code: Select all
# iptables -I OUTPUT -p udp -d 192.168.0.0/24 -j ACCEPT