Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
Virtual private networks
»
Manually customize the OpenVPN server configuration
« previous
next »
Print
Pages: [
1
]
Author
Topic: Manually customize the OpenVPN server configuration (Read 1315 times)
cygofi
Newbie
Posts: 3
Karma: 0
Manually customize the OpenVPN server configuration
«
on:
May 04, 2024, 02:18:40 pm »
Is it possible to manually customize the configuration of an OpenVPN server instance?
Gladly also in a custom file via SSH. I would like to add additional options.
I have tried to edit the file
/var/etc/openvpn/instance-<SERVER_ID>.conf
, but this is overwritten every time the OpenVPN server is restarted.
Under
Servers [legacy]
there was still the “Advanced” field where you could add your own options, which unfortunately no longer exists under the new “Instances”. I want to set up a future-oriented system and I assume that the “legacy” menus will no longer be available in the future.
Why do I have to edit the configuration manually?
My plan is to use the OpenVPN server plugin
openvpn-auth-oauth2
(
https://github.com/jkroepke/openvpn-auth-oauth2
) for OAuth2 authentication. For this, the options
management-client-auth
and
auth-user-pass-optional
must also be set for the OpenVPN server. However, the option
auth-user-pass-verify
must not be set. Depending on the configuration, other options may also need to be set.
Of course, it would be great if the OpenVPN plugin
openvpn-auth-oauth2
could be integrated directly into OPNsese in the future, but this is certainly nothing that can be realized in the short term.
«
Last Edit: May 04, 2024, 06:11:36 pm by cygofi
»
Logged
maclinuxfree
Jr. Member
Posts: 57
Karma: 2
Re: Manually customize the OpenVPN server configuration
«
Reply #1 on:
May 08, 2024, 03:43:40 pm »
Hello,
I need custom options as well.
tun-mtu in my case.
Where can I set it?
Logged
maclinuxfree
Jr. Member
Posts: 57
Karma: 2
Re: Manually customize the OpenVPN server configuration
«
Reply #2 on:
May 08, 2024, 05:31:52 pm »
I rolled back to OpenVPN legacy for now.
«
Last Edit: May 09, 2024, 09:59:23 pm by maclinuxfree
»
Logged
TooTired
Newbie
Posts: 4
Karma: 0
Re: Manually customize the OpenVPN server configuration
«
Reply #3 on:
September 05, 2024, 11:59:17 pm »
I agree 100% with this post. I have written a topic recently about my OPNsense VM that I want to use to grant external users access to locally hosted video game servers. My configuration works really well with high throughput for dev tun however I need dev tap. I can browse the web connected using dev tap however cannot ping my home network (or host machine) where the game server(s) will reside.
OPNsense seems like a nice all-in-one package until you start to use it. Now rather than look at one simple server.conf file I have to look in a tree of webpages. It's a lot more difficult. As a matter of fact I have done something very similar in the past and I could essentially modify my existing server.conf however I cannot simply copy/paste it to OPNsense.
Logged
Kamislav
Newbie
Posts: 1
Karma: 0
Re: Manually customize the OpenVPN server configuration
«
Reply #4 on:
November 02, 2024, 02:06:57 pm »
+1 for option to specify custom config lines
+1 for option to prowide custom config file
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
Virtual private networks
»
Manually customize the OpenVPN server configuration