fixed quotes

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@994 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
mhnoyes 2003-12-28 16:13:01 +00:00
parent 8e62e0fa57
commit 331b41c6dc

View File

@ -40,16 +40,15 @@
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para>Specify the &#34;dhcp&#34; option on each interface to be served <para>Specify the <quote>dhcp</quote> option on each interface to be
by your server in the /etc/shorewall/interfaces file. This will served by your server in the /etc/shorewall/interfaces file. This will
generate rules that will allow DHCP to and from your firewall system. generate rules that will allow DHCP to and from your firewall system.</para>
</para>
</listitem> </listitem>
<listitem> <listitem>
<para>When starting &#34;dhcpd&#34;, you need to list those interfaces <para>When starting <quote>dhcpd</quote>, you need to list those
on the run line. On a RedHat system, this is done by modifying interfaces on the run line. On a RedHat system, this is done by
/etc/sysconfig/dhcpd. </para> modifying /etc/sysconfig/dhcpd.</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
</section> </section>
@ -59,7 +58,7 @@
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para>Specify the &#34;dhcp&#34; option for this interface in the <para>Specify the <quote>dhcp</quote> option for this interface in the
<ulink url="Documentation.htm#Interfaces">/etc/shorewall/interfaces</ulink> <ulink url="Documentation.htm#Interfaces">/etc/shorewall/interfaces</ulink>
file.&#x00A0;This will generate rules that will allow DHCP to and from file.&#x00A0;This will generate rules that will allow DHCP to and from
your firewall system.</para> your firewall system.</para>
@ -74,16 +73,17 @@
<listitem> <listitem>
<para>If you don&#39;t know the subnet address in advance, you should <para>If you don&#39;t know the subnet address in advance, you should
specify &#34;detect&#34; for the interface&#39;s subnet address in the specify <quote>detect</quote> for the interface&#39;s subnet address
<ulink url="Documentation.htm#Interfaces">/etc/shorewall/interfaces</ulink> in the <ulink url="Documentation.htm#Interfaces">/etc/shorewall/interfaces</ulink>
file and start Shorewall after the interface has started.</para> file and start Shorewall after the interface has started.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>In the event that the subnet address might change while <para>In the event that the subnet address might change while
Shorewall is started, you need to arrange for a &#34;shorewall Shorewall is started, you need to arrange for a <quote>shorewall
refresh&#34; command to be executed when a new dynamic IP address gets refresh</quote> command to be executed when a new dynamic IP address
assigned to the interface. Check your DHCP client&#39;s documentation.</para> gets assigned to the interface. Check your DHCP client&#39;s
documentation.</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
</section> </section>