From 403ec8f1f42c2237fe7bf6784fbad24910fa9a7d Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 8 Jan 2005 22:02:37 +0000 Subject: [PATCH] allow outgoing pings --- etc/inc/filter.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 238986a9c5..72d20242ec 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -529,6 +529,7 @@ EOD; pass in quick on {$oc['if']} proto udp from any port = 68 to 255.255.255.255 port = 67 pass in quick on {$oc['if']} proto udp from any port = 68 to {$oc['ip']} port = 67 pass out quick on {$oc['if']} proto udp from {$oc['ip']} port = 67 to any port = 68 +pass out on {$oc['if']} proto icmp from any to any keep state EOD; }