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