Community discussions

MikroTik App
 
Kurgan
just joined
Topic Author
Posts: 8
Joined: Mon Dec 17, 2012 1:20 am

FEATURE REQUEST: Openvpn push configs

Tue Feb 14, 2023 9:27 pm

I'm happy with the general Openvpn improvements in ROS, still it has a limitation that makes a scenario with multiple mobile clients (one of the main uses for Openvpn) hard to manage: I cannot push openvpn parameters (mostly routes) to the clients from a Mikrotik server.

This makes it hard to manage confg changes because if for example I add a network on the server side, and want to teach the clients about that new network that has to be routed through the vpn, I have to edit every client config file with a new "route x.x.x.x" config line.

With the pushable config lines, it's just a matter of adding a "push route x.x.x.x" to the server config, and all the clients will get the new route.
 
nightmareze1
just joined
Posts: 2
Joined: Sat Feb 24, 2018 3:51 pm

Re: FEATURE REQUEST: Openvpn push configs

Wed Mar 22, 2023 12:35 pm

add +1
 
Dan44
just joined
Posts: 17
Joined: Mon May 16, 2022 3:26 pm

Re: FEATURE REQUEST: Openvpn push configs

Tue Jul 18, 2023 10:09 am

+1 for route pushing feature.
 
doctor12th
newbie
Posts: 38
Joined: Sat Nov 14, 2015 2:07 pm

Re: FEATURE REQUEST: Openvpn push configs

Sun Oct 15, 2023 10:12 pm

+1 i need it too
 
ccpro
just joined
Posts: 1
Joined: Mon Oct 30, 2023 4:31 pm

Re: FEATURE REQUEST: Openvpn push configs

Tue Jan 23, 2024 6:52 pm

+1 for push route
 
vagrik
just joined
Posts: 1
Joined: Sun Apr 14, 2024 8:09 pm

Re: FEATURE REQUEST: Openvpn push configs

Tue Oct 22, 2024 10:52 am

+1 for push route
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7174
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: FEATURE REQUEST: Openvpn push configs

Tue Oct 22, 2024 1:20 pm

 
Kurgan
just joined
Topic Author
Posts: 8
Joined: Mon Dec 17, 2012 1:20 am

Re: FEATURE REQUEST: Openvpn push configs

Thu Oct 31, 2024 1:52 pm

Thanks Mikrotik for adding the push route configuration, I'm now using it.

Next step, please consider adding a generic push configuration option. :-)

In my opinion it should be quite easy to set up a generic text field where I can write all of the options I want to push to the clients, because the options are indeed just text strings.

Using openvpn server on Linux I can set multiple options in the config file, like this:
push "block-outside-dns"
push "dhcp-option DOMAIN pippo.locale"
and all that this does is that the server sends the strings inside the quotation marks as concatenated strings to the client, separated by commas, like this:
PUSH_REPLY,block-outside-dns,dhcp-option DOMAIN pippo.locale
In ROS, I can only set routes and DNS, and they get pushed, but there is no way to just set arbitrary strings to get pushed to the client.

Being able to push everything I want to the clients is a very nice feature because you can easily manage config changes to the clients without having to edit every single client configuration, which is really time-saving when you have more than 2 or 3 clients.

Who is online

Users browsing this forum: No registered users and 2 guests