Stress that /etc/shorewall/shorewall.conf is expected to exist

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7260 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-08-31 15:24:45 +00:00
parent 42db4a732e
commit 8d220e4fe2
3 changed files with 18 additions and 4 deletions

View File

@ -58,8 +58,7 @@
<para>In order to implement this solution, your iptables and kernel must <para>In order to implement this solution, your iptables and kernel must
support the 'recent match' extension (see <ulink url="FAQ.htm#faq42">FAQ support the 'recent match' extension (see <ulink url="FAQ.htm#faq42">FAQ
42</ulink>). These instructions also assume Shorewall version 2.2.0 or 42</ulink>).</para>
later.</para>
<para>In this example:</para> <para>In this example:</para>

View File

@ -842,7 +842,13 @@ DNAT net loc:192.168.1.3 tcp 4000:4100</programlisting>
directory rather than the corresponding files in /etc/shorewall. The directory rather than the corresponding files in /etc/shorewall. The
alternate directory need not contain a complete configuration; those files alternate directory need not contain a complete configuration; those files
not in the alternate directory will be read from <filename not in the alternate directory will be read from <filename
class="directory">/etc/shorewall</filename>.</para> class="directory">/etc/shorewall</filename>.<important>
<para>Shorewall requires that the file
<filename>/etc/shorewall/shorewall.conf</filename> to always exist.
Certain global settings are always obtained from that file. If you
create alternative configuration directories, do not remove
/etc/shorewall/shorewall.conf.</para>
</important></para>
<para>This facility permits you to easily create a test or temporary <para>This facility permits you to easily create a test or temporary
configuration by</para> configuration by</para>

View File

@ -429,6 +429,14 @@
<para><command>shorewall save</command></para> <para><command>shorewall save</command></para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
<important>
<para>Shorewall requires that the file
<filename>/etc/shorewall/shorewall.conf</filename> to always exist.
Certain global settings are always obtained from that file. If you
create alternative configuration directories, do not remove
/etc/shorewall/shorewall.conf.</para>
</important>
</section> </section>
<section id="Commands"> <section id="Commands">
@ -448,7 +456,8 @@
<listitem> <listitem>
<para>Specifies an <link linkend="AltConfig">alternate <para>Specifies an <link linkend="AltConfig">alternate
configuration directory</link>.</para> configuration directory</link>. Use of this option is
deprecated.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>