--- ./pfsense/etc/inc/vpn.inc.orig 2013-06-01 16:26:24.000000000 +0400 +++ ./pfsense/etc/inc/vpn.inc 2013-06-01 16:26:34.000000000 +0400 @@ -869,7 +869,7 @@ if(($ph2ent['mode'] == "tunnel") or ($ph2ent['mode'] == 'tunnel6')) { // Error will be logged above, no need to log this twice. #2201 - if (!is_subnet($localid)) + if (!is_subnet($localid) && ($localid != "0.0.0.0/0"))) continue; if($ph2ent['mode'] == "tunnel6")