How can I specify an iptables rule like this with shorewall?
iptables -A INPUT -m state
The administrator has disabled public write access.
Posted 3 Months, 2 Weeks ago
paydayloan
Senior Boarder
Posts: 65
[f'up to alt.os.linux.mandrake because of shorewall specific question]
You can only specify the overall behavior in /etc/shorewall/shorewall.conf, with a 'ALLOWRELATED=yes', which results in the following rules on top of each chain: ACCEPT all
The administrator has disabled public write access.