Changes between Version 2 and Version 3 of RoutedLans


Ignore:
Timestamp:
11/21/12 14:04:32 (11 years ago)
Author:
krzee king
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RoutedLans

    v2 v3  
    7878== Caveats ==
    7979
    80 
    81 There is an issue with some Windows and a broken API when running less than OpenVPN 2.1.
    82 Basically if you see an error like this:
    83 
    84   route ADD 10.8.0.0 MASK 255.255.255.0 10.8.0.9
    85   ROUTE: route addition failed using createipforwardentry One or more arguments are not correct.
    86   Route addition via IPAPI failed
    87 
    88 One solution is to run the latest 2.1 client package.
    89 And an easier solution is to use add this to your config:
     80If you have a problem adding routes in windows, make sure you have it starting as administrator.  You may also need to use one of these options:
    9081{{{
    9182route-method exe
     
    9384}}}
    9485The first option changes how windows adds a route
    95 The second option waits to add the route (helpful for making sure you get a DHCP lease before messing with routes)
     86The second option waits to add the route (helpful for making sure you get a DHCP lease before messing with routes) [[BR]]
    9687If those dont help, try turning off routing and remote acess in administrative tools - routing and remote access
    9788