PPP secrets with 2 or more routes

When I set up ovpn server I also add some “secrets” (VPN users in this case), which are to have properties of:

  • caller-id
  • comment
  • copy-from
  • disabled
  • ipv6-routes
  • limit-bytes-in
  • limit-bytes-out
  • local-address
  • name
  • password
  • profile
  • remote-address
  • remote-ipv6-prefix
  • routes
  • service

and the question is: if I can add more that one route in the routes of “secret” so when the client is online more that one subnet will be added to route table “behind” this client?

Seems like it works the way I have never expected:

routes="remote_subnet1/mask1 remote_ip distance,remote_subnet1/mask1 remote_ip distance"

so we need to add fill string of routing like “192.168.0.0/24 10.0.0.2 2”, and delimit these strings with comma (in my case of 7.3 it worked).

P.S. “Thank you” guys at MT for messing up with wiki making it poorer and poorer. You nice ROS looks so odd when no docs are available or when 404 pages are in place of common topics. I do understand you might want to do million things at once (create another great router, present new feature, play politics), but please don’t give up with things you tried to do before (like documentation even for old but good features, not mention newer ones)