Hello,
I have a unique scenario where I have 2 WAN.
WAN1 has very high speed and unlimited data, but not very good at doing real-time traffic such as VoIP, Game, live streaming, Video conferencing, etc. Sometimes, the quality gets very choppy. I mainly use this for for heavy traffic and browsing where real-time application does not really matter
WAN2 has very reliable connection, very good for gaming, VoIP, live streaming, etc., but not as fast as WAN1, and it doesn't offer unlimited data.
Here is I want to accomplish:
All UDP below 2 Mbps will be go to WAN2. Anything else will be going to WAN1
I have tried to use the connection-rate per documentation, but it is for packet marking for queue, I need to find somehow to get it to route. However, I can't get it to work.
I don't want to go down the road where I need to identify every single UDP port and mark it down one by one application. All I know that if UDP traffic is below 2 Mbps, it will be treated as real-time application.
Please help how to configure
Thank you so much!