OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • Archive »
  • 23.7 Legacy Series »
  • OpenVPN CSO what happened to custom_options
« previous next »
  • Print
Pages: [1] 2 3 4

Author Topic: OpenVPN CSO what happened to custom_options  (Read 11890 times)

giversen

  • Newbie
  • *
  • Posts: 4
  • Karma: 1
    • View Profile
OpenVPN CSO what happened to custom_options
« on: August 01, 2023, 07:02:49 pm »
Hi
After the upgrade to 23.7 I lost the setting for Client Specific overrides Custom options. I have until now used that option to set the IP nr for each OpenVPN client. How can I do the same in 23.7?
/J
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17705
  • Karma: 1618
    • View Profile
Re: OpenVPN CSO what happened to custom_options
« Reply #1 on: August 01, 2023, 07:14:32 pm »
Hi,

Custom options were removed during the MVC/API conversion of CSO as part of our ongoing effort to secure the code.

What was the directive you used? If it makes sense it will be added to the GUI instead.


Cheers,
Franco
Logged

giversen

  • Newbie
  • *
  • Posts: 4
  • Karma: 1
    • View Profile
Re: OpenVPN CSO what happened to custom_options
« Reply #2 on: August 01, 2023, 07:18:46 pm »
Hi,
I was issuing a "ifconfig-push 192.168.yyy.xxx 255.255.255.0" to a specific client. It has been working very well in  the 23.1.11 and previous versions.
/J
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17705
  • Karma: 1618
    • View Profile
Re: OpenVPN CSO what happened to custom_options
« Reply #3 on: August 01, 2023, 08:48:01 pm »
"IPv4 Tunnel Network" setting will do this for you actually. Can you try?


Cheers,
Franco
Logged

giversen

  • Newbie
  • *
  • Posts: 4
  • Karma: 1
    • View Profile
Re: OpenVPN CSO what happened to custom_options
« Reply #4 on: August 02, 2023, 06:47:04 pm »
 :) Thanks for the hint, yes that works just fine.
/J
Logged

tnode

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
    • View Profile
Re: OpenVPN CSO what happened to custom_options
« Reply #5 on: August 03, 2023, 01:11:55 am »
Hi,

I was also using the advanced options in the legacy CSO page, can you please let me know how to use the following options in the modern CSO page:

iroute xx.xx.xx.0 255.255.255.0
push "client-nat snat yy.yy.yy.0 255.255.255.0 xx.xx.xx.0"

Cheers,
tnode
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17705
  • Karma: 1618
    • View Profile
Re: OpenVPN CSO what happened to custom_options
« Reply #6 on: August 03, 2023, 09:26:31 am »
Hi tnode,

iroute(-ipv6) is set by "Remote Network".

For the push I'm not sure how to integrate but I think we will have to deal with it. A feature ticket would be helpful to properly track this and set the scope as there are multiple push options.


Thanks,
Franco
Logged

tnode

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
    • View Profile
Re: OpenVPN CSO what happened to custom_options
« Reply #7 on: August 03, 2023, 10:28:35 am »
Thanks Franco,

Keeping the free form text entry for appending to the config/cso was a nice catch all, is this still possible with the mvc redesign as an interim solution?

Cheers,
tnode
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17705
  • Karma: 1618
    • View Profile
Re: OpenVPN CSO what happened to custom_options
« Reply #8 on: August 03, 2023, 10:46:07 am »
As per our policy we would like to get rid of these fields since they cannot be controlled and use cases disappear into the shadows where people smart enough to pull it of get it done, but everyone else not so much.

https://github.com/opnsense/core/issues/new?assignees=&labels=&projects=&template=feature_request.md&title=

I'm sure we can figure something out that is solid moving forward.


Cheers,
Franco
Logged

muchacha_grande

  • Full Member
  • ***
  • Posts: 219
  • Karma: 19
    • View Profile
Re: OpenVPN CSO what happened to custom_options
« Reply #9 on: August 03, 2023, 02:47:37 pm »
Franco, I'm using three custom (advanced) options: 'fragment 1250', 'mssfix 1250' and 'tun-mtu 1500'.
These options are for mobile clients to work better through 3G/4G networks.
Can these options be added in some way?
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17705
  • Karma: 1618
    • View Profile
Re: OpenVPN CSO what happened to custom_options
« Reply #10 on: August 03, 2023, 05:08:28 pm »
I've made a ticket for these small updates https://github.com/opnsense/core/issues/6703 but for the "push" thing we need to discuss first with the submitter and interested parties because validation will be a bit difficult.


Cheers,
Franco
Logged

muchacha_grande

  • Full Member
  • ***
  • Posts: 219
  • Karma: 19
    • View Profile
Re: OpenVPN CSO what happened to custom_options
« Reply #11 on: August 03, 2023, 09:56:13 pm »
Thank you Franco
Logged

broesel68

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
    • View Profile
Re: OpenVPN CSO what happened to custom_options
« Reply #12 on: August 09, 2023, 05:27:11 pm »
Hello franco,

we too had to set some custom options for OpenVPN and problems with mobile networks (3G/4G), although at some other places.
At OpenVPN->Server->Advanced Options->Advanced we had to set

sndbuf 524288
rcvbuf 524288
push "sndbuf 524288"
push "rcvbuf 524288"

in order to get rid of our vpn problems in our countries mobile network.

Since these "custom settings" are also deprecated and will go away (or already have gone since we are not on the latest opnsense version), can you tell me where to set them in future version of OpnSense Firewall.

Kind regards.
Robert


Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17705
  • Karma: 1618
    • View Profile
Re: OpenVPN CSO what happened to custom_options
« Reply #13 on: August 09, 2023, 05:47:06 pm »
Hi Robert,

I'll add this to the mentioned ticket.

Still a bit tied up with 23.7 upgrade handling, but should be available in 23.7.2.


Cheers,
Franco
Logged

PIv0

  • Newbie
  • *
  • Posts: 19
  • Karma: 2
    • View Profile
Re: OpenVPN CSO what happened to custom_options
« Reply #14 on: August 10, 2023, 12:59:25 pm »
Quote from: giversen on August 02, 2023, 06:47:04 pm
:) Thanks for the hint, yes that works just fine.
/J

Hello!

If I put in the field "tunnel network IPv4" IP

192.168.56.12/32

Then it will work, the VPN client will be assigned a static address 192.168.56.12 and it will work fine?
Logged

  • Print
Pages: [1] 2 3 4
« previous next »
  • OPNsense Forum »
  • Archive »
  • 23.7 Legacy Series »
  • OpenVPN CSO what happened to custom_options
 

OPNsense is an OSS project © Deciso B.V. 2015 - 2024 All rights reserved
  • SMF 2.0.19 | SMF © 2021, Simple Machines
    Privacy Policy
    | XHTML | RSS | WAP2