Project

General

Profile

Actions

Bug #10368

closed

OpenVPN server no definition of protocol to use (udp4)

Added by Bjarne Schmidt about 4 years ago. Updated almost 4 years ago.

Status:
Resolved
Priority:
Normal
Category:
OpenVPN
Target version:
Start date:
03/23/2020
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.4-p3
Affected Architecture:
All

Description

When implementing a OpenVPN server and selecting the protocol "udp on ipv4 only" i expect, that that is exaclty what is included in my client configuration file.
Since this is not what is being configured, clients which have ipv6 available will try to connect through ipv6 and since the server is not running on ipv6 they are unable to connect.

What actually is included:

remote example.org 1194 udp

What i expect to be included:

remote exmaple.org 1194 udp4

Actions #1

Updated by Viktor Gurov about 4 years ago

This PR adds protocol definition:
https://github.com/pfsense/pfsense/pull/4248

TODO: same for OpenVPN client export

Actions #2

Updated by Jim Pingle about 4 years ago

  • Status changed from New to Pull Request Review
Actions #3

Updated by Renato Botelho about 4 years ago

  • Status changed from Pull Request Review to Feedback
  • Assignee set to Renato Botelho
  • % Done changed from 0 to 100

PR has been merged. Thanks!

Actions #4

Updated by Viktor Gurov about 4 years ago

  • Status changed from Feedback to Resolved

IPv4/IPv6, UDP/TCP tested on 2.5.0.a.20200409.0657
works as expected

Actions #5

Updated by Jim Pingle almost 4 years ago

  • Status changed from Resolved to Feedback
  • Target version changed from 2.5.0 to 2.4.5-p1
Actions #6

Updated by Jim Pingle almost 4 years ago

  • Status changed from Feedback to Resolved

Protocol is now in client remote statements and they are connecting to servers as expected.

Actions

Also available in: Atom PDF