[vpn-help] [Vpn-help] Problem- Reinstall after every reboot
    Arkadiusz Łobodziec KOMA NORD 
    arkadiusz.lobodziec at komanord.pl
       
    Mon Jun  6 05:11:11 CDT 2011
    
    
  
HI,
 
I have the same problem. I read your advice and have find 2 inf files on my
pc, but now I don't know what now should I do. I use windows 7 and shrew
soft 2.1.7
 
First file is (I bolded the failover part)
 
Ndiscap.inf
;-------------------------------------------------------------------------
; NdisCap.INF -- NDIS Packet Capture Filter Driver
;
; Copyright (c) Microsoft Corporation.  All rights reserved.
;-------------------------------------------------------------------------
[version]
Signature          = "$Windows NT$"
Class                = NetService
ClassGUID         = {4D36E974-E325-11CE-BFC1-08002BE10318}
Provider            = %Msft%
DriverVer          =10/01/2002,6.0.5019.0
DriverVer=06/21/2006,6.1.7600.16385
 
[Manufacturer]
%Msft%=MSFT,NTx86,NTia64,NTamd64
 
[MSFT.NTx86]
%NdisCap_Desc%=Install, MS_NdisCap
 
[MSFT.NTia64]
%NdisCap_Desc%=Install, MS_NdisCap
 
[MSFT.NTamd64]
%NdisCap_Desc%=Install, MS_NdisCap
 
;-------------------------------------------------------------------------
; Installation Section
;-------------------------------------------------------------------------
[Install]
AddReg=Inst_Ndi
Characteristics=0x40038 ; NCF_LW_FILTER | NCF_NO_SERVICE |
NCF_NOT_USER_REMOVABLE | NCF_HIDDEN
NetCfgInstanceId="{EA24CD6C-D17A-4348-9190-09F0D5BE83DD}"
 
 
;-------------------------------------------------------------------------
; Ndi installation support
;-------------------------------------------------------------------------
[Inst_Ndi]
HKR, Ndi,Service,,"NdisCap"
HKR, Ndi,CoServices,0x00010000,"NdisCap"
HKR, Ndi,HelpText,,%NdisCap_HelpText%
HKR, Ndi,FilterClass,, failover
HKR, Ndi,FilterType,0x00010001,0x00000001
HKR, Ndi\Interfaces,UpperRange,,"noupper"
HKR, Ndi\Interfaces,LowerRange,,"nolower"
HKR, Ndi\Interfaces, FilterMediaTypes,,"ethernet, wlan, ppip"
HKR, Ndi,FilterRunType, 0x00010001, 2 ; Optional
HKR, Ndi, ClsID, , "{D212B88E-8365-4CA9-BC4E-CFA4251F6B5F}"
HKR, Ndi, ComponentDll, , "ndiscapCfg.dll"
 
;-------------------------------------------------------------------------
; Service installation support
;-------------------------------------------------------------------------
[Install.Services]
AddService=NdisCap,,NdisCap_Service_Inst
 
[NdisCap_Service_Inst]
DisplayName     = %NdisCap_Desc%
ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
StartType       = 3 ;SERVICE_DEMAND_START
ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
ServiceBinary   = %12%\ndiscap.sys
LoadOrderGroup  = NDIS
Description     = %NdisCap_Desc%
AddReg          = Common.Params.reg
 
[Install.Remove.Services]
DelService=NdisCap,0x200
 
[Common.Params.reg]
 
HKR, Parameters, RefCount, 0x00010001, 0 ; RefCount checked by FilterAttach
HKR, Parameters, PersistentRefCount, 0x00010001, 0 ; RefCount checked by
FilterAttach
 
HKR, FilterDriverParams\DriverParam,               ParamDesc,       ,
"Driverparam for lwf"
HKR, FilterDriverParams\DriverParam,               default,            , "5"
HKR, FilterDriverParams\DriverParam,               type,                ,
"int"
 
HKR, FilterAdapterParams\AdapterParam,                      ParamDesc,
, "Adapterparam for lwf"
HKR, FilterAdapterParams\AdapterParam,                      default,
, "10"
HKR, FilterAdapterParams\AdapterParam,                      type,
, "int"
 
[Strings]
Msft = "Microsoft"
NdisCap_Desc = "NDIS Capture LightWeight Filter"
NdisCap_HelpText = "Packet Capture Filter Driver"
 
 
Second is oem83.inf
 
;--------------------------------------------------
;
; VFILTER.INF
;
; ShewSoft Lightweight Filter Driver
;
; Copyright 2007, ShewSoft Inc
;
;--------------------------------------------------
 
;--------------------------------------------------
; Bitmap Reference
;--------------------------------------------------
;
; ServiceType values
;
; SERVICE_KERNEL_DRIVER        = 0x00000001
; SERVICE_FILE_SYSTEM_DRIVER   = 0x00000002
; SERVICE_ADAPTER              = 0x00000004
; SERVICE_RECOGNIZER_DRIVER    = 0x00000008
; SERVICE_WIN32_OWN_PROCESS    = 0x00000010
; SERVICE_WIN32_SHARE_PROCESS  = 0x00000020
; SERVICE_INTERACTIVE_PROCESS  = 0x00000100
; SERVICE_INTERACTIVE_SHARED   = 0x00000120
;
; StartType values
;
; SERVICE_BOOT_START           = 0x00000000
; SERVICE_SYSTEM_START         = 0x00000001
; SERVICE_AUTO_START           = 0x00000002
; SERVICE_DEMAND_START         = 0x00000003
; SERVICE_DISABLED             = 0x00000004
;
; ErrorControl values
;
; SERVICE_ERROR_IGNORE         = 0x00000000
; SERVICE_ERROR_NORMAL         = 0x00000001
; SERVICE_ERROR_SEVERE         = 0x00000002
; SERVICE_ERROR_CRITICAL       = 0x00000003
;
; Characteristic flags
;
; NCF_VIRTUAL                  = 0x00001
; NCF_WRAPPER                  = 0x00002
; NCF_PHYSICAL                 = 0x00004
; NCF_HIDDEN                   = 0x00008
; NCF_NO_SERVICE               = 0x00010
; NCF_NOT_USER_REMOVABLE       = 0x00020
; NCF_HAS_UI                   = 0x00080
; NCF_MODEM                    = 0x00100
; NCF_FILTER                   = 0x00400
; NCF_NDIS_PROTOCOL            = 0x04000
; NCF_NDIS_LWF                 = 0x40000
;
; Registry types
;
; REG_MULTI_SZ                 = 0x10000
; REG_EXPAND_SZ                = 0x20000
; REG_DWORD                    = 0x10001
;
; Service install flags
;
; SPSVCINST_TAGTOFRONT         = 0x1
; SPSVCINST_ASSOCSERVICE       = 0x2
;
; Copy Flags
;
; COPYFLG_NOSKIP               = 0x2
; COPYFLG_NOVERSIONCHECK       = 0x4
;
 
;---------------------------------------------------------------------------
-
; General Info
;
 
[Strings]
SSoft       = "Shrew Soft"
Description = "Shrew Soft Lightweight Filter"
HelpText    = "Packet Filter and Divert Driver"
 
[version]
Signature   = "$Windows NT$"
Class       = NetService
ClassGUID   = {4d36e974-e325-11ce-bfc1-08002be10318}
Provider    = %SSoft%
DriverVer   = 03/03/2010,2.02.00.0003
 
CatalogFile = vfilter.cat
 
;---------------------------------------------------------------------------
-
; Product Info
;
 
[Manufacturer]
%SSoft% = shrewsoft,NTx86,NTamd64
 
[ControlFlags]
;NONE
 
[shrewsoft]
%Description% = vflt.ndi, vflt
 
[shrewsoft.NTx86]
%Description% = vflt.ndi, vflt
 
[shrewsoft.NTamd64]
%Description% = vflt.ndi, vflt
 
 
;---------------------------------------------------------------------------
-
; Driver Setup and Service Info
;
 
[vflt.ndi.NTx86]
Characteristics  = 0x40000
NetCfgInstanceId ="{B2877303-CCFA-4415-B0BF-C905C7D339A7}"
CopyFiles        = vflt.copylist
AddReg           = vflt.reg
 
[vflt.ndi.NTamd64]
Characteristics  = 0x40000
NetCfgInstanceId ="{B2877303-CCFA-4415-B0BF-C905C7D339A7}"
CopyFiles        = vflt.copylist
AddReg           = vflt.reg
 
[vflt.copylist]
vfilter.sys
 
[vflt.ndi.NTx86.services]
AddService = vflt, 2, vflt.addservice
 
[vflt.ndi.NTamd64.services]
AddService = vflt, 2, vflt.addservice
 
[vflt.reg]
HKR, Ndi,                    Service,             0,                  "vflt"
HKR, Ndi,                    CoServices,       0x00010000, "vflt"
HKR, Ndi,                    FilterClass,        0,
"failover"
HKR, Ndi,                     FilterType,          0x00010001,   0x00000002
HKR, Ndi,                     FilterRunType,    0x00010001,   1
HKR, Ndi\Interfaces,      UpperRange,       0,                   "noupper"
HKR, Ndi\Interfaces,      LowerRange,      0,                   "nolower"
HKR, Ndi\Interfaces,      FilterMediaTypes, 0,                  "ethernet,
wan, ppip"
HKR, Ndi,                     HelpText,           0,
"%HelpText%"
HKR, ,                  Manufacturer,             0,
"%SSoft%"
HKR, ,                  ProductName,             0,
"%Description%"
 
[vflt.addservice]
DisplayName     = %Description%
Description        = %Description%
ServiceType       = 1
StartType          = 1
ErrorControl      = 1
ServiceBinary     = %12%\vfilter.sys
LoadOrderGroup           = NDIS
 
[vflt.remove.services]
DelService         = vflt, 0x200
 
;---------------------------------------------------------------------------
-
; File Install Info
;
 
[DestinationDirs]
vflt.copylist = 12
 
[SourceDisksNames]
1 = %Description%
 
[SourceDisksFiles]
vfilter.sys = 1
 
 
 
Pozdrawiam
 
Arkadiusz Łobodziec
Dyrektor Oddziału Małopolska
Koma Nord Sp z o.o.
81-537 Gdynia, ul. Łużycka 2
mobile: +48 601 821 612
fax: +48 58 621 1030
skype: arkadiusz.lobodziec
email:  <mailto:arkadiusz.lobodziec at komanord.pl>
arkadiusz.lobodziec at komanord.pl
 <http://www.komanord.pl/> www.komanord.pl
=================
Koma Nord Spółka z o.o. zarejestrowana w Sądzie Rejonowym Gdańsk Wydział
Gospodarczy pod nr KRS 0000086300, nr NIP 586-10-29-611, nr REGON 190471769,
kapitał zakładowy 130 tys. zł, kapitał własny 4,6 mln zł (12'2009 r.) data
utworzenia spółki: 1994-10-19
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.shrew.net/pipermail/vpn-help/attachments/20110606/9eea2570/attachment.html>
    
    
More information about the vpn-help
mailing list