Hello, Thanks for everyone's reply so far.
Below is a copy of route print. I'm not sure what you mean interactive service, what I do is start the openvpn gui then an openvpn gui icon shows up in my system area. I right click that and select connect and it works. With regards the subnet which one would you say would work? I believe there is a miscommunication, the Openvpn 2.4 server is not running on Windows, it's running on FreeBSD. The client that I'm connecting to the server that's running on Windows 10 and using the openvpn gui package both client and server are at v2.4. As for the 10.8.0.0/24 suggestion not practical to me, conflicts with my other jailed systems which are on the 10.0.0.0/8 and I've not figured out CIDR to make that all work. I missed something. When I start the openvpn gui from it's icon on the desktop I am not an admin, but I get the win10 UAC screen popping up asking me if I want to make changes to the device. To that question I answer yes, is this now running as admin? My next step still as the non-admin user is to right click the openvpn gui icon in the task area and choose connect which openvpn then does. Here's my route print: route print =========================================================================== Interface List 15...90 2b 34 98 ed d7 ......Realtek PCIe GBE Family Controller 9...84 1b 5e 97 85 4e ......Microsoft Hosted Network Virtual Adapter #2 22...84 1b 5e 97 85 4e ......Microsoft Wi-Fi Direct Virtual Adapter #2 2...00 50 56 c0 00 01 ......VMware Virtual Ethernet Adapter for VMnet1 6...00 50 56 c0 00 08 ......VMware Virtual Ethernet Adapter for VMnet8 11...00 ff 5d 7e 85 66 ......TAP-Windows Adapter V9 24...84 1b 5e 97 85 4e ......NETGEAR WNA1000M N150 Wireless USB Micro Adapter #2 1...........................Software Loopback Interface 1 26...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter 3...00 00 00 00 00 00 00 e0 Microsoft Teredo Tunneling Adapter 25...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2 10...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #3 17...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #4 =========================================================================== 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 xxx.xxx.xxx.xxx 255.255.255.255 192.168.2.1 192.168.2.97 56 127.0.0.0 255.0.0.0 On-link 127.0.0.1 331 127.0.0.1 255.255.255.255 On-link 127.0.0.1 331 127.255.255.255 255.255.255.255 On-link 127.0.0.1 331 128.0.0.0 128.0.0.0 192.168.0.1 192.168.0.2 36 192.168.0.0 255.255.255.0 On-link 192.168.0.2 291 192.168.0.2 255.255.255.255 On-link 192.168.0.2 291 192.168.0.255 255.255.255.255 On-link 192.168.0.2 291 192.168.2.0 255.255.255.0 On-link 192.168.2.97 311 192.168.2.97 255.255.255.255 On-link 192.168.2.97 311 192.168.2.255 255.255.255.255 On-link 192.168.2.97 311 192.168.153.0 255.255.255.0 On-link 192.168.153.1 291 192.168.153.1 255.255.255.255 On-link 192.168.153.1 291 192.168.153.255 255.255.255.255 On-link 192.168.153.1 291 192.168.237.0 255.255.255.0 On-link 192.168.237.1 291 192.168.237.1 255.255.255.255 On-link 192.168.237.1 291 192.168.237.255 255.255.255.255 On-link 192.168.237.1 291 224.0.0.0 240.0.0.0 On-link 127.0.0.1 331 224.0.0.0 240.0.0.0 On-link 192.168.237.1 291 224.0.0.0 240.0.0.0 On-link 192.168.153.1 291 224.0.0.0 240.0.0.0 On-link 192.168.0.2 291 224.0.0.0 240.0.0.0 On-link 192.168.2.97 311 255.255.255.255 255.255.255.255 On-link 127.0.0.1 331 255.255.255.255 255.255.255.255 On-link 192.168.237.1 291 255.255.255.255 255.255.255.255 On-link 192.168.153.1 291 255.255.255.255 255.255.255.255 On-link 192.168.0.2 291 255.255.255.255 255.255.255.255 On-link 192.168.2.97 311 =========================================================================== Persistent Routes: None IPv6 Route Table =========================================================================== Active Routes: If Metric Network Destination Gateway 1 331 ::1/128 On-link 24 311 fe80::/64 On-link 24 311 fe80::7425:96fc:f2eb:1dcb/128 On-link 1 331 ff00::/8 On-link 24 311 ff00::/8 On-link =========================================================================== Persistent Routes: None To the question of my services I just checked them. The Interactive Services Detection is set to manual. The Openvpn Interactive Service is running and set to automatic. The Openvpn Legacy Service is set to manual. Both the Openvpn Legacy Service and the Interactive Services Detection though on manual are not running. Hope this helps. Thanks. Dave. On 4/24/17, Илья Шипицин <chipits...@gmail.com> wrote: > 2017-04-24 22:12 GMT+05:00 Gert Doering <g...@greenie.muc.de>: > >> Hi, >> >> On Mon, Apr 24, 2017 at 10:07:48AM -0400, David Mehler wrote: >> > I'm running 2.4 versions of Openvpn on both the server and a windows >> client. >> > >> > I'm wanting to route all traffic through the vpn. I've got this on the >> server: >> > >> > push "redirect-gateway def1 bypass-dhcp" >> > push "dhcp-option DNS 208.67.222.222" >> > >> > The Dns server push is working on the client. Here's the client's >> ipconfig /all >> > >> > Is there something special I have to do to get this going on win10? >> >> Is there anything not working? >> >> > PATH=C:\WINDOWS\System32;C:\WINDOWS;C:\WINDOWS\System32\Wbem >> > Mon Apr 24 09:51:34 2017 C:\WINDOWS\system32\route.exe ADD 128.0.0.0 >> > MASK 128.0.0.0 192.168.0.1 >> >> ... except that it really shouldn't do this, if you running the GUI >> without >> Admin privileges... which you *are* doing, aren't you? >> > > I seen similar recently, interactive service was not started (due to > missing registry entries) ... and openvpn-gui decided to run openvpn.exe > directly (in very silent way). > > I think, we should improve logging here: > > https://github.com/OpenVPN/openvpn-gui/blob/master/openvpn.c#L1609-L1611 > > something like "oops, we tried to connect to interactive service, but it > failed..." > > > >> >> gert >> -- >> USENET is *not* the non-clickable part of WWW! >> // >> www.muc.de/~gert/ <http://www.muc.de/%7Egert/> >> Gert Doering - Munich, Germany >> g...@greenie.muc.de >> fax: +49-89-35655025 g...@net.informatik.tu- >> muenchen.de >> >> ------------------------------------------------------------ >> ------------------ >> 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 >> >> > ------------------------------------------------------------------------------ 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