diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 4aff6e2fc1..d3abf12da4 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -1679,7 +1679,7 @@ function filter_nat_rules_generate() { $numberofnathosts++; } $natrules .= "\n# Subnets to NAT \n"; - $tonathosts .= "127.0.0.0/8 0.0.0.0 "; + $tonathosts .= "127.0.0.0/8 0.0.0.0/0 "; if($numberofnathosts > 4) { $natrules .= "table { {$tonathosts} }\n"; $macroortable = "";