mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-24 00:23:28 +01:00
Make the Introduction and QuickStart Guides more obvious in the documentation index -- take 3
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2473 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
af366ccd4e
commit
946a464437
@ -57,6 +57,73 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
|
<para>The following article is also recommended reading for
|
||||||
|
newcomers.</para>
|
||||||
|
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para><ulink url="configuration_file_basics.htm">Configuration File
|
||||||
|
Basics</ulink><itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para><ulink url="configuration_file_basics.htm#Comments">Comments
|
||||||
|
in configuration files</ulink></para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para><ulink url="configuration_file_basics.htm#Continuation">Line
|
||||||
|
Continuation</ulink></para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para><ulink url="configuration_file_basics.htm#INCLUDE">INCLUDE
|
||||||
|
Directive</ulink></para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para><ulink url="configuration_file_basics.htm#Ports">Port
|
||||||
|
Numbers/Service
|
||||||
|
Names</ulink>configuration_file_basics.htm#Ports</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para><ulink url="configuration_file_basics.htm#Ranges">Port
|
||||||
|
Ranges</ulink></para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para><ulink url="configuration_file_basics.htm#Variables">Using
|
||||||
|
Shell Variables</ulink></para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para><ulink url="configuration_file_basics.htm#dnsnames">Using
|
||||||
|
DNS Names</ulink></para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para><ulink
|
||||||
|
url="configuration_file_basics.htm#Compliment">Complementing an IP
|
||||||
|
address or Subnet</ulink></para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para><ulink url="configuration_file_basics.htm#IPRanges">IP
|
||||||
|
Address Ranges</ulink></para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para><ulink url="configuration_file_basics.htm#Levels">Shorewall
|
||||||
|
Configurations (making a test configuration)</ulink></para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para><ulink url="configuration_file_basics.htm#MAC">Using MAC
|
||||||
|
Addresses in Shorewall</ulink></para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist></para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
<para>The remainder of the Documentation supplements the QuickStart Guides.
|
<para>The remainder of the Documentation supplements the QuickStart Guides.
|
||||||
Please review the appropriate guide before trying to use this documentation
|
Please review the appropriate guide before trying to use this documentation
|
||||||
directly.</para>
|
directly.</para>
|
||||||
@ -120,68 +187,6 @@
|
|||||||
(Description of all /sbin/shorewall commands)</para>
|
(Description of all /sbin/shorewall commands)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para><ulink url="configuration_file_basics.htm">Common configuration
|
|
||||||
file features </ulink><itemizedlist>
|
|
||||||
<listitem>
|
|
||||||
<para><ulink url="configuration_file_basics.htm#Comments">Comments
|
|
||||||
in configuration files</ulink></para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para><ulink url="configuration_file_basics.htm#Continuation">Line
|
|
||||||
Continuation</ulink></para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para><ulink url="configuration_file_basics.htm#INCLUDE">INCLUDE
|
|
||||||
Directive</ulink></para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para><ulink url="configuration_file_basics.htm#Ports">Port
|
|
||||||
Numbers/Service
|
|
||||||
Names</ulink>configuration_file_basics.htm#Ports</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para><ulink url="configuration_file_basics.htm#Ranges">Port
|
|
||||||
Ranges</ulink></para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para><ulink url="configuration_file_basics.htm#Variables">Using
|
|
||||||
Shell Variables</ulink></para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para><ulink url="configuration_file_basics.htm#dnsnames">Using
|
|
||||||
DNS Names</ulink></para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para><ulink
|
|
||||||
url="configuration_file_basics.htm#Compliment">Complementing an IP
|
|
||||||
address or Subnet</ulink></para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para><ulink url="configuration_file_basics.htm#IPRanges">IP
|
|
||||||
Address Ranges</ulink></para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para><ulink url="configuration_file_basics.htm#Levels">Shorewall
|
|
||||||
Configurations (making a test configuration)</ulink></para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para><ulink url="configuration_file_basics.htm#MAC">Using MAC
|
|
||||||
Addresses in Shorewall</ulink></para>
|
|
||||||
</listitem>
|
|
||||||
</itemizedlist></para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><ulink url="Documentation.htm">Configuration File Reference Manual
|
<para><ulink url="Documentation.htm">Configuration File Reference Manual
|
||||||
</ulink><itemizedlist>
|
</ulink><itemizedlist>
|
||||||
|
Loading…
Reference in New Issue
Block a user