Changes between Version 2 and Version 3 of OverridingAPushedRouteInTheClientsConfigThrowsAndError


Ignore:
Timestamp:
02/26/19 08:03:51 (5 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OverridingAPushedRouteInTheClientsConfigThrowsAndError

    v2 v3  
    2929This issue materializes because "route-nopull" option takes away the permission from the client to install server-pushed routes, effectively telling the option parser "no, this option is not valid here".
    3030
    31 The way to configure it correctly is then:
     31In OpenVPN 2.4 this problem can be solved by using pull-filter instead:
    3232
    3333{{{
    34 ...
    35 # Options
    36 client
    37 route 10.1.0.0 255.255.255.128
    38 route-metric 50
    39 route-nopull
    40 ...
     34pull-filter ignore "route "
    4135}}}
    4236