On Mon, Aug 23, 2010 at 8:37 PM, Nathan Eisenberg
wrote:
> $natrules .= filter_nat_rules_generate_if($wanif,
>
> "{$lansa}/{$lancfg['subnet']}", 5060, "", 5060,
> null, 5060, false);
>
>
>
> This line in /etc/inc/filter.inc breaks SIP behind NAT. It seems t
$natrules .= filter_nat_rules_generate_if($wanif,
"{$lansa}/{$lancfg['subnet']}", 5060, "", 5060, null,
5060, false);
This line in /etc/inc/filter.inc breaks SIP behind NAT. It seems to exclude
5060 from the outbound NAT rules. Why would you want to do t