Project

General

Profile

Actions

Feature #3473

closed

Allow configuration of OpenVPN keepalive

Added by B. Derman about 10 years ago. Updated over 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
OpenVPN
Target version:
Start date:
02/19/2014
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:

Description

The keepalive option is always added to an OpenVPN server configuration.

There are many scenarios where this is not wanted and will prevent the required behavior. In my case, when working with iOS VPN on demand rule-driven behavior, the keepalive had to be removed (by commenting out line 453 in openvpn.inc).

What's even worse is that, with the keepalive option configured, you can't even add options such as ping, ping-exit and inactive (i.e., via OpenVPN's "Advanced configuration") because the server fails to start when you do, citing a conflict with the keepalive option.

I'd suggest that the keepalive option should be an optional item configured via the GUI. A more complete/useful strategy would be to allow configuration of all of the following via the GUI:
- keepalive & both time parameters (should be mutually exclusive with ping/ping-exit)
- ping with time parameter
- ping exit with time parameter
- inactive with time parameter
along with a checkbox-type option to also push any of these to the client.

Actions #1

Updated by B. Derman about 10 years ago

Oh, ping-restart should also be added to the list.

Actions #2

Updated by Chris Buechler over 9 years ago

  • Tracker changed from Bug to Feature
  • Subject changed from keepalive always added to OpenVPN server configuration to Allow configuration of OpenVPN keepalive
  • Affected Version deleted (2.1)
  • Affected Architecture added
  • Affected Architecture deleted (i386)
Actions #3

Updated by Renato Botelho over 7 years ago

  • Assignee set to Renato Botelho
  • Target version set to 2.4.0
Actions #4

Updated by Jim Pingle over 6 years ago

  • Target version changed from 2.4.0 to 2.4.1
Actions #5

Updated by Jim Pingle over 6 years ago

  • Target version changed from 2.4.1 to 2.4.2
Actions #6

Updated by Jim Pingle over 6 years ago

  • Target version changed from 2.4.2 to 2.4.3
Actions #7

Updated by Jim Pingle about 6 years ago

  • Target version changed from 2.4.3 to 2.4.4
Actions #8

Updated by Anonymous over 5 years ago

  • Target version changed from 2.4.4 to 48
Actions #9

Updated by IT Sex over 5 years ago

Ran into the problem. Found out that you can comment-out or change the way the keepalive directive is added to new openVPN configurations using pfSense's Diagnostics>Edit File feature. Browse to /etc/inc/ and open /etc/inc/openvpn.inc, then find "keepalive" to see the line of the pfSense script where it is added. Adding a # to the argument (changing it to "#keepalive 10 60\n") and saving the script seems like the minimum-impact way to disable keepalive, and worked to let me add ping to my configs.

Just for clarity, this seems to keep pfSense from adding the keepalive directive to any (new?) openVPN (client?) configurations. It could break stuff that depends on that, although in my experience running openVPN clients without keepalive works just fine, and you should be able to add in back in manually with the advanced settings option. I did try looking for the openVPN config files themselves, but it looks like those are generated only temporarily (using the script edited above) when you run them.

Actions #10

Updated by Jim Pingle about 5 years ago

  • Target version changed from 48 to 2.5.0
Actions #11

Updated by Renato Botelho over 4 years ago

  • Status changed from New to Feedback
  • % Done changed from 0 to 100

Done. I used wrong ticket number in 3bfecc81db500415a6d61df318513ccb82f47a8c

Actions #12

Updated by Jim Pingle over 4 years ago

  • Status changed from Feedback to In Progress

I have not changed anything in my configuration, and after upgrading to a snapshot with these changes, I am seeing errors in the OpenVPN log:

Sep 20 10:37:33 clara openvpn[83141]: Options error: Unrecognized option or missing or extra parameter(s) in /var/etc/openvpn/client1.conf:10: keepalive (2.4.7)
Sep 20 10:37:33 clara openvpn[83141]: Use --help for more information.
: grep -n keepalive /var/etc/openvpn/client1.conf 
10:keepalive  

It's missing the default set of parameters that should be after it (10 60)

Actions #13

Updated by Jim Pingle over 4 years ago

  • Status changed from In Progress to Feedback
Actions #14

Updated by Jim Pingle over 4 years ago

  • Status changed from Feedback to In Progress
  • Assignee changed from Renato Botelho to Jim Pingle

This is missing input validation. I'll add it.

Actions #15

Updated by Jim Pingle over 4 years ago

  • Status changed from In Progress to Feedback
Actions #16

Updated by Jim Pingle over 4 years ago

  • Target version changed from 2.5.0 to 2.4.5
Actions #17

Updated by Jim Pingle over 4 years ago

  • Status changed from Feedback to Resolved

Options are present and appear to work as intended.
2.4.5.a.20191218.2354

Actions

Also available in: Atom PDF