Open all ports for outbound UDP within LAN?

Post Reply
ajkessel
Junior Member
Posts: 15
Joined: 10 Jun 2007, 19:16

Open all ports for outbound UDP within LAN?

Post 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?
Post Reply