From 4be3cbe97bdf9529591306cbb465c2e7450f56e5 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 12 Jan 2010 09:12:29 -0800 Subject: [PATCH] Expand DHCP relay instructions Signed-off-by: Tom Eastep --- docs/dhcp.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/dhcp.xml b/docs/dhcp.xml index 8f69397f0..7534673c7 100644 --- a/docs/dhcp.xml +++ b/docs/dhcp.xml @@ -151,8 +151,13 @@ - Allow UDP ports 67 and 68 ("67:68") from the client zone to the - server zone. + Allow UDP ports 67 and 68 ("67:68") between the client zone and + the server zone: + + #ACTION SOURCE DEST PROTO DEST +# PORT(S) +ACCEPT ZONEA ZONEB udp 67:68 +ACCEPT ZONEB ZONEA udp 67:68