Hi, On Fri, Jun 22, 2018 at 10:07 PM, Antonio Quartulli <a...@unstable.cc> wrote: > Hi, > > On 23/06/18 02:27, Gert Doering wrote: >> Hi, >> >> On Fri, Jun 22, 2018 at 02:12:24PM -0400, Selva Nair wrote: >>> My tap adapter has a link local address (169.254.98.86) on it possibly due >>> to a previous dhcp failure. May be I need to get rid of that (how?) to >>> activate this code path? >> >> I guess this is related - the branch in question is triggered by >> is_on_link(), so maybe in Antonio's case the tap adapter is set to >> 0.0.0.0 - or it actually tried to install a route related to >> redirect-gateway. >> >> Are you connecting to your VPN server over IPv6 or IPv4? You already >> spotted one weirdness with "redirect-gateway !ipv4" which still seems >> to setup "something" in the route_list - so maybe it's related to that, >> but needs "VPN over IPv4" to trigger. >> >> In other words, no idea - hoping for a log from Antonio that shows the >> "route.exe ..." call with "IF <ifindex>" so we can see what openvpn >> tried to do :-) >> > > attached you have the log, however there is no message containing > "route.exe ..".
No assert (with argv patch applied?) and no sign of any v4 routes. > > Gert, the ASSERT was triggered with your binary: was it simply master + > 2/8 (this patch)? > > What I used for my last test is: > * master + > * all the remaining patches from ipv6-only + > * the fix for argv_printf() So I guess there wont be any assert with such a build even if the argv patch is left out. That would match with what I re-tested. > > The server side is running master + ipv6-only and there is no --server > directive in the configuration. > > In the log "Ethernet 2" is the TAP interface". > > My guts say that the issue might be related to "gateway-redirect", > because only 8/8 makes sure that no logic is activated for IPv4 and > without that patch there might be some IPv4 route being installed > nonetheless. Very likely. It would be nice to find the on-link route that triggers that code path to ensure it doesn't cause any other issues. But not very critical as the assert is fixed and route errors are not FATAL. Selva ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel