#!/bin/bash #Copyright 2004 William Stearns #Released under the GPL #Automatically generated by Modwall, http://www.stearns.org/modwall/ #Note that this module depends on system specific configuration #so your output will differ. #==== Brick specific help ==== # The local-forward-accept module is for locally defined rules of FORWARD traffic #that is to be accepted. /usr/bin/sudo /sbin/iptables -N local-forward-accept /usr/bin/sudo /sbin/iptables -A FORWARD -j local-forward-accept