Re: [Openvpn-users] Win10 default gateway not being redirected

2017-04-24 Thread Selva Nair
Hi, On Mon, Apr 24, 2017 at 2:37 PM, Gert Doering wrote: > > The issue when I tried to start the Interactive Services detection > > service was it kept giving me an error 1. Here's the fix for that: > > > > https://blogs.technet.microsoft.com/home_is_where_i_lay_my_ >

Re: [Openvpn-users] Win10 default gateway not being redirected

2017-04-24 Thread Gert Doering
Hi, On Mon, Apr 24, 2017 at 02:31:16PM -0400, David Mehler wrote: > Thanks for the information on routing. So it is working? How then when > I did the ipconfig /all didn't it show up as default gateway on the > openvpn adapter? Right. It's not "the default gateway" (because that would be "the

Re: [Openvpn-users] Win10 default gateway not being redirected

2017-04-24 Thread Gert Doering
Hi, On Mon, Apr 24, 2017 at 11:06:24PM +0500, ?? wrote: > from my point of view it looked like that > > 1) user complained "nothing works" > 2) ok, show me logs > 3) "route cannot be added" Neither "1)" nor "3)" is what happened here. gert -- USENET is *not* the

Re: [Openvpn-users] Win10 default gateway not being redirected

2017-04-24 Thread Илья Шипицин
2017-04-24 22:54 GMT+05:00 Selva Nair : > > On Mon, Apr 24, 2017 at 1:44 PM, Илья Шипицин > wrote: > >> I seen similar recently, interactive service was not started (due to >> missing registry entries) ... and openvpn-gui decided to run openvpn.exe >>

Re: [Openvpn-users] Win10 default gateway not being redirected

2017-04-24 Thread Selva Nair
On Mon, Apr 24, 2017 at 1:44 PM, Илья Шипицин wrote: > 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

Re: [Openvpn-users] Win10 default gateway not being redirected

2017-04-24 Thread Selva Nair
On Mon, Apr 24, 2017 at 1:39 PM, Gert Doering wrote: > Hi, > > On Mon, Apr 24, 2017 at 01:36:02PM -0400, Selva Nair wrote: > > On Mon, Apr 24, 2017 at 1:12 PM, Gert Doering > wrote: > > > > > ... except that it really shouldn't do this, if you running

Re: [Openvpn-users] Win10 default gateway not being redirected

2017-04-24 Thread Илья Шипицин
2017-04-24 22:12 GMT+05:00 Gert Doering : > 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

Re: [Openvpn-users] Win10 default gateway not being redirected

2017-04-24 Thread Gert Doering
Hi, On Mon, Apr 24, 2017 at 01:36:02PM -0400, Selva Nair wrote: > On Mon, Apr 24, 2017 at 1:12 PM, Gert Doering wrote: > > > ... except that it really shouldn't do this, if you running the GUI without > > Admin privileges... which you *are* doing, aren't you? > > As I

Re: [Openvpn-users] Win10 default gateway not being redirected

2017-04-24 Thread Selva Nair
On Mon, Apr 24, 2017 at 1:12 PM, Gert Doering wrote: > ... except that it really shouldn't do this, if you running the GUI without > Admin privileges... which you *are* doing, aren't you? > As I wrote before he is either not using the GUI or is running it as admin. Note the

Re: [Openvpn-users] Win10 default gateway not being redirected

2017-04-24 Thread Gert Doering
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

Re: [Openvpn-users] Win10 default gateway not being redirected

2017-04-24 Thread debbie10t
On 24/04/17 15:07, David Mehler wrote: > Hello, > > 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"

[Openvpn-users] Win10 default gateway not being redirected

2017-04-24 Thread David Mehler
Hello, 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