Expand DHCP relay instructions

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-01-12 09:12:29 -08:00
parent 341617b5b8
commit 4be3cbe97b

View File

@ -151,8 +151,13 @@
</listitem>
<listitem>
<para>Allow UDP ports 67 and 68 ("67:68") from the client zone to the
server zone.</para>
<para>Allow UDP ports 67 and 68 ("67:68") between the client zone and
the server zone:</para>
<programlisting>#ACTION SOURCE DEST PROTO DEST
# PORT(S)
ACCEPT ZONEA ZONEB udp 67:68
ACCEPT ZONEB ZONEA udp 67:68</programlisting>
</listitem>
<listitem>