mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 03:59:16 +01:00
Expand DHCP relay instructions
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
341617b5b8
commit
4be3cbe97b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user