2 juin 2011
uruk-save
20110602
NAME
uruk-save — save uruk rc configuration in iptables-save-style format
SYNOPSIS
uruk-save [-6 (save ip6tables rules)]
OPTIONS
-6 (
save ip6tables rules)
Don't save iptables rules but save
ip6tables rules, for IPv6 filtering.
DESCRIPTION
uruk-save saves the IPv4 rules in /usr/local/etc/uruk/rc in iptables-save(5)-style
format, without invoking iptables(8). If the -6 option is given, the
IPv6 rules (if any) in /usr/local/etc/uruk/rc are saved, in ip6tables-save(5)-style
format. It prints output to stdout; suggested invocation therefore is
# uruk-save > /usr/local/var/lib/uruk/iptables/active
or
# uruk-save -6 > /usr/local/var/lib/uruk/ip6tables/active
. This script is useful if you don't like the default behaviour of the uruk
init script, and would like it to load the current uruk rc file instead of the
current active file. Please note: generally you don't need to invoke this
script manually: the init script which comes with uruk is suitable for most
cases, it invokes uruk-save if needed.
WARNING
Just as uruk, in order to keep the uruk-save script small and simple, the
script does very little error handling. It does not check the contents of the
rc file in any way before executing it. When your rc file contains bogus
stuff, uruk-save will very likely behave in unexpected ways. Caveat emptor.
Things will likely break if you do fancy stuff in an rc hook file. For
instance, uruk-save saves the filter table only. If you define mangle or nat
tables, things will break.
If your rc file is in verbose mode (i.e. it features set -x) or in no-act
mode (i.e. it features iptables='echo iptables'), uruk-save fails.
SEE ALSO
uruk(8), uruk-rc(5) .
COPYRIGHT
Copyright (C) 2005 Joost van Baal <joostvb-uruk@mdcc.cx>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program. If not, see http://www.gnu.org/licenses/.
AUTHOR
Joost van Baal <joostvb-uruk@mdcc.cx>