Routing Configuration between LAN and WAN Interfaces in MikoPBX

How to configure routing for two network interfaces in MikoPBX?

To configure routing in MikoPBX with two interfaces (LAN and WAN), you need to:

  1. Add static routes through SSH console
  2. For LAN network: route add -net [local_network] netmask [mask] gw [gateway] dev eth0
  3. For WAN network: route add -net [external_network] netmask [mask] gw [gateway] dev eth1
  4. After checking performance, add commands to autostart through web interface

Visit our group for more information: