21 јан 2019 urukctl 20190121
urukctl — uruk control script
urukctl is the user interface for the uruk system. It is used to create or change saved iptables rulesets, to change the current loaded rulesets and to report on uruk's status.
See uruk(8) for information on how to get started with the Uruk system, and for a tutorial. This manpage gives just the details on urukctl.
The urukctl script calls uruk to process /etc/uruk/rc. (The uruk init script calls urukctl.)
These 4 ruleset pairs (for both IPv4 and IPv6) exist in a system using uruk:
arguments
urukctl should be called as either urukctl argument or
urukctl argument option. Possible values are:
If not yet done, save current iptables status in "inactive" ruleset. (Re)build and load the "active" ruleset.
Save the current iptables status in given ruleset.
Create an "active" or "inactive" ruleset with sane defaults: "active" will be based upon the uruk rc file. "inactive" will allow all traffic.
Load a saved ruleset
(Re)build and load the "active" ruleset, without temporarily clearing the current iptables status.
(Re)build and load the "active" ruleset, in case uruk is running.
Load the "inactive" ruleset.
Perform stop-actions followed by start-actions.
Print the current status of the service: show which ruleset is loaded, and wether uruk is "running".
Remove all rules and user-defined chains, set default policy to ACCEPT.
Remove all rules and user-defined chains, set default policy to DROP.
Flush all rules from the current iptables status.
configuration
urukctl uses the file /etc/default/uruk (on Debian, Ubuntu and related
systems) or /etc/sysconfig/uruk (on Red Hat, Fedora and related systems) for
configuration. Variables used in this file are:
wether to check for existence and sanity of uruk rc file; set to false if you don't like this, e.g. when using the uruk initscript for managing saved rulesets only (i.e. not for calling uruk or uruk-save).
set to false to disable IPv6 support. Set to $(enable-ipv6) to dynamically decide wether to filter IPv6 traffic.
enable calling the unstable uruk-save script.
set to "false" to disable autosaving the active ruleset when going from start to stop.
set to "false" to disable saving table counters with rulesets.
iptables(8), iptables-save(8), iptables-restore(8), ip6tables(8), ip6tables-save(8), ip6tables-restore(8), http://www.netfilter.org/
interfaces(5), http://packages.debian.org/ifupdown.
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/.