Changes between Version 1 and Version 2 of IgnoreRedirectGateway


Ignore:
Timestamp:
05/13/14 01:19:41 (10 years ago)
Author:
krzee king
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IgnoreRedirectGateway

    v1 v2  
    1 Ignoring redirect-gateway
     1= Ignoring redirect-gateway =
    22
    33If you are running OpenVPN as a client, and the server you use is using push "redirect-gateway" then your client redirects all internet traffic over the VPN. Sometimes clients do not want this, but they can not change the server's configuration.  This page explains how to override redirect-gateway so the client does not need to redirect internet even though the server says to.
    44
    5 Method 1:  ignore
     5= Method 1:  ignore =
    66
    77There are 2 options that can be used to ignore routes pushed by the server:
     
    1717}}}
    1818
    19 Method 2: override
     19= Method 2: override =
    2020
    2121Here 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).