Hi,
So we have one of our office which is connected to our other offices via S2S VPN. They have a Check Point 1530 running R80.20.05.
Their VoIP provider installed a server on the LAN, and it communicated with the trunk that is outside our network.
Enclosed are the NAT rules created for them (where x.SIP.SERVER is the local device, VoIP_1x is the provider's device on internet and LU-xx-WAN-IP is our firewall's WAN IP).
The problem explained by our SIP provider, along with a suggestion :
Currently, if a call start ringing and the other party answer after more than 30 sec, the sip 200 OK is blocked by your router and the call is cancelled after 30 sec.
Could you increase udp conntrack timeout. I guess it's now setup to 30sec.
on linux, this is :
net.netfilter.nf_conntrack_udp_timeout = 30
net.netfilter.nf_conntrack_udp_timeout_stream = 180
If you could set it to 180 sec, this should be fine.
Do you happen to know what needs to be done on our Check Point firewall to solve their issue ?
Thanks in advance for your help