OpenVPN / OpenVPN/openvpn

Feature Request: make `multihome` on-by-default

Open
#316 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement non-trivial change
Dominant language
C
Stars
14.6k
Forks
3.4k
PR merge metrics
No merged PRs in 30d

Description

https://github.com/OpenVPN/openvpn/issues/304 suggests that on modern installations, --multihome is needed more often nowadays, with systems having IPv6 privacy addresses (= rotating addresses).

This affects mostly --server setups, and p2p setups on the listening side.

TODO:

  • test multihome on all platforms
  • decide how to proceed (rip out non-multihome code, or flip the default and introduce --no-multihome to use the old code path if the new one is not working right)
  • submit code :-)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading issue #304 and reviewing how --multihome currently behaves in --server and listening-side peer-to-peer setups. Test the option on all supported platforms, then determine whether to make it the default or preserve the old path behind --no-multihome. Done means the platform behavior is tested and the selected default is implemented.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
networking
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.