#!/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-input-accept module is for locally defined rules of INPUT traffic #that is to be accepted. /usr/bin/sudo /sbin/iptables -N local-input-accept /usr/bin/sudo /sbin/iptables -A INPUT -i ! lo -j local-input-accept