Anno domini 2015 Jan Just Keijser scripsit:

Hi,

> > OpenVPN history confuses me :-) - right now, I am wondering about the
> > following:
> >
> >   - if we call ifconfig to set up the tun device, and that fails, we
> >     consider it a hard error (openvpn_exec_check(..., S_FATAL, ...) and
> >     terminate
> >
> >   - if we then proceed to set up routing, and *that* fails, we just ignore
> >     the result (we do take notice that we couldn't add a route, so we don't
> >     try to remove it later on - but we do not actually fail)
> >
> > in some situations, this behaviour is causing problems...
> >
> > Typical example is windows when not running the gui with admin privileges.
> > Interface config is done by ioctl()->DHCP (which we do have access rights
> > to...), route add silently fails, VPN is "incomplete".  Another example is
> > trac #563, which after quite a bit of discussion seems to boil down to
> > "a previous instance of something left around a route to the /28 subnet
> > that should have pointed to tun1, but instead it pointed to lo0, causing
> > loops and non-working VPN"...
> >
> >
> > So, we have good reasons to *not* do it that way, but I'm missing a reason
> > why this is so...?
> >
> > Shall we change it in 2.4 to make route add failures S_FATAL?
> >
> > By default?  Or add an option to turn it back into a soft-fail in case
> > someone knows what they ar doing?
> >
> >
> I don't know what the reasoning was behind making "route failures"
> non-fatal, but strictly speaking the tunnel is functioning - it's just
> the routing that failed :)
> I'd be in favour of adding  YetAnotherOption to override the "route
> failure" behaviour - but the real solution on e.g. the Windows side is
> to alter the GUI to pick up any routing failures and warn the user.

+1

That would probably safe or at least shorten some support cases :)

Bonus points for pointing out OpenVPN has not been started with
administrative rights and that that might be the problem.

Best
Max
-- 
"I have to admit I've always suspected that MTBWTF would be a more useful
 metric of real-world performance."
 -- Valdis Kletnieks on NANOG

Reply via email to