zyxel.rst 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. #########
  2. ZyXel
  3. #########
  4. This guide was created using V4.2/4.25 firmware on a ZyXEL USG60 series UTM router. FusionPBX is in the cloud with a public IP, and the ZyXEL USG60 router is at the customer’s location with the extensions behind it.
  5. How to setup Bandwidth Management “BWM” aka QoS
  6. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7. There are more than one ways to apply the BWM rules. They can be applied on a service level, or on an object level, or both. In this example we will provide traffic priority to traffic between the LAN and the cloud PBX.
  8. First, set up an Object for your Cloud PBX.
  9. * Log into the USG and go to Configuration-> Object-> Address/GeoIP
  10. * Click the Add button
  11. Create a name, and enter the static public IP of your FusionPBX. If you have more than one, such as a failover, add that as well and create a group.
  12. .. image:: ../../_static/images/firewall/fusionpbx_zyxel_usg60_object_address.png
  13. :scale: 85%
  14. Next, set up a Service Object for the VOIP traffic.
  15. * Go to Configuration-> Object-> Service
  16. * Click the Add button.
  17. Create a name, and set the ports for your traffic. In this example we will add a Service rule for 5060TCP, 5060UDP, and 16384-32768 UDP.
  18. .. Note:: If you’ve created more than one service object, click the Service Group tab and create a group. Add the service objects that you’ve created to the group.
  19. .. image:: ../../_static/images/firewall/fusionpbx_zyxel_usg60_object_service.png
  20. :scale: 85%
  21. Now setup your BWM rules.
  22. * Go to Configuration-> BWM
  23. * Check the Enable BWM box and hit apply.
  24. I’m not sure what affect the “Enable Highest Bandwidth Priority for SIP Traffic” box does, but I leave it unchecked and it works for me!
  25. * Click the Add button and create a Policy for incoming traffic.
  26. Your settings will vary based on your environment. Priority 1 is the highest priority (what we want) and priority 7 is the lowest priority.
  27. * Click the Add button and create a Policy for outgoing traffic.
  28. Basically will just switch the Source and Destination.
  29. * Click the Apply button.
  30. .. image:: ../../_static/images/firewall/fusionpbx_zyxel_usg60_bwm_.png
  31. :scale: 85%
  32. Zyxel Sip ALG
  33. ^^^^^^^^^^^^^^^
  34. This guide was created using V4.2/4.25 firmware on a ZyXEL USG60 series UTM router.
  35. How to Disable SIP ALG
  36. Log into the router and navigate to Configuration -> Network -> ALG
  37. Uncheck the following to disable SIP ALG:
  38. * Enable SIP ALG
  39. * Enable SIP Transformations
  40. * Enable Configure SIP Inactivity Timeout
  41. * Restrict Peer to Peer Signaling Connection
  42. * Restrict Peer to Peer Media Connection
  43. Click the Apply button at the bottom of the page. A reboot should not be necessary, but if you’re still experiencing issues then it is a good idea to try rebooting the router and testing again.
  44. .. image:: ../../_static/images/firewall/fusionpbx_zyxel_usg60.png
  45. :scale: 85%