Re: [Openvpn-devel] Darwin tap ipv6 fix

2020-06-26 Thread Gert Doering
Hi, cleaning up loose ends, and this is one of the things on my plate - sorry for stalling so long., On Tue, May 15, 2018 at 06:01:41PM -0700, Scott Shambarger via Openvpn-devel wrote: > I???m setting up a tap config on a Darwin client (Tunnelblick on OSX) to a > Linux server (Fedora). The con

Re: [Openvpn-devel] Darwin tap ipv6 fix

2018-05-16 Thread Gert Doering
Hi, On Wed, May 16, 2018 at 11:26:15AM -0700, Scott Shambarger via Openvpn-devel wrote: > On 2018-05-16 05:16, Gert Doering wrote: > > This part will break routes that need to go over the LAN interface, not > > over the tap interface - namely, the /128 that is installed if you > > have overlappin

Re: [Openvpn-devel] Darwin tap ipv6 fix

2018-05-16 Thread Scott Shambarger via Openvpn-devel
On 2018-05-16 05:16, Gert Doering wrote: This part will break routes that need to go over the LAN interface, not over the tap interface - namely, the /128 that is installed if you have overlapping v6-over-v6 setups (... if you have link-local next hops). Are you sure it won't work? There's

Re: [Openvpn-devel] Darwin tap ipv6 fix

2018-05-16 Thread Gert Doering
Hi, On Tue, May 15, 2018 at 06:01:41PM -0700, Scott Shambarger via Openvpn-devel wrote: > -if (r6->iface != NULL && gateway_needed > +if (gateway_needed > && IN6_IS_ADDR_LINKLOCAL(&r6->gateway) )/* > fe80::...%intf */ > { > -int len = strlen(gateway) + 1 +

[Openvpn-devel] Darwin tap ipv6 fix

2018-05-15 Thread Scott Shambarger via Openvpn-devel
I’m setting up a tap config on a Darwin client (Tunnelblick on OSX) to a Linux server (Fedora). The config has the following (only relevant portions): == server dev tap0 server-bridge push "redirect-gateway def1 ipv6" push "ifconfig-ipv6 {local-ipv6-address} {linklocal-addr}” …etc == client c