mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-11 07:31:25 +02:00
updated man page
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
2008-07-03 Vadim Kurland <vadim@vk.crocodile.org>
|
||||
|
||||
* fwbuilder.1: updated man page for fwbuilder GUI.
|
||||
|
||||
* ipt.cpp (main): document iptables version settings from the
|
||||
firewall object in generated script (for support and debugging).
|
||||
|
||||
|
||||
+36
-9
@@ -8,9 +8,13 @@ fwbuilder \- Multiplatform firewall configuration tool
|
||||
.SH SYNOPSIS
|
||||
|
||||
.B /usr/bin/fwbuilder
|
||||
[
|
||||
.B -f file.xml
|
||||
]
|
||||
.RB [-f file.fwb]
|
||||
.RB [-d]
|
||||
.RB [-h]
|
||||
.RB [-o file]
|
||||
.RB [-p object_name]
|
||||
.RB [-v]
|
||||
|
||||
|
||||
.SH "DESCRIPTION"
|
||||
|
||||
@@ -29,19 +33,42 @@ GUI and policy compilers are completely independent,
|
||||
this provides for a consistent abstract model and the
|
||||
same GUI for different firewall platforms.
|
||||
|
||||
At the moment of this writing Firewall Builder supports firewalls
|
||||
based on iptables (available on Linux, kernel 2.4.x, see
|
||||
fwb_ipt(1)), ipfilter (available on a variety of platforms
|
||||
including *BSD, Solaris and others, see fwb_ipf(1)) and pf (available
|
||||
on OpenBSD 3.0, see fwb_pf(1))
|
||||
Firewall Builder supports firewalls based on iptables (Linux kernel
|
||||
2.4.x and 2.6.x, see fwb_ipt(1)), ipfilter (variety of platforms
|
||||
including *BSD, Solaris and others, see fwb_ipf(1)), pf (OpenBSD and
|
||||
FreeBSD, see fwb_pf(1)), ipfw (FreeBSD and others), Cisco PIX (v6.x
|
||||
and 7.x) and Cisco IOS extended access lists.
|
||||
|
||||
|
||||
.SH OPTIONS
|
||||
|
||||
.IP "-f FILE"
|
||||
Specify the name of the file to be loaded when program starts.
|
||||
|
||||
.IP "-d"
|
||||
Turns on debug mode. Note that in this mode the program generates
|
||||
lots of output on standard error. This is used for debugging.
|
||||
|
||||
.IP "-h"
|
||||
Prints brief help message
|
||||
|
||||
.IP "-o file"
|
||||
Specify the name of the file for the print output, see option "-p".
|
||||
|
||||
.IP "-p object_name"
|
||||
Print rules and objects for the firewall object "object_name" and
|
||||
immediately exit. The program does not go into interactive mode and
|
||||
does not need X11. Print output will be placed in the file specified
|
||||
with "-o" option. If file name is not given with option "-o", print
|
||||
output is stored in the file "print.pdf" in the current directory.
|
||||
|
||||
|
||||
.SH FILES
|
||||
.IP $HOME/.qt/firewallbuilder2rc
|
||||
fwbuilder stores user preferences in this file
|
||||
Fwbuilder v2.1 stores user preferences in this file.
|
||||
|
||||
.IP $HOME/.config/netcitadel.com/Firewall\ Builder.conf
|
||||
Fwbuilder v3.0 stores user preferences in this file.
|
||||
|
||||
.SH URL
|
||||
Firewall Builder home page is located at the following URL:
|
||||
|
||||
+3
-1
@@ -620,7 +620,9 @@ int main( int argc, char ** argv )
|
||||
#endif
|
||||
if (pparam)
|
||||
{
|
||||
FWWindow::printFirewallFromFile(filename,pparamValue,print_output_file_name);
|
||||
FWWindow::printFirewallFromFile(filename,
|
||||
pparamValue,
|
||||
print_output_file_name);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user