OpenVPN problem

Hello,

There is a workaround available: you can use the Extra options field and type disable-dco there. Additionally, you can increase the keepalive values through SSH by following these steps:

  1. Execute vi /etc/config/openvpn.
  2. Press i to enter edit mode.
  3. Under your OpenVPN configuration, add the line list extra 'disable-dco' to disable DCO. To increase the keepalive value, modify the number in option keepalive '10 120'.
  4. Press Esc.
  5. Type :wq and press Enter to save and quit.
  6. Execute /etc/init.d/openvpn restart to restart the OpenVPN service.

Please let me know if you need any further assistance!

Best regards,