diff --git a/docs/Shorewall-perl.xml b/docs/Shorewall-perl.xml index baafa3155..277e6560a 100644 --- a/docs/Shorewall-perl.xml +++ b/docs/Shorewall-perl.xml @@ -381,10 +381,12 @@ insert_rule $filter_table->{OUTPUT}, 1, "-p udp --sport 1701 -j ACCEPT"; Your ipsets must be loaded before Shorewall starts. You are free to try to do that with the following code in - /etc/shorewall/start: + /etc/shorewall/start (it works for me; your milage may + vary): if [ "$COMMAND" = start ]; then ipset -U :all: :all: + ipset -U :all: :default: ipset -F ipset -X ipset -R < /etc/shorewall/ipsets