From: debbie10t <deb...@gm...> - 2016-05-18 18:53:28
|
On 16/05/16 19:59, Gert Doering wrote: > Hi, > > On Sun, May 08, 2016 at 02:25:42PM -0400, Doug Lytle wrote: >> Gert Doering wrote: >>> These bits are not yet "interactive-service'ified". >>> >>> Patch is sitting in my review queue (*sigh*), so "in the course of the >>> next few weeks" you should see this pop up in the master snapshots. >> Thanks for the update > Here we go - "next few weeks" was quicker than I thought - the patch > has been merged today, and is in the latest release on > > http://build.openvpn.net/downloads/snapshots/ > > namely > > http://build.openvpn.net/downloads/snapshots/openvpn-install-master-20160516184848-970312f185-x86_64.exe > http://build.openvpn.net/downloads/snapshots/openvpn-install-master-20160516184848-970312f185-i686.exe > > > I would be very interested in hearing whether it works correctly now, > that is, DNS is properly flushed, and no errors seen in the log. > I was curious about this .. it tested out and everything appeared to work except the service did not reply to the request to flush dns. When I tested by command line (interactive service stopped) there was an unknown *ipconfig* error. pings across the tunnel all worked fine .. details below Client log using interactive service: Mon May 18 17:38:11 2016 us=375555 Blocking outside DNS Mon May 18 17:38:11 2016 us=375555 Using service to add block dns filters Mon May 18 17:38:11 2016 us=391142 Blocking outside dns using service succeeded. Mon May 18 17:38:16 2016 us=213522 TEST ROUTES: 1/1 succeeded len=1 ret=1 a=0 u/d=up Mon May 18 17:38:16 2016 us=213522 MANAGEMENT: >STATE:1463416696,ADD_ROUTES,,,,,, Mon May 18 17:38:16 2016 us=213522 C:\WINDOWS\system32\route.exe ADD 10.x.x.x MASK 255.255.255.0 10.x.x.x Mon May 18 17:38:16 2016 us=213522 Route addition via service succeeded Mon May 18 17:38:16 2016 us=213522 Initialization Sequence Completed Mon May 18 17:38:16 2016 us=213522 Register_dns request sent to the service Mon May 18 17:38:16 2016 us=213522 MANAGEMENT: >STATE:1463416696,CONNECTED,SUCCESS,10.x.x.x,y.y.y.y,zzzz,, Mon May 18 17:39:37 2016 us=399964 SIGTERM received, sending exit notification to peer Mon May 18 17:39:40 2016 us=970670 TCP/UDP: Closing socket Mon May 18 17:39:40 2016 us=970670 C:\WINDOWS\system32\route.exe DELETE 10.x.x.x MASK 255.255.255.0 10.x.x.x Mon May 18 17:39:40 2016 us=970670 Route deletion via service succeeded Mon May 18 17:39:40 2016 us=970670 Closing TUN/TAP interface Mon May 18 17:39:40 2016 us=970670 Uninitializing WFP Mon May 18 17:39:40 2016 us=970670 Using service to delete block dns filters Mon May 18 17:39:40 2016 us=970670 Unblocking outside dns using service succeeded. Mon May 18 17:39:40 2016 us=970670 SIGTERM[soft,exit-with-notification] received, process exiting Mon May 18 17:39:40 2016 us=970670 MANAGEMENT: >STATE:1463416780,EXITING,exit-with-notification,,,,, === Client log from admin command line: Mon May 18 17:53:34 2016 us=119659 Blocking outside DNS Mon May 18 17:53:34 2016 us=119659 Block_DNS: WFP engine opened Mon May 18 17:53:34 2016 us=135285 Block_DNS: Added permit filters for exe_path Mon May 18 17:53:34 2016 us=135285 Block_DNS: Added block filters for all Mon May 18 17:53:34 2016 us=150906 Block_DNS: Added permit filters for TAP interface Mon May 18 17:53:39 2016 us=807410 TEST ROUTES: 1/1 succeeded len=1 ret=1 a=0 u/d=up Mon May 18 17:53:39 2016 us=807410 C:\WINDOWS\system32\route.exe ADD 10.x.x.x MASK 255.255.255.0 10.x.x.x Mon May 18 17:53:39 2016 us=807410 ROUTE: CreateIpForwardEntry succeeded with dwForwardMetric1=20 and dwForwardType=4 Mon May 18 17:53:39 2016 us=807410 Route addition via IPAPI succeeded [adaptive] Mon May 18 17:53:39 2016 us=807410 Initialization Sequence Completed Mon May 18 17:53:39 2016 Start net commands... Mon May 18 17:53:39 2016 C:\WINDOWS\system32\net.exe stop dnscache Mon May 18 17:53:47 2016 C:\WINDOWS\system32\net.exe start dnscache Mon May 18 17:53:47 2016 ERROR: Windows ipconfig command failed: returned error code 2 Mon May 18 17:53:47 2016 C:\WINDOWS\system32\ipconfig.exe /flushdns Mon May 18 17:53:47 2016 C:\WINDOWS\system32\ipconfig.exe /registerdns Mon May 18 17:53:50 2016 End net commands... Mon May 18 17:58:48 2016 us=228451 SIGTERM received, sending exit notification to peer Mon May 18 17:58:51 2016 us=751405 TCP/UDP: Closing socket Mon May 18 17:58:51 2016 us=751405 C:\WINDOWS\system32\route.exe DELETE 10.x.x.x MASK 255.255.255.0 10.x.x.x Mon May 18 17:58:51 2016 us=751405 Route deletion via IPAPI succeeded [adaptive] Mon May 18 17:58:51 2016 us=751405 Closing TUN/TAP interface Mon May 18 17:58:51 2016 us=751405 Uninitializing WFP Mon May 18 17:58:51 2016 us=766993 SIGTERM[soft,exit-with-notification] received, process exiting === Tested with W10 and openvpn-2.3_git (built on May *18* 2016) http://build.openvpn.net/downloads/snapshots/openvpn-install-master-20160518064859-0d8a4ffa22-x86_64.exe regards |