Polycom advice
I'm trying to put a Polycom device behind my firewall with a VIP NAT overload.
I can get it working so that I can browse the web interface but run into issues with one sided Voice/audio.
here's my config.
config firewall vip edit "War Room Polycom - 38.xx.xx.xx" set extip 38.xx.xx.xx set extintf "wan1" set mappedip 172.40.100.48 next end
config firewall policy
edit 130 set srcintf "wan1" set dstintf "port1" set srcaddr "all" set dstaddr "War Room Polycom - 38.xx.xx.xx" set action accept set schedule "always" set service "ALL" set logtraffic disable set nat enable set ippool enable set poolname "Cogent War Room - 38.xx.xx.xx"
I've also deleted the SIP and H232 helper from config system session-helper
I'm running 5.0.9 on Fortigate 200D setup in an Active-Passive HA.
