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; }