Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageros
/interface ovpn-server server set enabled=yes certificate=server

Client Config

Push route example: route network/IP [netmask] [gateway] [metric].

Code Block
languageros
/interface ovpn-server server push-routes="192.168.102.0 255.255.255.0 192.168.109.1 9"

To Since RouterOS does not support route-push you need to add manually which networks you want to access over the tunnel. 

...