Hello, possible for some advice please.
We have a Mikrotik Gateway running in NAT-Masquerade and a draytek vigor 3300v with 4WAN connections which we load balance over and setup have a static udp/tcp rules so call VoIP goes down one of the WANs, when it is configured like this none of the VOIP ring, however the person they are calling phone rings.
1 UDP 192.168.0.0 255.255.255.0 10000 20000 WAN3 Yes
2 UDP 192.168.0.0 255.255.255.0 5060 5060 WAN3 Yes
3 UDP 192.168.0.0 255.255.255.0 5061 5061 WAN3 Yes
When we removed the Mikrotik gateway and connect network directly to the vigor the Vonage VoIP works fine, calls ring, and everything is perfect..
I have disabled the hotspot we are running just to see if that had anything to do with it.
/ip firewall nat
add action=passthrough chain=unused-hs-chain comment=\
"place hotspot rules here" disabled=yes
add action=masquerade chain=srcnat comment="" disabled=no
add action=redirect chain=dstnat comment="" disabled=no dst-port=80 protocol=\
tcp to-ports=8080
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
disabled=yes src-address=192.168.0.0/24
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
disabled=yes src-address=192.168.0.0/24
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
disabled=yes src-address=192.168.0.0/24
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
disabled=yes src-address=192.168.0.0/24
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
disabled=yes src-address=192.168.0.0/24
However when we plug the Mikrotik back in the call goes through, but the person calling can’t hear it ring or the call connecting again.
I am well stuck, don’t even know what to post in here to be good information?
Can someone help me?
Thanks
Darren