richard lucassen wrote:
Is there a (simple) way to let OpenVPN use the same source address to
which the connection was set up like in the following example?

- set up tunnel x.x.x.x to dst address 1.1.1.2
  return src address 1.1.1.2 to x.x.x.x
- set up tunnel x.x.x.x to dst address 2.2.2.2
  return src address 2.2.2.2 to x.x.x.x
- set up tunnel x.x.x.x to dst address 3.3.3.2
  return src address 3.3.3.2 to x.x.x.x

OpenVPN 2.1-beta3 merged a patch adding multihoming support. Multihoming can be enabled or disabled at build-time, but should be enabled by default if your OS supports it. There's a new "multihome" configuration directive to enable this functionality if your build has support.

(BTW, this is a usage question rather than a development one; it should go to OpenVPN-users, not OpenVPN-devel. That said, searching the OpenVPN-devel archives for "multihome" should be interesting if you're curious for the discussion surrounding the patch when it was initially submitted).


Reply via email to