Hi, On Mon, Apr 24, 2017 at 02:08:55PM -0400, David Mehler wrote: > Below is a copy of route print.
> IPv4 Route Table > =========================================================================== > Active Routes: > Network Destination Netmask Gateway Interface Metric > 0.0.0.0 0.0.0.0 192.168.2.1 192.168.2.97 55 > 0.0.0.0 128.0.0.0 192.168.0.1 192.168.0.2 36 > 128.0.0.0 128.0.0.0 192.168.0.1 192.168.0.2 36 Things are working perfectly fine (and this is what I expected to see). With "def1", you get two half-default-routes (0.0.0.0/128.0.0.0 and 128.0.0.0/128.0.0.0), which can be put into the table without having to muck around with the 0.0.0.0/0.0.0.0 entry. Due to the nature of routing, the most specific match for a destination address will "win", as in "route the packet" - so a /24 will match first, then a /8, then a /0 (for example) - "/0" being "the default route, which matches everything". With two /1 routes installed that cover the full IPv4 space, these serve as "the least specific route that the packet will encounter", since *together*, they match all destinations (/1+/1 = /0). As for the UAC dialog popping up: this looks like you had 2.3 installed previously, which needed the [x] "run as admin" setting to give you the needed privs - depending on how this was configured, it is *so* sticky that even removing older openvpn completely and then installing 2.4 might not get rid of it. With 2.4, you should never see an UAC dialogue when starting the GUI. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany g...@greenie.muc.de fax: +49-89-35655025 g...@net.informatik.tu-muenchen.de
signature.asc
Description: PGP signature
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ Openvpn-users mailing list Openvpn-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-users