Changes between Version 4 and Version 5 of IgnoreRedirectGateway


Ignore:
Timestamp:
05/19/14 19:35:46 (10 years ago)
Author:
krzee king
Comment:

method 2 with 4 routes works with or without def1

Legend:

Unmodified
Added
Removed
Modified
  • IgnoreRedirectGateway

    v4 v5  
    1919= Method 2: override =
    2020
    21 Here we will simply add routes that override --redirect-gateway. This will work much like the def1 flag to --redirect-gateway works. This requires you to know if the server used the def1 flag to the --redirect-gateway option or not (by checking the log while connecting). Note that net_gateway is an internal variable to openvpn and does not need to be changed to anything.
     21Here we will simply add routes that override --redirect-gateway. This will work much like the def1 flag to --redirect-gateway works. This can be different if the server uses the def1 flag to the --redirect-gateway option or not (by checking the log while connecting). Note that net_gateway is an internal variable to openvpn and does not need to be changed to anything.
     22If you do not know if your server uses def1 and do not want to check the logs to figure it out, just assume they DO use def1 and use the 4 routes. That will work no matter what.
    2223
    2324{{{
     
    3233}}}
    3334
    34 If the server DOES use def1 add the following options to the clients config:
     35If the server DOES use def1 or if you do not know, add the following options to the clients config:
    3536
    3637{{{