Discussion:
Setting tunnel IP address fails on German Windows 7
Martin Pauly
2015-06-16 16:27:25 UTC
Permalink
Hello,

first, I just want ot thank dwmw2, nmav and others for this excellent work!
The Windows port from
https://github.com/openconnect/openconnect-gui/releases/download/v1.3/openconnect-installer.exe
works well on an English Windows 7 for me, but fails on German Windows 7. It should be
noted that, by accident, the former is a 64 bit system whereas the latter is on an old machine
with a 32 bit CPU.

The problem seems to occur when the client is to set the tunnel IP address on the local TAP/TUN
interface. The symptom is always that it, being a pseudo-ethernet NIC, remains on the initial
APIPA address once assigned by windows. The ASA (which I administer) sees a valid session, though.
Connection log is attached, but one thing really puzzles me:
I am pretty sure that in my first attempts, there was at least one failing netsh call in the log.
Now, there is nothing like this, not even after a full reboot. The error message there read
"Element nicht gefunden" which is "Element not found". The error did not seem to be detected, though,
connection setup proceeded without the IP address ever being set to work. First, I suspected the
language-dependent interface identifiers, but with netsh you only get an "Element not found" when
at least the identifier exists (which is "LAN-Verbindung 3" in my case, corresponding to
"Local Area Connection 3".

TIA, Martin
--
Dr. Martin Pauly Phone: +49-6421-28-23527
HRZ Univ. Marburg Fax: +49-6421-28-26994
Hans-Meerwein-Str. E-Mail: ***@HRZ.Uni-Marburg.DE
D-35032 Marburg
Nikos Mavrogiannopoulos
2015-06-17 08:04:29 UTC
Permalink
Post by Martin Pauly
The Windows port from
https://github.com/openconnect/openconnect-gui/releases/download/v1.3/openconnect-installer.exe
works well on an English Windows 7 for me, but fails on German Windows 7. It should be
noted that, by accident, the former is a 64 bit system whereas the latter is
on an old machine
with a 32 bit CPU.
Hello,
I think the error is indicated at:
Failed to spawn script 'vpnc-script.js' for connect: Der angegebene
Ressourcentyp wurde nicht in der Image-Datei gefunden.

For some reason it cannot run vpnc-script.js. The code to run it is in
script_config_tun() in libopenconnect. As far as I understand it
pretty much calls "cscript.exe vpnc-script.js" in the path openconnect
is installed. What is the output if you run that command manually?

regards,
Nikos
Martin Pauly
2015-06-18 06:19:22 UTC
Permalink
Hello,

sorry, this should have gone to the list, too:
-----------------------------------------------------------------
Post by Nikos Mavrogiannopoulos
Failed to spawn script 'vpnc-script.js' for connect: Der angegebene
Ressourcentyp wurde nicht in der Image-Datei gefunden.
For some reason it cannot run vpnc-script.js.
no, that's what I suspected first. But this message also occurs on
the working system. The netsh calls are assembled in vpnc-script.js
Manual invcoation triggers the same result. Attached is a failing
Windows 8 log _with_ the calls in question.

CU Martin
--
Dr. Martin Pauly Phone: +49-6421-28-23527
HRZ Univ. Marburg Fax: +49-6421-28-26994
Hans-Meerwein-Str. E-Mail: ***@HRZ.Uni-Marburg.DE
D-35032 Marburg
Nikos Mavrogiannopoulos
2015-06-18 15:07:16 UTC
Permalink
Post by Martin Pauly
Post by Nikos Mavrogiannopoulos
Failed to spawn script 'vpnc-script.js' for connect: Der angegebene
Ressourcentyp wurde nicht in der Image-Datei gefunden.
For some reason it cannot run vpnc-script.js.
no, that's what I suspected first. But this message also occurs on
the working system. The netsh calls are assembled in vpnc-script.js
Manual invcoation triggers the same result. Attached is a failing
Windows 8 log _with_ the calls in question.
2015-06-17 10:48 Interface: "Ethernet 2"
2015-06-17 10:48 executing: netsh interface ipv4 set subinterface
"Ethernet 2" mtu=1342 store=active
2015-06-17 10:48 Element nicht gefunden.

That looks related with the tuntap driver.
Martin Pauly
2015-06-22 21:05:59 UTC
Permalink
Hello,

I hope my previous posts did not cause confusion.
I can reproduce the whole thing with openconnect.exe on the
Windows command line. As you might expect, on my English 64-Bit machines
(Windows 7 and 8.1) openconnect itself does exactly
the same thing as on linux, it builds the tunnel and assigns
the IP address successfully. The last step fails on my German
32-Bit Windows, leaving the interface with an APIPA address.

Apart from that, there is almost no difference between the
two installations both are pretty minimalistic, only have
all current patches.

It shoud be added that vpn-script.js is always run,
and always sets the routes correctly when provided
ith a correctly initialized tun interface.
The message "Failed to spawn script" occurs
very often, but seems to be harmless.

With a little luck, I can add another test with
a 64-Bit German version soon, so we might get
a bit closer to where to look out for the trouble.

Cheers, Martin
--
Dr. Martin Pauly Phone: +49-6421-28-23527
HRZ Univ. Marburg Fax: +49-6421-28-26994
Hans-Meerwein-Str. E-Mail: ***@HRZ.Uni-Marburg.DE
D-35032 Marburg
Martin Pauly
2015-06-24 08:42:46 UTC
Permalink
Post by Martin Pauly
With a little luck, I can add another test with
a 64-Bit German version soon, so we might get
a bit closer to where to look out for the trouble.
Here it is: Same problem on German 64 Bit Windows 7,
tun interface remains with APIPa (i.e. 169.2454.x.y)
address.

Martin
--
Dr. Martin Pauly Fax: 49-6421-28-26994
HRZ Univ. Marburg Phone: 49-6421-28-23527
Hans-Meerwein-Str. E-Mail: ***@HRZ.Uni-Marburg.DE
D-35032 Marburg
David Woodhouse
2015-06-24 19:42:01 UTC
Permalink
Post by Nikos Mavrogiannopoulos
2015-06-17 10:48 Interface: "Ethernet 2"
2015-06-17 10:48 executing: netsh interface ipv4 set subinterface
"Ethernet 2" mtu=1342 store=active
2015-06-17 10:48 Element nicht gefunden.
That looks related with the tuntap driver.
Is that really the name of the interface? That's not what it normally
calls itself, is it?

Admittedly on my test system it's now called TAP♥ because I was torture
-testing the charset handling support, but I'm fairly sure it wasn't
'Ethernet x' by default.

Can you dump the relevant parts of the registry? See tun-win32.c for
the parts that it's looking for.
--
dwmw2
Martin Pauly
2015-06-29 16:20:33 UTC
Permalink
Warnung: Aus dieser Nachricht wurden vom Virenscanner ein oder mehrere
Warnung: Attachments entfernt (HKLM-System-CCS-Control-Network-NETDEV_GUID.reg, HKLM-System-CCS-Control-Class-NETDEV_GUID.reg).
Warnung: Weitere Informationen finden Sie im Anhang "UniMR-Attachment-Warning.txt".
Warning: ----------------------------------------------------------------------
Warning: This message has had one or more attachments removed
Warning: (HKLM-System-CCS-Control-Network-NETDEV_GUID.reg, HKLM-System-CCS-Control-Class-NETDEV_GUID.reg).
Warning: Please read the "UniMR-Attachment-Warning.txt" attachment(s)for more information.
Post by David Woodhouse
Can you dump the relevant parts of the registry? See tun-win32.c for
the parts that it's looking for.
I hope you can find something useful in the attached .reg files.
HKLM-System-CCS-Control-Class-NETDEV_GUID.reg
seems to be the same on German and English Windows.
HKLM-System-CCS-Control-Network-NETDEV_GUID.reg
seems to contain all the actual interface names
as shown by ipconfig, so it _is_ different on
the two machines.

Good luck, Martin
--
Dr. Martin Pauly Phone: +49-6421-28-23527
HRZ Univ. Marburg Fax: +49-6421-28-26994
Hans-Meerwein-Str. E-Mail: ***@HRZ.Uni-Marburg.DE
D-35032 Marburg
Martin Pauly
2015-07-01 09:20:02 UTC
Permalink
Hello,

sorry for the trouble with the reg files, will try to think before
I type next time. You can either get them from
http://www.staff.uni-marburg.de/~pauly/openconnect/
(file extension an mime type is text, even IE on Win7 opens Notepad)
or use the inline version below.

Thanks Martin


-------------------------------------- Start "Network" hive ------------------------------------------------
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\Descriptions]
"WAN Miniport (SSTP)"=hex(7):31,00,00,00,00,00
"WAN Miniport (L2TP)"=hex(7):31,00,00,00,00,00
"WAN Miniport (PPTP)"=hex(7):31,00,00,00,00,00
"WAN Miniport (PPPOE)"=hex(7):31,00,00,00,00,00
"WAN Miniport (IPv6)"=hex(7):31,00,00,00,00,00
"WAN Miniport (Network Monitor)"=hex(7):31,00,00,00,00,00
"WAN Miniport (IP)"=hex(7):31,00,00,00,00,00
"RAS Async Adapter"=hex(7):31,00,00,00,00,00
"Broadcom 440x 10/100-integrierter Controller"=hex(7):31,00,00,00,00,00
"Microsoft-ISATAP-Adapter"=hex(7):31,00,00,00,32,00,00,00,33,00,00,00,34,00,00,\
00,00,00
"Intel(R) PRO/Wireless 3945ABG-Netzwerkverbindung"=hex(7):31,00,00,00,00,00
"Microsoft-Teredo-Tunneling-Adapter"=hex(7):31,00,00,00,00,00
"WAN Miniport (IKEv2)"=hex(7):31,00,00,00,00,00
"Bluetooth-Ger�t (RFCOMM-Protokoll-TDI)"=hex(7):31,00,00,00,00,00
"Bluetooth-Ger�t (PAN)"=hex(7):31,00,00,00,00,00
"AVM ISDN-Controller FRITZ!Card USB v2.1"=hex(7):31,00,00,00,00,00
"AVM ISDN CoNDIS WAN CAPI Driver"=hex(7):31,00,00,00,00,00
"TP-LINK 150Mbps Wireless Lite N Adapter"=hex(7):31,00,00,00,00,00
"Cisco AnyConnect Secure Mobility Client Virtual Miniport Adapter for Windows"=hex(7):31,\
00,00,00,00,00
"Microsoft-6zu4-Adapter"=hex(7):31,00,00,00,00,00
"TAP-Windows Adapter V9"=hex(7):31,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{308A1125-EFED-4DC5-B3DD-70ED6F2055C1}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{308A1125-EFED-4DC5-B3DD-70ED6F2055C1}\Connection]
"DefaultNameResourceId"=dword:0000070e
"DefaultNameIndex"=dword:00000000
"Name"="Drahtlosnetzwerkverbindung"
"PnpInstanceID"="PCI\\VEN_8086&DEV_4222&SUBSYS_10218086&REV_02\\4&25B3C2E8&0&00E1"
"MediaSubType"=dword:00000002

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{349C2AEE-F45B-4898-B697-E07B590EAD60}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{349C2AEE-F45B-4898-B697-E07B590EAD60}\Connection]
"DefaultNameResourceId"=dword:0000070b
"DefaultNameIndex"=dword:00000003
"Name"="Cisco AnyConnect Secure Mobility Client Connection"
"PnpInstanceID"="ROOT\\NET\\0000"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{34CC111A-7783-4129-B872-A05426DF36B5}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{34CC111A-7783-4129-B872-A05426DF36B5}\Connection]
"DefaultNameResourceId"=dword:00000710
"DefaultNameIndex"=dword:00000000
"Name"="Bluetooth-Netzwerkverbindung"
"PnpInstanceID"="BTH\\MS_BTHPAN\\7&23852A1C&0&2"
"MediaSubType"=dword:00000007

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{45DF502D-1092-4704-8045-0DD11B48DC9A}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{45DF502D-1092-4704-8045-0DD11B48DC9A}\Connection]
"DefaultNameResourceId"=dword:00000709
"DefaultNameIndex"=dword:0000000d
"Name"="Reusable ISATAP Interface {45DF502D-1092-4704-8045-0DD11B48DC9A}"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{483C9FF8-503D-414B-B402-E4C1F1F568CB}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{483C9FF8-503D-414B-B402-E4C1F1F568CB}\Connection]
"DefaultNameResourceId"=dword:00000709
"DefaultNameIndex"=dword:00000003
"Name"="LAN-Verbindung* 3"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{56260899-32EC-4D08-AAA8-09D42F82C1C0}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{56260899-32EC-4D08-AAA8-09D42F82C1C0}\Connection]
"DefaultNameResourceId"=dword:0000070b
"DefaultNameIndex"=dword:00000003
"Name"="LAN-Verbindung 3"
"PnpInstanceID"="ROOT\\NET\\0001"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{710CE698-476C-48F5-B303-5159E2A8EEF3}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{710CE698-476C-48F5-B303-5159E2A8EEF3}\Connection]
"DefaultNameResourceId"=dword:00000709
"DefaultNameIndex"=dword:00000000
"Name"="isatap.HRZ.Uni-Marburg.DE"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{72DD97A9-E544-4915-88D8-44E829C34F68}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{72DD97A9-E544-4915-88D8-44E829C34F68}\Connection]
"DefaultNameResourceId"=dword:00000709
"DefaultNameIndex"=dword:00000007
"Name"="LAN-Verbindung* 7"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{7C5653F0-144A-4534-9E34-28AC99CBA85E}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{7C5653F0-144A-4534-9E34-28AC99CBA85E}\Connection]
"DefaultNameResourceId"=dword:00000709
"DefaultNameIndex"=dword:00000008
"Name"="LAN-Verbindung* 8"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{9663E893-CAB6-49CD-A103-2199B11543D0}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{9663E893-CAB6-49CD-A103-2199B11543D0}\Connection]
"DefaultNameResourceId"=dword:00000709
"DefaultNameIndex"=dword:00000000
"Name"="LAN-Verbindung*"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{978D0073-6488-48E9-8844-E4530F3C1792}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{978D0073-6488-48E9-8844-E4530F3C1792}\Connection]
"DefaultNameResourceId"=dword:00000709
"DefaultNameIndex"=dword:0000000d
"Name"="isatap.{308A1125-EFED-4DC5-B3DD-70ED6F2055C1}"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{983726D5-B62F-4381-9695-75C6BD1BBD2A}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{983726D5-B62F-4381-9695-75C6BD1BBD2A}\Connection]
"DefaultNameResourceId"=dword:00000709
"DefaultNameIndex"=dword:00000006
"Name"="isatap.{56260899-32EC-4D08-AAA8-09D42F82C1C0}"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{A00EBFAA-BFD1-4805-A6E3-E9D41D08B96E}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{A00EBFAA-BFD1-4805-A6E3-E9D41D08B96E}\Connection]
"DefaultNameResourceId"=dword:0000070e
"DefaultNameIndex"=dword:00000002
"Name"="Drahtlosnetzwerkverbindung 2"
"PnpInstanceID"="USB\\VID_0CF3&PID_9271\\12345"
"MediaSubType"=dword:00000002

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{A521546F-5E3E-401F-85C4-934C155E6799}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{A521546F-5E3E-401F-85C4-934C155E6799}\Connection]
"DefaultNameResourceId"=dword:00000709
"DefaultNameIndex"=dword:00000004
"Name"="LAN-Verbindung* 4"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{B54FFE36-DBE5-4A9C-BBB7-E13EE9DD9700}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{B54FFE36-DBE5-4A9C-BBB7-E13EE9DD9700}\Connection]
"DefaultNameResourceId"=dword:00000709
"DefaultNameIndex"=dword:00000006
"Name"="LAN-Verbindung* 6"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{C0DE3E38-8BA7-479F-8B75-833F294C5AA8}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{C0DE3E38-8BA7-479F-8B75-833F294C5AA8}\Connection]
"DefaultNameResourceId"=dword:00000709
"DefaultNameIndex"=dword:00000005
"Name"="LAN-Verbindung* 5"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{C490B942-E41C-42DF-814F-DB68DC03E8BD}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{C490B942-E41C-42DF-814F-DB68DC03E8BD}\Connection]
"DefaultNameResourceId"=dword:0000070a
"DefaultNameIndex"=dword:00000002
"Name"="LAN-Verbindung 2"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{DB2B4279-B5CF-4626-9DBA-32D0ECE44C87}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{DB2B4279-B5CF-4626-9DBA-32D0ECE44C87}\Connection]
"DefaultNameResourceId"=dword:00000709
"DefaultNameIndex"=dword:00000009
"Name"="LAN-Verbindung* 9"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{DEA828AC-F036-4D0D-A2E9-FEB3AAC8BACD}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{DEA828AC-F036-4D0D-A2E9-FEB3AAC8BACD}\Connection]
"DefaultNameResourceId"=dword:0000070b
"DefaultNameIndex"=dword:00000000
"Name"="LAN-Verbindung"
"PnpInstanceID"="PCI\\VEN_14E4&DEV_170C&SUBSYS_01D41028&REV_02\\4&F25D105&0&00F0"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{E28D896F-9EA8-433A-9C10-66C97C19A921}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{E28D896F-9EA8-433A-9C10-66C97C19A921}\Connection]
"DefaultNameResourceId"=dword:00000709
"DefaultNameIndex"=dword:0000000a
"Name"="LAN-Verbindung* 10"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{E2F8A220-AF88-446C-9A55-453E58DD3A33}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{E2F8A220-AF88-446C-9A55-453E58DD3A33}\Connection]
"DefaultNameResourceId"=dword:00000709
"DefaultNameIndex"=dword:0000000b
"Name"="LAN-Verbindung* 11"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{EE51F7F8-4D11-4C9A-A781-E5D96A157D4A}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{EE51F7F8-4D11-4C9A-A781-E5D96A157D4A}\Connection]
"DefaultNameResourceId"=dword:00000709
"DefaultNameIndex"=dword:0000000d
"Name"="6TO4 Adapter"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{F3229805-869E-479E-BA76-DD643F1D1B80}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{F3229805-869E-479E-BA76-DD643F1D1B80}\Connection]
"DefaultNameResourceId"=dword:00000709
"DefaultNameIndex"=dword:0000000c
"Name"="LAN-Verbindung* 12"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{F96043F5-2CD5-4EA8-931A-0E6945DB25EE}]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{F96043F5-2CD5-4EA8-931A-0E6945DB25EE}\Connection]
"DefaultNameResourceId"=dword:00000709
"DefaultNameIndex"=dword:00000002
"Name"="LAN-Verbindung* 2"


-------------------------------------- End "Network" hive ------------------------------------------------

-------------------------------------- Start "Class" hive ------------------------------------------------
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}]
"Class"="Net"
"ClassDesc"="@NetCfgx.dll,-1502"
@="Network adapters"
"IconPath"=hex(7):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,\
74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
00,65,00,74,00,75,00,70,00,61,00,70,00,69,00,2e,00,64,00,6c,00,6c,00,2c,00,\
2d,00,35,00,00,00,00,00
"Installer32"="NetCfgx.dll,NetClassInstaller"
"EnumPropPages32"="NetCfgx.dll,NetPropPageProvider"
"LowerLogoVersion"="6.0"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0000]
"NewDeviceInstall"=dword:00000000
"NetCfgInstanceId"="{E28D896F-9EA8-433A-9C10-66C97C19A921}"
"*IfType"=dword:00000083
"Characteristics"=dword:00000029
"*MediaType"=dword:0000000c
"*PhysicalMediaType"=dword:00000000
"NetLuidIndex"=dword:00000000
"DeviceInstanceID"="ROOT\\MS_SSTPMINIPORT\\0000"
"InstallTimeStamp"=hex:de,07,07,00,02,00,1d,00,0f,00,35,00,2a,00,aa,02
"MinWanEndpoints"=dword:00000000
"MaxWanEndpoints"=dword:00000003
"WanEndpoints"=dword:00000002
"ComponentId"="ms_sstpminiport"
"InfPath"="netsstpa.inf"
"InfSection"="Ndi-Mp-Sstp"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7600.16385"
"MatchingDeviceId"="ms_sstpminiport"
"DriverDesc"="WAN Miniport (SSTP)"
"EnableForRas"=dword:00000000
"EnableForRouting"=dword:00000000
"EnableForOutboundRouting"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0000\Linkage]
"RootDevice"=hex(7):7b,00,45,00,32,00,38,00,44,00,38,00,39,00,36,00,46,00,2d,\
00,39,00,45,00,41,00,38,00,2d,00,34,00,33,00,33,00,41,00,2d,00,39,00,43,00,\
31,00,30,00,2d,00,36,00,36,00,43,00,39,00,37,00,43,00,31,00,39,00,41,00,39,\
00,32,00,31,00,7d,00,00,00,00,00
"UpperBind"=hex(7):4e,00,64,00,69,00,73,00,57,00,61,00,6e,00,00,00,00,00
"Export"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,7b,00,45,00,32,\
00,38,00,44,00,38,00,39,00,36,00,46,00,2d,00,39,00,45,00,41,00,38,00,2d,00,\
34,00,33,00,33,00,41,00,2d,00,39,00,43,00,31,00,30,00,2d,00,36,00,36,00,43,\
00,39,00,37,00,43,00,31,00,39,00,41,00,39,00,32,00,31,00,7d,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0000\Ndi]
"Service"="RasSstp"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0000\Ndi\Interfaces]
"UpperRange"="ndiscowan"
"LowerRange"="nolower"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0001]
"NewDeviceInstall"=dword:00000001
"NetCfgInstanceId"="{9663E893-CAB6-49CD-A103-2199B11543D0}"
"*IfType"=dword:00000083
"Characteristics"=dword:00000029
"*MediaType"=dword:0000000c
"*PhysicalMediaType"=dword:00000000
"NetLuidIndex"=dword:00000001
"DeviceInstanceID"="ROOT\\MS_AGILEVPNMINIPORT\\0000"
"InstallTimeStamp"=hex:de,07,07,00,03,00,1e,00,08,00,32,00,23,00,3a,02
"MinWanEndpoints"=dword:00000000
"MaxWanEndpoints"=dword:00000003
"WanEndpoints"=dword:00000002
"ComponentId"="ms_agilevpnminiport"
"InfPath"="netavpna.inf"
"InfSection"="Ndi-Mp-AgileVpn"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="ms_agilevpnminiport"
"DriverDesc"="WAN Miniport (IKEv2)"
"EnableForRas"=dword:00000000
"EnableForRouting"=dword:00000000
"EnableForOutboundRouting"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0001\Linkage]
"RootDevice"=hex(7):7b,00,39,00,36,00,36,00,33,00,45,00,38,00,39,00,33,00,2d,\
00,43,00,41,00,42,00,36,00,2d,00,34,00,39,00,43,00,44,00,2d,00,41,00,31,00,\
30,00,33,00,2d,00,32,00,31,00,39,00,39,00,42,00,31,00,31,00,35,00,34,00,33,\
00,44,00,30,00,7d,00,00,00,00,00
"UpperBind"=hex(7):4e,00,64,00,69,00,73,00,57,00,61,00,6e,00,00,00,00,00
"Export"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,7b,00,39,00,36,\
00,36,00,33,00,45,00,38,00,39,00,33,00,2d,00,43,00,41,00,42,00,36,00,2d,00,\
34,00,39,00,43,00,44,00,2d,00,41,00,31,00,30,00,33,00,2d,00,32,00,31,00,39,\
00,39,00,42,00,31,00,31,00,35,00,34,00,33,00,44,00,30,00,7d,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0001\Ndi]
"Service"="RasAgileVpn"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0001\Ndi\Interfaces]
"UpperRange"="ndiscowan"
"LowerRange"="nolower"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0002]
"NewDeviceInstall"=dword:00000000
"NetCfgInstanceId"="{483C9FF8-503D-414B-B402-E4C1F1F568CB}"
"*IfType"=dword:00000083
"Characteristics"=dword:00000029
"*MediaType"=dword:0000000c
"*PhysicalMediaType"=dword:00000000
"NetLuidIndex"=dword:00000002
"DeviceInstanceID"="ROOT\\MS_L2TPMINIPORT\\0000"
"InstallTimeStamp"=hex:de,07,07,00,02,00,1d,00,0f,00,35,00,2f,00,42,00
"MinWanEndpoints"=dword:00000000
"MaxWanEndpoints"=dword:00000003
"WanEndpoints"=dword:00000002
"ComponentId"="ms_l2tpminiport"
"InfPath"="netrasa.inf"
"InfSection"="Ndi-Mp-L2tp"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7600.16385"
"MatchingDeviceId"="ms_l2tpminiport"
"DriverDesc"="WAN Miniport (L2TP)"
"EnableForRas"=dword:00000000
"EnableForRouting"=dword:00000000
"EnableForOutboundRouting"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0002\Linkage]
"RootDevice"=hex(7):7b,00,34,00,38,00,33,00,43,00,39,00,46,00,46,00,38,00,2d,\
00,35,00,30,00,33,00,44,00,2d,00,34,00,31,00,34,00,42,00,2d,00,42,00,34,00,\
30,00,32,00,2d,00,45,00,34,00,43,00,31,00,46,00,31,00,46,00,35,00,36,00,38,\
00,43,00,42,00,7d,00,00,00,00,00
"UpperBind"=hex(7):4e,00,64,00,69,00,73,00,57,00,61,00,6e,00,00,00,00,00
"Export"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,7b,00,34,00,38,\
00,33,00,43,00,39,00,46,00,46,00,38,00,2d,00,35,00,30,00,33,00,44,00,2d,00,\
34,00,31,00,34,00,42,00,2d,00,42,00,34,00,30,00,32,00,2d,00,45,00,34,00,43,\
00,31,00,46,00,31,00,46,00,35,00,36,00,38,00,43,00,42,00,7d,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0002\Ndi]
"Service"="Rasl2tp"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0002\Ndi\Interfaces]
"UpperRange"="ndiscowan"
"LowerRange"="nolower"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0003]
"NewDeviceInstall"=dword:00000000
"NetCfgInstanceId"="{C0DE3E38-8BA7-479F-8B75-833F294C5AA8}"
"*IfType"=dword:00000083
"Characteristics"=dword:00000029
"*MediaType"=dword:0000000c
"*PhysicalMediaType"=dword:00000000
"NetLuidIndex"=dword:00000003
"DeviceInstanceID"="ROOT\\MS_PPTPMINIPORT\\0000"
"InstallTimeStamp"=hex:de,07,07,00,02,00,1d,00,0f,00,35,00,2d,00,67,02
"MinWanEndpoints"=dword:00000000
"MaxWanEndpoints"=dword:00000003
"TapiLineName"="RAS VPN Line"
"InactivityIdleSeconds"="60"
"TcpPortNumber"=dword:000006bb
"TcpDisconnectTimeout"=dword:0000001e
"TcpConnectTimeout"=dword:0000001e
"ClientIpAddresses"=hex(7):00,00
"ClientIpMasks"=hex(7):00,00
"AuthenticateIncomingCalls"=dword:00000000
"WanEndpoints"=dword:00000002
"ComponentId"="ms_pptpminiport"
"InfPath"="netrasa.inf"
"InfSection"="Ndi-Mp-Pptp"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7600.16385"
"MatchingDeviceId"="ms_pptpminiport"
"DriverDesc"="WAN Miniport (PPTP)"
"EnableForRas"=dword:00000000
"EnableForRouting"=dword:00000000
"EnableForOutboundRouting"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0003\Linkage]
"RootDevice"=hex(7):7b,00,43,00,30,00,44,00,45,00,33,00,45,00,33,00,38,00,2d,\
00,38,00,42,00,41,00,37,00,2d,00,34,00,37,00,39,00,46,00,2d,00,38,00,42,00,\
37,00,35,00,2d,00,38,00,33,00,33,00,46,00,32,00,39,00,34,00,43,00,35,00,41,\
00,41,00,38,00,7d,00,00,00,00,00
"UpperBind"=hex(7):4e,00,64,00,69,00,73,00,57,00,61,00,6e,00,00,00,00,00
"Export"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,7b,00,43,00,30,\
00,44,00,45,00,33,00,45,00,33,00,38,00,2d,00,38,00,42,00,41,00,37,00,2d,00,\
34,00,37,00,39,00,46,00,2d,00,38,00,42,00,37,00,35,00,2d,00,38,00,33,00,33,\
00,46,00,32,00,39,00,34,00,43,00,35,00,41,00,41,00,38,00,7d,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0003\Ndi]
"Service"="PptpMiniport"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0003\Ndi\Interfaces]
"UpperRange"="ndiscowan"
"LowerRange"="nolower"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0004]
"NewDeviceInstall"=dword:00000000
"NetCfgInstanceId"="{DB2B4279-B5CF-4626-9DBA-32D0ECE44C87}"
"*IfType"=dword:00000017
"Characteristics"=dword:00000029
"*MediaType"=dword:0000000c
"*PhysicalMediaType"=dword:00000000
"NetLuidIndex"=dword:00000000
"DeviceInstanceID"="ROOT\\MS_PPPOEMINIPORT\\0000"
"InstallTimeStamp"=hex:de,07,07,00,02,00,1d,00,0f,00,35,00,34,00,8b,02
"MinWanEndpoints"=dword:00000000
"MaxWanEndpoints"=dword:00000003
"TapiLineName"="RAS PPPOE Line"
"WanEndpoints"=dword:00000001
"ComponentId"="ms_pppoeminiport"
"InfPath"="netrasa.inf"
"InfSection"="Ndi-Mp-Pppoe"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7600.16385"
"MatchingDeviceId"="ms_pppoeminiport"
"DriverDesc"="WAN Miniport (PPPOE)"
"EnableForRas"=dword:00000000
"EnableForRouting"=dword:00000000
"EnableForOutboundRouting"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0004\Linkage]
"RootDevice"=hex(7):7b,00,44,00,42,00,32,00,42,00,34,00,32,00,37,00,39,00,2d,\
00,42,00,35,00,43,00,46,00,2d,00,34,00,36,00,32,00,36,00,2d,00,39,00,44,00,\
42,00,41,00,2d,00,33,00,32,00,44,00,30,00,45,00,43,00,45,00,34,00,34,00,43,\
00,38,00,37,00,7d,00,00,00,00,00
"UpperBind"=hex(7):4e,00,64,00,69,00,73,00,57,00,61,00,6e,00,00,00,00,00
"Export"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,7b,00,44,00,42,\
00,32,00,42,00,34,00,32,00,37,00,39,00,2d,00,42,00,35,00,43,00,46,00,2d,00,\
34,00,36,00,32,00,36,00,2d,00,39,00,44,00,42,00,41,00,2d,00,33,00,32,00,44,\
00,30,00,45,00,43,00,45,00,34,00,34,00,43,00,38,00,37,00,7d,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0004\Ndi]
"Service"="RasPppoe"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0004\Ndi\Interfaces]
"UpperRange"="ndiscowan"
"LowerRange"="nolower"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0005]
"NewDeviceInstall"=dword:00000000
"NetCfgInstanceId"="{F3229805-869E-479E-BA76-DD643F1D1B80}"
"*IfType"=dword:00000006
"Characteristics"=dword:00000029
"*MediaType"=dword:00000000
"*PhysicalMediaType"=dword:00000000
"NetLuidIndex"=dword:00000000
"DeviceInstanceID"="ROOT\\MS_NDISWANIPV6\\0000"
"InstallTimeStamp"=hex:de,07,07,00,02,00,1d,00,0f,00,35,00,32,00,49,03
"ComponentId"="ms_ndiswanipv6"
"InfPath"="netrasa.inf"
"InfSection"="Ndi-Mp-Ipv6"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7600.16385"
"MatchingDeviceId"="ms_ndiswanipv6"
"DriverDesc"="WAN Miniport (IPv6)"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0005\Linkage]
"RootDevice"=hex(7):4e,00,64,00,69,00,73,00,57,00,61,00,6e,00,49,00,70,00,76,\
00,36,00,00,00,00,00
"UpperBind"=hex(7):57,00,61,00,6e,00,61,00,72,00,70,00,76,00,36,00,00,00,00,00
"Export"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,4e,00,64,00,69,\
00,73,00,57,00,61,00,6e,00,49,00,70,00,76,00,36,00,00,00,00,00
"FilterList"=hex(7):7b,00,46,00,33,00,32,00,32,00,39,00,38,00,30,00,35,00,2d,\
00,38,00,36,00,39,00,45,00,2d,00,34,00,37,00,39,00,45,00,2d,00,42,00,41,00,\
37,00,36,00,2d,00,44,00,44,00,36,00,34,00,33,00,46,00,31,00,44,00,31,00,42,\
00,38,00,30,00,7d,00,2d,00,7b,00,42,00,35,00,46,00,34,00,44,00,36,00,35,00,\
39,00,2d,00,37,00,44,00,41,00,41,00,2d,00,34,00,35,00,36,00,35,00,2d,00,38,\
00,45,00,34,00,31,00,2d,00,42,00,45,00,32,00,32,00,30,00,45,00,44,00,36,00,\
30,00,35,00,34,00,32,00,7d,00,2d,00,30,00,30,00,30,00,30,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0005\Ndi]
"BindForm"="NdisWanIpv6"
"Service"="NdisWan"
"RequiredAll"="MS_wanarpv6"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0005\Ndi\Interfaces]
"UpperRange"="ndiswanipv6"
"LowerRange"="wan"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0006]
"NewDeviceInstall"=dword:00000000
"NetCfgInstanceId"="{72DD97A9-E544-4915-88D8-44E829C34F68}"
"*IfType"=dword:00000006
"Characteristics"=dword:00000029
"NetLuidIndex"=dword:00000001
"DeviceInstanceID"="ROOT\\MS_NDISWANBH\\0000"
"InstallTimeStamp"=hex:de,07,07,00,02,00,1d,00,0f,00,35,00,30,00,3a,01
"EnumExportPref"=dword:00000000
"ComponentId"="ms_ndiswanbh"
"InfPath"="netrasa.inf"
"InfSection"="Ndi-Mp-Bh"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7600.16385"
"MatchingDeviceId"="ms_ndiswanbh"
"DriverDesc"="WAN Miniport (Network Monitor)"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0006\Linkage]
"RootDevice"=hex(7):4e,00,64,00,69,00,73,00,57,00,61,00,6e,00,42,00,68,00,00,\
00,00,00
"UpperBind"=hex(7):00,00
"Export"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,4e,00,64,00,69,\
00,73,00,57,00,61,00,6e,00,42,00,68,00,00,00,00,00
"FilterList"=hex(7):7b,00,37,00,32,00,44,00,44,00,39,00,37,00,41,00,39,00,2d,\
00,45,00,35,00,34,00,34,00,2d,00,34,00,39,00,31,00,35,00,2d,00,38,00,38,00,\
44,00,38,00,2d,00,34,00,34,00,45,00,38,00,32,00,39,00,43,00,33,00,34,00,46,\
00,36,00,38,00,7d,00,2d,00,7b,00,42,00,35,00,46,00,34,00,44,00,36,00,35,00,\
39,00,2d,00,37,00,44,00,41,00,41,00,2d,00,34,00,35,00,36,00,35,00,2d,00,38,\
00,45,00,34,00,31,00,2d,00,42,00,45,00,32,00,32,00,30,00,45,00,44,00,36,00,\
30,00,35,00,34,00,32,00,7d,00,2d,00,30,00,30,00,30,00,30,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0006\Ndi]
"BindForm"="NdisWanBh"
"Service"="NdisWan"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0006\Ndi\Interfaces]
"UpperRange"="ndiswanbh"
"LowerRange"="wan"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007]
"NewDeviceInstall"=dword:00000001
"NetCfgInstanceId"="{DEA828AC-F036-4D0D-A2E9-FEB3AAC8BACD}"
"*IfType"=dword:00000006
"Characteristics"=dword:00000084
"*MediaType"=dword:00000000
"*PhysicalMediaType"=dword:0000000e
"NetLuidIndex"=dword:00000006
"DeviceInstanceID"="PCI\\VEN_14E4&DEV_170C&SUBSYS_01D41028&REV_02\\4&F25D105&0&00F0"
"InstallTimeStamp"=hex:de,07,07,00,02,00,1d,00,0f,00,36,00,22,00,00,01
"BusType"="5"
"ComponentId"="pci\\ven_14e4&dev_170c&subsys_01d41028"
"8021pPriority"="0"
"FlowControlCap"="0"
"SpeedAndDuplex"="0"
"WakeUpModeCap"="3"
"InfPath"="net44x32.inf"
"InfSection"="BCM4401_B0_DEXP"
"InfSectionExt"=".NTx86"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,40,9b,a2,c6,2c,c9,01
"DriverDate"="10-13-2008"
"DriverVersion"="4.60.0.1"
"MatchingDeviceId"="pci\\ven_14e4&dev_170c&subsys_01d41028"
"DriverDesc"="Broadcom 440x 10/100-integrierter Controller"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007\Linkage]
"RootDevice"=hex(7):7b,00,44,00,45,00,41,00,38,00,32,00,38,00,41,00,43,00,2d,\
00,46,00,30,00,33,00,36,00,2d,00,34,00,44,00,30,00,44,00,2d,00,41,00,32,00,\
45,00,39,00,2d,00,46,00,45,00,42,00,33,00,41,00,41,00,43,00,38,00,42,00,41,\
00,43,00,44,00,7d,00,00,00,00,00
"UpperBind"=hex(7):4e,00,64,00,69,00,73,00,75,00,69,00,6f,00,00,00,52,00,61,00,\
73,00,50,00,70,00,70,00,6f,00,65,00,00,00,54,00,63,00,70,00,69,00,70,00,00,\
00,00,00
"Export"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,7b,00,44,00,45,\
00,41,00,38,00,32,00,38,00,41,00,43,00,2d,00,46,00,30,00,33,00,36,00,2d,00,\
34,00,44,00,30,00,44,00,2d,00,41,00,32,00,45,00,39,00,2d,00,46,00,45,00,42,\
00,33,00,41,00,41,00,43,00,38,00,42,00,41,00,43,00,44,00,7d,00,00,00,00,00
"FilterList"=hex(7):7b,00,44,00,45,00,41,00,38,00,32,00,38,00,41,00,43,00,2d,\
00,46,00,30,00,33,00,36,00,2d,00,34,00,44,00,30,00,44,00,2d,00,41,00,32,00,\
45,00,39,00,2d,00,46,00,45,00,42,00,33,00,41,00,41,00,43,00,38,00,42,00,41,\
00,43,00,44,00,7d,00,2d,00,7b,00,42,00,35,00,46,00,34,00,44,00,36,00,35,00,\
39,00,2d,00,37,00,44,00,41,00,41,00,2d,00,34,00,35,00,36,00,35,00,2d,00,38,\
00,45,00,34,00,31,00,2d,00,42,00,45,00,32,00,32,00,30,00,45,00,44,00,36,00,\
30,00,35,00,34,00,32,00,7d,00,2d,00,30,00,30,00,30,00,30,00,00,00,7b,00,44,\
00,45,00,41,00,38,00,32,00,38,00,41,00,43,00,2d,00,46,00,30,00,33,00,36,00,\
2d,00,34,00,44,00,30,00,44,00,2d,00,41,00,32,00,45,00,39,00,2d,00,46,00,45,\
00,42,00,33,00,41,00,41,00,43,00,38,00,42,00,41,00,43,00,44,00,7d,00,2d,00,\
7b,00,42,00,37,00,30,00,44,00,36,00,34,00,36,00,30,00,2d,00,33,00,36,00,33,\
00,35,00,2d,00,34,00,44,00,34,00,32,00,2d,00,42,00,38,00,36,00,36,00,2d,00,\
42,00,38,00,41,00,42,00,31,00,41,00,32,00,34,00,34,00,35,00,34,00,43,00,7d,\
00,2d,00,30,00,30,00,30,00,30,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007\Ndi]
"Service"="bcm4sbxp"
"HelpText"="Broadcom 440x 10/100 integrierter Controller bietet LAN-Unterst�tzung"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007\Ndi\Interfaces]
"UpperRange"="ndis5"
"LowerRange"="ethernet"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007\Ndi\params]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007\Ndi\params\8021pPriority]
"ParamDesc"="802.1p QOS"
"default"="0"
"type"="enum"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007\Ndi\params\8021pPriority\Enum]
"1"="Aktivieren"
"0"="Deaktivieren"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007\Ndi\params\FlowControlCap]
"ParamDesc"="Flusssteuerung"
"default"="0"
"type"="enum"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007\Ndi\params\FlowControlCap\enum]
"0"="Deaktivieren"
"2"="Aktivieren"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007\Ndi\params\SpeedAndDuplex]
"ParamDesc"="�bertragungsrate und Duplexmodus"
"default"="0"
"type"="enum"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007\Ndi\params\SpeedAndDuplex\enum]
"0"="Automatisch"
"1"="10 MB Halb"
"2"="10 MB Voll"
"3"="100 MB halb"
"4"="100 MB voll"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007\Ndi\params\WakeUpModeCap]
"ParamDesc"="Reaktivierungsfunktionen"
"default"="3"
"type"="enum"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007\Ndi\params\WakeUpModeCap\enum]
"0"="Keine"
"1"="Magic-Rahmen"
"2"="Reaktivierungsrahmen"
"3"="Beide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0008]
"NewDeviceInstall"=dword:00000000
"NetCfgInstanceId"="{7C5653F0-144A-4534-9E34-28AC99CBA85E}"
"*IfType"=dword:00000006
"Characteristics"=dword:00000029
"*MediaType"=dword:00000000
"*PhysicalMediaType"=dword:00000000
"NetLuidIndex"=dword:00000004
"DeviceInstanceID"="ROOT\\MS_NDISWANIP\\0000"
"InstallTimeStamp"=hex:de,07,07,00,02,00,1d,00,0f,00,35,00,31,00,e4,01
"ComponentId"="ms_ndiswanip"
"InfPath"="netrasa.inf"
"InfSection"="Ndi-Mp-Ip"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7600.16385"
"MatchingDeviceId"="ms_ndiswanip"
"DriverDesc"="WAN Miniport (IP)"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0008\Linkage]
"RootDevice"=hex(7):4e,00,64,00,69,00,73,00,57,00,61,00,6e,00,49,00,70,00,00,\
00,00,00
"UpperBind"=hex(7):57,00,61,00,6e,00,61,00,72,00,70,00,00,00,00,00
"Export"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,4e,00,64,00,69,\
00,73,00,57,00,61,00,6e,00,49,00,70,00,00,00,00,00
"FilterList"=hex(7):7b,00,37,00,43,00,35,00,36,00,35,00,33,00,46,00,30,00,2d,\
00,31,00,34,00,34,00,41,00,2d,00,34,00,35,00,33,00,34,00,2d,00,39,00,45,00,\
33,00,34,00,2d,00,32,00,38,00,41,00,43,00,39,00,39,00,43,00,42,00,41,00,38,\
00,35,00,45,00,7d,00,2d,00,7b,00,42,00,35,00,46,00,34,00,44,00,36,00,35,00,\
39,00,2d,00,37,00,44,00,41,00,41,00,2d,00,34,00,35,00,36,00,35,00,2d,00,38,\
00,45,00,34,00,31,00,2d,00,42,00,45,00,32,00,32,00,30,00,45,00,44,00,36,00,\
30,00,35,00,34,00,32,00,7d,00,2d,00,30,00,30,00,30,00,30,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0008\Ndi]
"BindForm"="NdisWanIp"
"Service"="NdisWan"
"RequiredAll"="MS_wanarp"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0008\Ndi\Interfaces]
"UpperRange"="ndiswanip"
"LowerRange"="wan"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0009]
"NewDeviceInstall"=dword:00000001
"NetCfgInstanceId"="{710CE698-476C-48F5-B303-5159E2A8EEF3}"
"*IfType"=dword:00000083
"Characteristics"=dword:00000009
"*MediaType"=dword:0000000f
"*PhysicalMediaType"=dword:00000000
"NetLuidIndex"=dword:00000004
"DeviceInstanceID"="ROOT\\*ISATAP\\0000"
"InstallTimeStamp"=hex:de,07,07,00,02,00,1d,00,0f,00,36,00,27,00,6f,02
"Type"="13"
"ComponentId"="*isatap"
"NetworkAddress"=""
"InfPath"="nettun.inf"
"InfSection"="ISATAP.ndi"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7600.16385"
"MatchingDeviceId"="*isatap"
"DriverDesc"="Microsoft-ISATAP-Adapter"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0009\Linkage]
"RootDevice"=hex(7):7b,00,37,00,31,00,30,00,43,00,45,00,36,00,39,00,38,00,2d,\
00,34,00,37,00,36,00,43,00,2d,00,34,00,38,00,46,00,35,00,2d,00,42,00,33,00,\
30,00,33,00,2d,00,35,00,31,00,35,00,39,00,45,00,32,00,41,00,38,00,45,00,45,\
00,46,00,33,00,7d,00,00,00,00,00
"UpperBind"=hex(7):54,00,43,00,50,00,49,00,50,00,36,00,54,00,55,00,4e,00,4e,00,\
45,00,4c,00,00,00,54,00,63,00,70,00,69,00,70,00,36,00,00,00,00,00
"Export"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,7b,00,37,00,31,\
00,30,00,43,00,45,00,36,00,39,00,38,00,2d,00,34,00,37,00,36,00,43,00,2d,00,\
34,00,38,00,46,00,35,00,2d,00,42,00,33,00,30,00,33,00,2d,00,35,00,31,00,35,\
00,39,00,45,00,32,00,41,00,38,00,45,00,45,00,46,00,33,00,7d,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0009\Ndi]
"Service"="tunnel"
"HelpText"="Microsoft-ISATAP-Adaptertreiber"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0009\Ndi\Interfaces]
"LowerRange"="tunnel"
"UpperRange"="ndis5_ip6_tunnel"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0009\Ndi\Params]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0009\Ndi\Params\NetworkAddress]
"ParamDesc"="Netzwerkadresse"
"Default"=""
"Type"="text"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0009\Ndi\Params\Type]
"ParamDesc"="Typ"
"Default"=""
"Type"="int"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0010]
"NewDeviceInstall"=dword:00000000
"NetCfgInstanceId"="{E2F8A220-AF88-446C-9A55-453E58DD3A33}"
"*IfType"=dword:00000017
"Characteristics"=dword:0000002a
"NetLuidIndex"=dword:00000001
"DeviceInstanceID"="SW\\{EEAB7790-C514-11D1-B42B-00805FC1270E}\\ASYNCMAC"
"InstallTimeStamp"=hex:de,07,07,00,02,00,1d,00,0f,00,35,00,37,00,be,03
"PnPCapabilities"=dword:00000001
"ComponentId"="sw\\{eeab7790-c514-11d1-b42b-00805fc1270e}"
"InfPath"="netrasa.inf"
"InfSection"="Ndi-Mp-AsyncMac"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7600.16385"
"MatchingDeviceId"="sw\\{eeab7790-c514-11d1-b42b-00805fc1270e}"
"DriverDesc"="RAS Async Adapter"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0010\Linkage]
"RootDevice"=hex(7):7b,00,45,00,32,00,46,00,38,00,41,00,32,00,32,00,30,00,2d,\
00,41,00,46,00,38,00,38,00,2d,00,34,00,34,00,36,00,43,00,2d,00,39,00,41,00,\
35,00,35,00,2d,00,34,00,35,00,33,00,45,00,35,00,38,00,44,00,44,00,33,00,41,\
00,33,00,33,00,7d,00,00,00,00,00
"UpperBind"=hex(7):4e,00,64,00,69,00,73,00,57,00,61,00,6e,00,00,00,00,00
"Export"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,7b,00,45,00,32,\
00,46,00,38,00,41,00,32,00,32,00,30,00,2d,00,41,00,46,00,38,00,38,00,2d,00,\
34,00,34,00,36,00,43,00,2d,00,39,00,41,00,35,00,35,00,2d,00,34,00,35,00,33,\
00,45,00,35,00,38,00,44,00,44,00,33,00,41,00,33,00,33,00,7d,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0010\Ndi]
"Service"="AsyncMac"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0010\Ndi\Interfaces]
"UpperRange"="ndiswanasync"
"LowerRange"="nolower"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011]
"NewDeviceInstall"=dword:00000001
"NetCfgInstanceId"="{308A1125-EFED-4DC5-B3DD-70ED6F2055C1}"
"*IfType"=dword:00000047
"Characteristics"=dword:00000084
"*MediaType"=dword:00000010
"*PhysicalMediaType"=dword:00000009
"NetLuidIndex"=dword:00000000
"DeviceInstanceID"="PCI\\VEN_8086&DEV_4222&SUBSYS_10218086&REV_02\\4&25B3C2E8&0&00E1"
"InstallTimeStamp"=hex:de,07,07,00,02,00,1d,00,0f,00,36,00,27,00,3d,00
"PortAuthSendControlState"=dword:00000002
"PortAuthReceiveControlState"=dword:00000002
"PortAuthSendAuthorizationState"=dword:00000001
"PortAuthReceiveAuthorizationState"=dword:00000001
"ApsdTriggerQueues"=dword:00000000
"BTEnableFlags"=dword:00000003
"BcsSupport"=dword:00000000
"CardType"=dword:00000002
"CCXv4FeatureSet"=dword:00000000
"CcxSdkActive"=dword:00000001
"CcxVersion"=dword:00000004
"ConfigurationName"="PR0W1RELE55"
"ConnectionPriority"="2"
"DesiredAuthenticationMode"=dword:00000000
"DesiredCipher"=dword:00000001
"DesiredDefaultKeyId"=dword:00000001
"DesiredPortType"=dword:00000001
"DesiredPSKey1"=""
"DesiredPSKey2"=""
"DesiredPSKey3"=""
"DesiredPSKey4"=""
"DlsEnabled"=dword:00000000
"DlsResponseTimeout"=dword:00000000
"DlsTimeoutCounter"=dword:00000000
"ExternalImage"=dword:00000000
"FixedLongPreamble"=dword:00000000
"ModulationType"="2"
"NdisEnvironment"=dword:00000000
"NetType"="WLAN"
"PibssShortSlot"=dword:00000001
"Provider"="Intel"
"RadioEnable"=dword:00000001
"RecommendedBeaconInterval"=dword:00000064
"SlsDecisionPeriod"=dword:00000000
"SlsEnabled"=dword:00000000
"SlsEnabledOnRecipient"=dword:00000000
"SlsForcedToDirect"=dword:00000000
"BTOnThreshold"=dword:00000004
"FastResumeReconnect"=dword:00000001
"ManagementPacketFilterAdjustment"=dword:00000001
"TGeEnableBits"=dword:00000027
"MinidumpCallbackSupported"=dword:00000000
"BandType"=dword:00000002
"DesiredSsid"="101"
"LedMode"=dword:00000002
"Diversity11a"=dword:00000000
"Diversity11b"=dword:00000000
"Diversity11g"=dword:00000000
"AdapterModel"="Intel(R) PRO/Wireless 3945ABG-Netzwerkverbindung"
"DriverDesc"="Intel(R) PRO/Wireless 3945ABG-Netzwerkverbindung"
"FeatureSet"=dword:a192a001
"CalibrationActive"=dword:00000037
"IEEE11nMode"="0x0"
"WoWLanEnable"=dword:00000001
"DefaultTtl"=dword:ffffffff
"CLSGUID"="{AA7636EC-77CB-4e5a-9C1C-43950899EAAA}"
"BusType"="5"
"ComponentId"="pci\\ven_8086&dev_4222&subsys_10218086"
"CtsToItself"="1"
"IbssQosEnabled"="0"
"IbssTxPower"="100"
"PropPacketBurstEnabled"="0"
"RecommendedAtimWindow"="0"
"RecommendedBand"="0"
"RecommendedChannel24"="1"
"RecommendedChannel52"="36"
"RoamAggressiveness"="2"
"WirelessMode"="34"
"FixedSupportedRates"=dword:00000fff
"InfPath"="netw5v32.inf"
"IncludedInfs"=hex(7):6d,00,61,00,63,00,68,00,69,00,6e,00,65,00,2e,00,69,00,6e,\
00,66,00,00,00,00,00
"InfSection"="Install_MPCIEX_Dell_3945_ABG_VISTA_MOW2"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,40,5a,ce,a5,ad,c9,01
"DriverDate"="3-26-2009"
"DriverVersion"="12.4.1.4"
"MatchingDeviceId"="pci\\ven_8086&dev_4222&subsys_10218086"
"PnPCapabilities"=dword:00000010
"HardwareVersion"="2.1.30"
"UcodeVersion"="F.20"
"PBANumber"="D26444008"
"ChannelMaskBand52"=dword:200000aa
"ChannelMaskBand52J"=dword:00000000
"ChannelMaskBand24B"=dword:000007ff
"ChannelMaskBand24G"=dword:000007ff

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011\Linkage]
"RootDevice"=hex(7):7b,00,33,00,30,00,38,00,41,00,31,00,31,00,32,00,35,00,2d,\
00,45,00,46,00,45,00,44,00,2d,00,34,00,44,00,43,00,35,00,2d,00,42,00,33,00,\
44,00,44,00,2d,00,37,00,30,00,45,00,44,00,36,00,46,00,32,00,30,00,35,00,35,\
00,43,00,31,00,7d,00,00,00,00,00
"UpperBind"=hex(7):4e,00,64,00,69,00,73,00,75,00,69,00,6f,00,00,00,52,00,61,00,\
73,00,50,00,70,00,70,00,6f,00,65,00,00,00,72,00,73,00,70,00,6e,00,64,00,72,\
00,00,00,6c,00,6c,00,74,00,64,00,69,00,6f,00,00,00,54,00,63,00,70,00,69,00,\
70,00,00,00,54,00,63,00,70,00,69,00,70,00,36,00,00,00,00,00
"Export"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,7b,00,33,00,30,\
00,38,00,41,00,31,00,31,00,32,00,35,00,2d,00,45,00,46,00,45,00,44,00,2d,00,\
34,00,44,00,43,00,35,00,2d,00,42,00,33,00,44,00,44,00,2d,00,37,00,30,00,45,\
00,44,00,36,00,46,00,32,00,30,00,35,00,35,00,43,00,31,00,7d,00,00,00,00,00
"FilterList"=hex(7):7b,00,33,00,30,00,38,00,41,00,31,00,31,00,32,00,35,00,2d,\
00,45,00,46,00,45,00,44,00,2d,00,34,00,44,00,43,00,35,00,2d,00,42,00,33,00,\
44,00,44,00,2d,00,37,00,30,00,45,00,44,00,36,00,46,00,32,00,30,00,35,00,35,\
00,43,00,31,00,7d,00,2d,00,7b,00,45,00,34,00,37,00,35,00,43,00,46,00,39,00,\
41,00,2d,00,36,00,30,00,43,00,44,00,2d,00,34,00,34,00,33,00,39,00,2d,00,41,\
00,37,00,35,00,46,00,2d,00,30,00,30,00,37,00,39,00,43,00,45,00,30,00,45,00,\
31,00,38,00,41,00,31,00,7d,00,2d,00,30,00,30,00,30,00,30,00,00,00,7b,00,33,\
00,30,00,38,00,41,00,31,00,31,00,32,00,35,00,2d,00,45,00,46,00,45,00,44,00,\
2d,00,34,00,44,00,43,00,35,00,2d,00,42,00,33,00,44,00,44,00,2d,00,37,00,30,\
00,45,00,44,00,36,00,46,00,32,00,30,00,35,00,35,00,43,00,31,00,7d,00,2d,00,\
7b,00,42,00,35,00,46,00,34,00,44,00,36,00,35,00,39,00,2d,00,37,00,44,00,41,\
00,41,00,2d,00,34,00,35,00,36,00,35,00,2d,00,38,00,45,00,34,00,31,00,2d,00,\
42,00,45,00,32,00,32,00,30,00,45,00,44,00,36,00,30,00,35,00,34,00,32,00,7d,\
00,2d,00,30,00,30,00,30,00,30,00,00,00,7b,00,33,00,30,00,38,00,41,00,31,00,\
31,00,32,00,35,00,2d,00,45,00,46,00,45,00,44,00,2d,00,34,00,44,00,43,00,35,\
00,2d,00,42,00,33,00,44,00,44,00,2d,00,37,00,30,00,45,00,44,00,36,00,46,00,\
32,00,30,00,35,00,35,00,43,00,31,00,7d,00,2d,00,7b,00,42,00,37,00,30,00,44,\
00,36,00,34,00,36,00,30,00,2d,00,33,00,36,00,33,00,35,00,2d,00,34,00,44,00,\
34,00,32,00,2d,00,42,00,38,00,36,00,36,00,2d,00,42,00,38,00,41,00,42,00,31,\
00,41,00,32,00,34,00,34,00,35,00,34,00,43,00,7d,00,2d,00,30,00,30,00,30,00,\
30,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011\Ndi]
"Service"="netw5v32"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011\Ndi\Interfaces]
"UpperRange"="ndis5,wifipro"
"LowerRange"="ethernet,wlan"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011\Ndi\params]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011\Ndi\params\CtsToItself]
"ParamDesc"="Schutz f�r gemischten Modus"
"Type"="enum"
"Default"="1"
"Optional"="0"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011\Ndi\params\CtsToItself\enum]
"0"="RTS/CTS ist aktiviert"
"1"="CTS-to-self aktiviert"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011\Ndi\params\IbssQosEnabled]
"ParamDesc"="Ad-Hoc-QoS-Modus"
"Type"="enum"
"Default"="0"
"Optional"="0"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011\Ndi\params\IbssQosEnabled\enum]
"0"="WMM deaktiviert"
"1"="WMM aktiviert"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011\Ndi\params\IbssTxPower]
"ParamDesc"="�bertragungsleistung"
"Type"="enum"
"Default"="100"
"Optional"="0"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011\Ndi\params\IbssTxPower\enum]
"0"="1. Sehr niedrig"
"25"="2. Mittelniedrig"
"50"="3. Mittel"
"75"="4. Mittelhoch"
"100"="5. H�chste"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011\Ndi\params\PropPacketBurstEnabled]
"ParamDesc"="Durchsatzverbesserung"
"Type"="enum"
"Default"="0"
"Optional"="0"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011\Ndi\params\PropPacketBurstEnabled\enum]
"0"="Deaktiviert"
"1"="Aktiviert"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011\Ndi\params\RecommendedAtimWindow]
"ParamDesc"="Ad-Hoc-Energieverwaltung"
"Type"="enum"
"Default"="0"
"Optional"="0"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011\Ndi\params\RecommendedAtimWindow\enum]
"0"="Deaktiviert"
"3"="Maximale Energieeinsparungen"
"10"="Laute Umgebung"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011\Ndi\params\RecommendedBand]
"ParamDesc"="Ad-hoc-Standarddrahtlosmodus"
"Type"="enum"
"Default"="0"
"Optional"="0"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011\Ndi\params\RecommendedBand\enum]
"0"="0. 802.11b/g"
"1"="1. 802.11a"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011\Ndi\params\RecommendedChannel24]
"Default"="1"
"Max"="11"
"ParamDesc"="Ad-hoc-Kanal 802.11 b/g"
"Type"="int"
"Optional"="0"
"Min"="1"
"Step"="1"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011\Ndi\params\RecommendedChannel52]
"Default"="36"
"ParamDesc"="Ad-hoc-Kanal 802.11 a"
"Type"="enum"
"Optional"="0"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011\Ndi\params\RecommendedChannel52\enum]
"36"="36"
"40"="40"
"44"="44"
"48"="48"
"0"="Automatisch"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011\Ndi\params\RoamAggressiveness]
"ParamDesc"="Roamingaggressivit�t"
"Type"="enum"
"Default"="2"
"Optional"="0"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011\Ndi\params\RoamAggressiveness\enum]
"0"="1. Sehr niedrig"
"1"="2. Mittelniedrig"
"2"="3. Mittel"
"3"="4. Mittelhoch"
"4"="5. H�chste"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011\Ndi\params\WirelessMode]
"ParamDesc"="Drahtlosmodus"
"Type"="enum"
"Default"="34"
"Optional"="0"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011\Ndi\params\WirelessMode\enum]
"17"="1. 802.11a"
"0"="2. 802.11b"
"16"="3. 802.11g"
"32"="4. 802.11b/g"
"18"="5. 802.11a/g"
"34"="6. 802.11a/b/g"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0012]
"NewDeviceInstall"=dword:00000001
"NetCfgInstanceId"="{EE51F7F8-4D11-4C9A-A781-E5D96A157D4A}"
"*IfType"=dword:00000083
"Characteristics"=dword:00000009
"*MediaType"=dword:0000000f
"*PhysicalMediaType"=dword:00000000
"NetLuidIndex"=dword:00000005
"DeviceInstanceID"="ROOT\\*6TO4MP\\0000"
"InstallTimeStamp"=hex:df,07,06,00,04,00,0b,00,09,00,0a,00,23,00,6f,03
"Type"="11"
"ComponentId"="*6to4mp"
"NetworkAddress"=""
"InfPath"="nettun.inf"
"InfSection"="6to4mp.ndi"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7600.16385"
"MatchingDeviceId"="*6to4mp"
"DriverDesc"="Microsoft-6zu4-Adapter"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0012\Linkage]
"RootDevice"=hex(7):7b,00,45,00,45,00,35,00,31,00,46,00,37,00,46,00,38,00,2d,\
00,34,00,44,00,31,00,31,00,2d,00,34,00,43,00,39,00,41,00,2d,00,41,00,37,00,\
38,00,31,00,2d,00,45,00,35,00,44,00,39,00,36,00,41,00,31,00,35,00,37,00,44,\
00,34,00,41,00,7d,00,00,00,00,00
"UpperBind"=hex(7):54,00,43,00,50,00,49,00,50,00,36,00,54,00,55,00,4e,00,4e,00,\
45,00,4c,00,00,00,54,00,63,00,70,00,69,00,70,00,36,00,00,00,00,00
"Export"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,7b,00,45,00,45,\
00,35,00,31,00,46,00,37,00,46,00,38,00,2d,00,34,00,44,00,31,00,31,00,2d,00,\
34,00,43,00,39,00,41,00,2d,00,41,00,37,00,38,00,31,00,2d,00,45,00,35,00,44,\
00,39,00,36,00,41,00,31,00,35,00,37,00,44,00,34,00,41,00,7d,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0012\Ndi]
"Service"="tunnel"
"HelpText"="Microsoft-6zu4-Adaptertreiber"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0012\Ndi\Interfaces]
"LowerRange"="tunnel"
"UpperRange"="ndis5_ip6_tunnel"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0012\Ndi\Params]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0012\Ndi\Params\NetworkAddress]
"ParamDesc"="Netzwerkadresse"
"Default"=""
"Type"="text"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0012\Ndi\Params\Type]
"ParamDesc"="Typ"
"Default"=""
"Type"="int"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0013]
"NewDeviceInstall"=dword:00000001
"NetCfgInstanceId"="{A521546F-5E3E-401F-85C4-934C155E6799}"
"*IfType"=dword:00000083
"Characteristics"=dword:00000009
"*MediaType"=dword:0000000f
"*PhysicalMediaType"=dword:00000000
"NetLuidIndex"=dword:00000006
"DeviceInstanceID"="ROOT\\*TEREDO\\0000"
"InstallTimeStamp"=hex:de,07,07,00,02,00,1d,00,0f,00,36,00,2c,00,dd,03
"Type"="14"
"DeviceName"="\\Device\\TeredoTun"
"SymbolicName"="\\GLOBAL??\\TeredoTun"
"ComponentId"="*teredo"
"NetworkAddress"=""
"InfPath"="nettun.inf"
"InfSection"="TEREDO.ndi"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7600.16385"
"MatchingDeviceId"="*teredo"
"DriverDesc"="Microsoft-Teredo-Tunneling-Adapter"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0013\Linkage]
"RootDevice"=hex(7):7b,00,41,00,35,00,32,00,31,00,35,00,34,00,36,00,46,00,2d,\
00,35,00,45,00,33,00,45,00,2d,00,34,00,30,00,31,00,46,00,2d,00,38,00,35,00,\
43,00,34,00,2d,00,39,00,33,00,34,00,43,00,31,00,35,00,35,00,45,00,36,00,37,\
00,39,00,39,00,7d,00,00,00,00,00
"UpperBind"=hex(7):54,00,43,00,50,00,49,00,50,00,36,00,54,00,55,00,4e,00,4e,00,\
45,00,4c,00,00,00,54,00,63,00,70,00,69,00,70,00,36,00,00,00,00,00
"Export"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,7b,00,41,00,35,\
00,32,00,31,00,35,00,34,00,36,00,46,00,2d,00,35,00,45,00,33,00,45,00,2d,00,\
34,00,30,00,31,00,46,00,2d,00,38,00,35,00,43,00,34,00,2d,00,39,00,33,00,34,\
00,43,00,31,00,35,00,35,00,45,00,36,00,37,00,39,00,39,00,7d,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0013\Ndi]
"Service"="tunnel"
"HelpText"="Microsoft-Teredo-Tunneling-Adapter"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0013\Ndi\Interfaces]
"LowerRange"="tunnel"
"UpperRange"="ndis5_ip6_tunnel"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0013\Ndi\Params]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0013\Ndi\Params\NetworkAddress]
"ParamDesc"="Netzwerkadresse"
"Default"=""
"Type"="text"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0014]
"NewDeviceInstall"=dword:00000001
"NetCfgInstanceId"="{978D0073-6488-48E9-8844-E4530F3C1792}"
"*IfType"=dword:00000083
"Characteristics"=dword:00000009
"*MediaType"=dword:0000000f
"*PhysicalMediaType"=dword:00000000
"NetLuidIndex"=dword:00000007
"DeviceInstanceID"="ROOT\\*ISATAP\\0001"
"InstallTimeStamp"=hex:df,07,03,00,01,00,02,00,10,00,05,00,2c,00,2c,02
"Type"="13"
"ComponentId"="*isatap"
"NetworkAddress"=""
"InfPath"="nettun.inf"
"InfSection"="ISATAP.ndi"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7600.16385"
"MatchingDeviceId"="*isatap"
"DriverDesc"="Microsoft-ISATAP-Adapter"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0014\Linkage]
"RootDevice"=hex(7):7b,00,39,00,37,00,38,00,44,00,30,00,30,00,37,00,33,00,2d,\
00,36,00,34,00,38,00,38,00,2d,00,34,00,38,00,45,00,39,00,2d,00,38,00,38,00,\
34,00,34,00,2d,00,45,00,34,00,35,00,33,00,30,00,46,00,33,00,43,00,31,00,37,\
00,39,00,32,00,7d,00,00,00,00,00
"UpperBind"=hex(7):54,00,43,00,50,00,49,00,50,00,36,00,54,00,55,00,4e,00,4e,00,\
45,00,4c,00,00,00,54,00,63,00,70,00,69,00,70,00,36,00,00,00,00,00
"Export"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,7b,00,39,00,37,\
00,38,00,44,00,30,00,30,00,37,00,33,00,2d,00,36,00,34,00,38,00,38,00,2d,00,\
34,00,38,00,45,00,39,00,2d,00,38,00,38,00,34,00,34,00,2d,00,45,00,34,00,35,\
00,33,00,30,00,46,00,33,00,43,00,31,00,37,00,39,00,32,00,7d,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0014\Ndi]
"Service"="tunnel"
"HelpText"="Microsoft-ISATAP-Adaptertreiber"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0014\Ndi\Interfaces]
"LowerRange"="tunnel"
"UpperRange"="ndis5_ip6_tunnel"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0014\Ndi\Params]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0014\Ndi\Params\NetworkAddress]
"ParamDesc"="Netzwerkadresse"
"Default"=""
"Type"="text"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0014\Ndi\Params\Type]
"ParamDesc"="Typ"
"Default"=""
"Type"="int"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0015]
"NewDeviceInstall"=dword:00000001
"NetCfgInstanceId"="{983726D5-B62F-4381-9695-75C6BD1BBD2A}"
"*IfType"=dword:00000083
"Characteristics"=dword:00000009
"*MediaType"=dword:0000000f
"*PhysicalMediaType"=dword:00000000
"NetLuidIndex"=dword:00000008
"DeviceInstanceID"="ROOT\\*ISATAP\\0002"
"InstallTimeStamp"=hex:de,07,0a,00,04,00,10,00,09,00,37,00,07,00,70,00
"Type"="13"
"ComponentId"="*isatap"
"NetworkAddress"=""
"InfPath"="nettun.inf"
"InfSection"="ISATAP.ndi"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7600.16385"
"MatchingDeviceId"="*isatap"
"DriverDesc"="Microsoft-ISATAP-Adapter"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0015\Linkage]
"RootDevice"=hex(7):7b,00,39,00,38,00,33,00,37,00,32,00,36,00,44,00,35,00,2d,\
00,42,00,36,00,32,00,46,00,2d,00,34,00,33,00,38,00,31,00,2d,00,39,00,36,00,\
39,00,35,00,2d,00,37,00,35,00,43,00,36,00,42,00,44,00,31,00,42,00,42,00,44,\
00,32,00,41,00,7d,00,00,00,00,00
"UpperBind"=hex(7):54,00,43,00,50,00,49,00,50,00,36,00,54,00,55,00,4e,00,4e,00,\
45,00,4c,00,00,00,54,00,63,00,70,00,69,00,70,00,36,00,00,00,00,00
"Export"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,7b,00,39,00,38,\
00,33,00,37,00,32,00,36,00,44,00,35,00,2d,00,42,00,36,00,32,00,46,00,2d,00,\
34,00,33,00,38,00,31,00,2d,00,39,00,36,00,39,00,35,00,2d,00,37,00,35,00,43,\
00,36,00,42,00,44,00,31,00,42,00,42,00,44,00,32,00,41,00,7d,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0015\Ndi]
"Service"="tunnel"
"HelpText"="Microsoft-ISATAP-Adaptertreiber"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0015\Ndi\Interfaces]
"LowerRange"="tunnel"
"UpperRange"="ndis5_ip6_tunnel"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0015\Ndi\Params]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0015\Ndi\Params\NetworkAddress]
"ParamDesc"="Netzwerkadresse"
"Default"=""
"Type"="text"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0015\Ndi\Params\Type]
"ParamDesc"="Typ"
"Default"=""
"Type"="int"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0016]
"NewDeviceInstall"=dword:00000001
"NetCfgInstanceId"="{F96043F5-2CD5-4EA8-931A-0E6945DB25EE}"
"*IfType"=dword:00000001
"Characteristics"=dword:00000009
"NetLuidIndex"=dword:00000000
"DeviceInstanceID"="BTH\\MS_RFCOMM\\7&23852A1C&0&0"
"InstallTimeStamp"=hex:de,07,08,00,02,00,05,00,0c,00,38,00,36,00,e4,02
"ComponentId"="bth\\ms_rfcomm"
"InfPath"="tdibth.inf"
"IncludedInfs"=hex(7):6e,00,65,00,74,00,69,00,72,00,64,00,61,00,2e,00,69,00,6e,\
00,66,00,00,00,62,00,74,00,68,00,2e,00,69,00,6e,00,66,00,00,00,00,00
"InfSection"="RFCOMM.Install"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7600.16385"
"MatchingDeviceId"="bth\\ms_rfcomm"
"DriverDesc"="Bluetooth-Ger�t (RFCOMM-Protokoll-TDI)"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0016\Ndi]
"HelpText"="Bluetooth-RFCOMM-HelpText"
"Service"="RFCOMM"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0016\Ndi\Interfaces]
"UpperRange"="noupper"
"LowerRange"="nolower"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0017]
"NewDeviceInstall"=dword:00000001
"NetCfgInstanceId"="{34CC111A-7783-4129-B872-A05426DF36B5}"
"*IfType"=dword:00000006
"Characteristics"=dword:00000001
"*MediaType"=dword:00000000
"*PhysicalMediaType"=dword:0000000a
"NetLuidIndex"=dword:00000009
"DeviceInstanceID"="BTH\\MS_BTHPAN\\7&23852A1C&0&2"
"InstallTimeStamp"=hex:de,07,08,00,02,00,05,00,0c,00,39,00,00,00,95,03
"ServiceId"=dword:00000003
"ServiceLangT"="de"
"ServiceName"="Pers�nlicher Ad-hoc-Benutzerdienst"
"ServiceDesc"="Pers�nlicher Ad-hoc-Benutzerdienst"
"ComponentId"="bth\\ms_bthpan"
"InfPath"="bthpan.inf"
"InfSection"="BthPan.Install"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7600.16385"
"MatchingDeviceId"="bth\\ms_bthpan"
"DriverDesc"="Bluetooth-Ger�t (PAN)"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0017\Linkage]
"RootDevice"=hex(7):7b,00,33,00,34,00,43,00,43,00,31,00,31,00,31,00,41,00,2d,\
00,37,00,37,00,38,00,33,00,2d,00,34,00,31,00,32,00,39,00,2d,00,42,00,38,00,\
37,00,32,00,2d,00,41,00,30,00,35,00,34,00,32,00,36,00,44,00,46,00,33,00,36,\
00,42,00,35,00,7d,00,00,00,00,00
"UpperBind"=hex(7):4e,00,64,00,69,00,73,00,75,00,69,00,6f,00,00,00,52,00,61,00,\
73,00,50,00,70,00,70,00,6f,00,65,00,00,00,72,00,73,00,70,00,6e,00,64,00,72,\
00,00,00,6c,00,6c,00,74,00,64,00,69,00,6f,00,00,00,54,00,63,00,70,00,69,00,\
70,00,00,00,54,00,63,00,70,00,69,00,70,00,36,00,00,00,00,00
"Export"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,7b,00,33,00,34,\
00,43,00,43,00,31,00,31,00,31,00,41,00,2d,00,37,00,37,00,38,00,33,00,2d,00,\
34,00,31,00,32,00,39,00,2d,00,42,00,38,00,37,00,32,00,2d,00,41,00,30,00,35,\
00,34,00,32,00,36,00,44,00,46,00,33,00,36,00,42,00,35,00,7d,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0017\Ndi]
"HelpText"="Bluetooth-PAN-HelpText"
"Service"="BthPan"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0017\Ndi\Interfaces]
"UpperRange"="ndis5, ndis5_ip6"
"LowerRange"="nolower"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0018]
"NewDeviceInstall"=dword:00000001
"NetCfgInstanceId"="{349C2AEE-F45B-4898-B697-E07B590EAD60}"
"*IfType"=dword:00000006
"Characteristics"=dword:00000001
"*MediaType"=dword:00000000
"*PhysicalMediaType"=dword:00000000
"NetLuidIndex"=dword:0000000a
"DeviceInstanceID"="ROOT\\NET\\0000"
"InstallTimeStamp"=hex:df,07,04,00,03,00,1d,00,0c,00,3a,00,28,00,2b,03
"ComponentId"="vpnva"
"InfPath"="oem4.inf"
"InfSection"="Cisco.ndi.NTx86"
"ProviderName"="Cisco Systems"
"DriverDateData"=hex:00,c0,14,b1,85,32,cf,01
"DriverDate"="2-26-2014"
"DriverVersion"="3.1.6019.0"
"MatchingDeviceId"="vpnva"
"DriverDesc"="Cisco AnyConnect Secure Mobility Client Virtual Miniport Adapter for Windows"
"MTU"=dword:000005dc
"DefaultLinkState"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0018\Linkage]
"RootDevice"=hex(7):7b,00,33,00,34,00,39,00,43,00,32,00,41,00,45,00,45,00,2d,\
00,46,00,34,00,35,00,42,00,2d,00,34,00,38,00,39,00,38,00,2d,00,42,00,36,00,\
39,00,37,00,2d,00,45,00,30,00,37,00,42,00,35,00,39,00,30,00,45,00,41,00,44,\
00,36,00,30,00,7d,00,00,00,00,00
"UpperBind"=hex(7):4e,00,64,00,69,00,73,00,75,00,69,00,6f,00,00,00,52,00,61,00,\
73,00,50,00,70,00,70,00,6f,00,65,00,00,00,72,00,73,00,70,00,6e,00,64,00,72,\
00,00,00,6c,00,6c,00,74,00,64,00,69,00,6f,00,00,00,54,00,63,00,70,00,69,00,\
70,00,00,00,54,00,63,00,70,00,69,00,70,00,36,00,00,00,00,00
"Export"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,7b,00,33,00,34,\
00,39,00,43,00,32,00,41,00,45,00,45,00,2d,00,46,00,34,00,35,00,42,00,2d,00,\
34,00,38,00,39,00,38,00,2d,00,42,00,36,00,39,00,37,00,2d,00,45,00,30,00,37,\
00,42,00,35,00,39,00,30,00,45,00,41,00,44,00,36,00,30,00,7d,00,00,00,00,00
"FilterList"=hex(7):7b,00,33,00,34,00,39,00,43,00,32,00,41,00,45,00,45,00,2d,\
00,46,00,34,00,35,00,42,00,2d,00,34,00,38,00,39,00,38,00,2d,00,42,00,36,00,\
39,00,37,00,2d,00,45,00,30,00,37,00,42,00,35,00,39,00,30,00,45,00,41,00,44,\
00,36,00,30,00,7d,00,2d,00,7b,00,42,00,35,00,46,00,34,00,44,00,36,00,35,00,\
39,00,2d,00,37,00,44,00,41,00,41,00,2d,00,34,00,35,00,36,00,35,00,2d,00,38,\
00,45,00,34,00,31,00,2d,00,42,00,45,00,32,00,32,00,30,00,45,00,44,00,36,00,\
30,00,35,00,34,00,32,00,7d,00,2d,00,30,00,30,00,30,00,30,00,00,00,7b,00,33,\
00,34,00,39,00,43,00,32,00,41,00,45,00,45,00,2d,00,46,00,34,00,35,00,42,00,\
2d,00,34,00,38,00,39,00,38,00,2d,00,42,00,36,00,39,00,37,00,2d,00,45,00,30,\
00,37,00,42,00,35,00,39,00,30,00,45,00,41,00,44,00,36,00,30,00,7d,00,2d,00,\
7b,00,42,00,37,00,30,00,44,00,36,00,34,00,36,00,30,00,2d,00,33,00,36,00,33,\
00,35,00,2d,00,34,00,44,00,34,00,32,00,2d,00,42,00,38,00,36,00,36,00,2d,00,\
42,00,38,00,41,00,42,00,31,00,41,00,32,00,34,00,34,00,35,00,34,00,43,00,7d,\
00,2d,00,30,00,30,00,30,00,30,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0018\Ndi]
"Service"="vpnva"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0018\Ndi\Interfaces]
"DefUpper"="ndis5"
"DefLower"="ethernet"
"UpperRange"="ndis5"
"LowerRange"="ethernet"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0019]
"NewDeviceInstall"=dword:00000001
"NetCfgInstanceId"="{45DF502D-1092-4704-8045-0DD11B48DC9A}"
"*IfType"=dword:00000083
"Characteristics"=dword:00000009
"*MediaType"=dword:0000000f
"*PhysicalMediaType"=dword:00000000
"NetLuidIndex"=dword:00000009
"DeviceInstanceID"="ROOT\\*ISATAP\\0003"
"InstallTimeStamp"=hex:df,07,03,00,04,00,0c,00,0d,00,06,00,30,00,db,01
"Type"="13"
"ComponentId"="*isatap"
"NetworkAddress"=""
"InfPath"="nettun.inf"
"InfSection"="ISATAP.ndi"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7600.16385"
"MatchingDeviceId"="*isatap"
"DriverDesc"="Microsoft-ISATAP-Adapter"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0019\Linkage]
"RootDevice"=hex(7):7b,00,34,00,35,00,44,00,46,00,35,00,30,00,32,00,44,00,2d,\
00,31,00,30,00,39,00,32,00,2d,00,34,00,37,00,30,00,34,00,2d,00,38,00,30,00,\
34,00,35,00,2d,00,30,00,44,00,44,00,31,00,31,00,42,00,34,00,38,00,44,00,43,\
00,39,00,41,00,7d,00,00,00,00,00
"UpperBind"=hex(7):54,00,63,00,70,00,69,00,70,00,36,00,00,00,00,00
"Export"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,7b,00,34,00,35,\
00,44,00,46,00,35,00,30,00,32,00,44,00,2d,00,31,00,30,00,39,00,32,00,2d,00,\
34,00,37,00,30,00,34,00,2d,00,38,00,30,00,34,00,35,00,2d,00,30,00,44,00,44,\
00,31,00,31,00,42,00,34,00,38,00,44,00,43,00,39,00,41,00,7d,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0019\Ndi]
"Service"="tunnel"
"HelpText"="Microsoft-ISATAP-Adaptertreiber"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0019\Ndi\Interfaces]
"LowerRange"="tunnel"
"UpperRange"="ndis5_ip6_tunnel"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0019\Ndi\Params]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0019\Ndi\Params\NetworkAddress]
"ParamDesc"="Netzwerkadresse"
"Default"=""
"Type"="text"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0019\Ndi\Params\Type]
"ParamDesc"="Typ"
"Default"=""
"Type"="int"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0020]
"CoInstallers32"=hex(7):61,00,76,00,6d,00,63,00,6f,00,78,00,70,00,2e,00,64,00,\
6c,00,6c,00,2c,00,41,00,56,00,4d,00,43,00,6f,00,49,00,6e,00,73,00,74,00,61,\
00,6c,00,6c,00,00,00,00,00
"ProviderName"="Microsoft"
"SetupProtocol"="DSS1"
"CoWanVersion"=dword:0000000b
"CardType"="FRITZusb2"
"LineName"="AVM NDIS WAN CAPI-Driver"
"DriverDate1"="11/15/2004"
"DriverVersion"="3.11.7.0"
"IsdnSwitchType"=dword:00000080
"IsdnSwitchTypes"=dword:00000080
"Language"=""
"EnumPropPages32"="avmenum.dll,AVMEnumPages"
"IsdnAutoSwitchDetect"=dword:00000000
"IsdnNumDChannels"=dword:00000001
"WanEndPoints"=dword:00000002
@="AVM ISDN-Controller FRITZ!Card USB v2.1"
"NewDeviceInstall"=dword:00000001
"NetCfgInstanceId"="{C490B942-E41C-42DF-814F-DB68DC03E8BD}"
"*IfType"=dword:00000001
"Characteristics"=dword:00000004
"NetLuidIndex"=dword:00000001
"DeviceInstanceID"="USB\\VID_057C&PID_1900\\5&355F7AB7&0&2"
"InstallTimeStamp"=hex:de,07,0c,00,01,00,0f,00,0b,00,05,00,00,00,05,01
"CAPI20CntrNr"=dword:00000001
"CAPI20ManufactID"=dword:00000001
"RealCapiNr"=dword:00000001
"BusType"="15"
"ComponentId"="usb\\vid_057c&pid_1900"
"InfPath"="avmisdnc.inf"
"InfSection"="AVMFCUSB3.ndi"
"InfSectionExt"=".NT"
"DriverDateData"=hex:00,00,d8,db,52,e6,c5,01
"DriverDate"="11-11-2005"
"MatchingDeviceId"="usb\\vid_057c&pid_1900"
"DriverDesc"="AVM ISDN-Controller FRITZ!Card USB v2.1"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0020\0]
"IsdnNumBChannels"=dword:00000002

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0020\Base-Module]
"T4Path"="C:\\Windows\\system32"
"Name"="C:\\Windows\\system32\\fus3base.frm"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0020\Base-Module\Values]
"AutoCompress"="\\x00"
"PROTOCOL"="\\x00"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0020\Linkage]
"RootDevice"=hex(7):7b,00,43,00,34,00,39,00,30,00,42,00,39,00,34,00,32,00,2d,\
00,45,00,34,00,31,00,43,00,2d,00,34,00,32,00,44,00,46,00,2d,00,38,00,31,00,\
34,00,46,00,2d,00,44,00,42,00,36,00,38,00,44,00,43,00,30,00,33,00,45,00,38,\
00,42,00,44,00,7d,00,00,00,00,00
"UpperBind"=hex(7):4e,00,64,00,69,00,73,00,57,00,61,00,6e,00,00,00,00,00
"Export"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,7b,00,43,00,34,\
00,39,00,30,00,42,00,39,00,34,00,32,00,2d,00,45,00,34,00,31,00,43,00,2d,00,\
34,00,32,00,44,00,46,00,2d,00,38,00,31,00,34,00,46,00,2d,00,44,00,42,00,36,\
00,38,00,44,00,43,00,30,00,33,00,45,00,38,00,42,00,44,00,7d,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0020\Ndi]
"Service"="FUS2BASE"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0020\Ndi\Interfaces]
"LowerRange"="isdn"
"UpperRange"="ndiswan"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0021]
"CapiNetID"="Class\\{4d36e972-e325-11ce-bfc1-08002be10318}\\0020"
"CapiCntrlOffset"=dword:00000000
"CoInstallers32"=hex(7):61,00,76,00,6d,00,63,00,6f,00,78,00,70,00,2e,00,64,00,\
6c,00,6c,00,2c,00,41,00,56,00,4d,00,43,00,6f,00,49,00,6e,00,73,00,74,00,61,\
00,6c,00,6c,00,00,00,00,00
"IsdnAutoSwitchDetect"=dword:00000000
"IsdnSwitchTypes"=dword:00000001
"IsdnNumDChannels"=dword:00000001
"WanEndPoints"=dword:00000002
"NewDeviceInstall"=dword:00000001
"NetCfgInstanceId"="{B54FFE36-DBE5-4A9C-BBB7-E13EE9DD9700}"
"*IfType"=dword:00000017
"Characteristics"=dword:00000009
"*MediaType"=dword:00000003
"*PhysicalMediaType"=dword:00000003
"NetLuidIndex"=dword:00000002
"DeviceInstanceID"="ROOT\\AVMCOWANCI\\0000"
"InstallTimeStamp"=hex:de,07,0c,00,01,00,0f,00,0b,00,05,00,03,00,ba,03
"ComponentId"="avmcowanci"
"InfPath"="avmisdnc.inf"
"InfSection"="AVMCOWAN.ndi"
"InfSectionExt"=".NT"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,00,d8,db,52,e6,c5,01
"DriverDate"="11-11-2005"
"DriverVersion"="1.1.4.0"
"MatchingDeviceId"="avmcowanci"
"DriverDesc"="AVM NDIS WAN CAPI-Driver (1)"
"EnableForRas"=dword:00000000
"EnableForRouting"=dword:00000000
"EnableForOutboundRouting"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0021\0]
"IsdnNumBChannels"=dword:00000002

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0021\0\0]
"IsdnPhoneNumber"=""
"IsdnSpid"=""

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0021\0\1]
"IsdnPhoneNumber"=""
"IsdnSpid"=""

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0021\Linkage]
"RootDevice"=hex(7):7b,00,42,00,35,00,34,00,46,00,46,00,45,00,33,00,36,00,2d,\
00,44,00,42,00,45,00,35,00,2d,00,34,00,41,00,39,00,43,00,2d,00,42,00,42,00,\
42,00,37,00,2d,00,45,00,31,00,33,00,45,00,45,00,39,00,44,00,44,00,39,00,37,\
00,30,00,30,00,7d,00,00,00,00,00
"UpperBind"=hex(7):4e,00,64,00,69,00,73,00,57,00,61,00,6e,00,00,00,00,00
"Export"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,7b,00,42,00,35,\
00,34,00,46,00,46,00,45,00,33,00,36,00,2d,00,44,00,42,00,45,00,35,00,2d,00,\
34,00,41,00,39,00,43,00,2d,00,42,00,42,00,42,00,37,00,2d,00,45,00,31,00,33,\
00,45,00,45,00,39,00,44,00,44,00,39,00,37,00,30,00,30,00,7d,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0021\Ndi]
"Service"="AVMCOWAN"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0021\Ndi\Interfaces]
"LowerRange"="nolower"
"UpperRange"="ndiscowan"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0022]
"NewDeviceInstall"=dword:00000001
"NetCfgInstanceId"="{A00EBFAA-BFD1-4805-A6E3-E9D41D08B96E}"
"*IfType"=dword:00000047
"Characteristics"=dword:00000084
"*MediaType"=dword:00000010
"*PhysicalMediaType"=dword:00000009
"NetLuidIndex"=dword:00000004
"DeviceInstanceID"="USB\\VID_0CF3&PID_9271\\12345"
"InstallTimeStamp"=hex:df,07,02,00,05,00,14,00,0c,00,20,00,1b,00,54,00
"PortAuthSendControlState"=dword:00000002
"PortAuthReceiveControlState"=dword:00000002
"PortAuthSendAuthorizationState"=dword:00000001
"PortAuthReceiveAuthorizationState"=dword:00000001
"forceNormalSlotMrvl"="1"
"htAdhocEnable"="0"
"wpsButtonGpio"="13"
"htEnableWepTkip"="0"
"BusType"="15"
"ComponentId"="usb\\vid_0cf3&pid_9271"
"*ReceiveBuffers"="256"
"scanTimeValid"="60"
"shortPreamble"="1"
"InfPath"="oem6.inf"
"InfSection"="ATHER_DEV_9271.ndi"
"InfSectionExt"=".NTx86"
"ProviderName"="TP-LINK"
"DriverDateData"=hex:00,40,ab,db,d0,8c,ca,01
"DriverDate"="1-4-2010"
"DriverVersion"="2.0.0.32"
"MatchingDeviceId"="usb\\vid_0cf3&pid_9271"
"DriverDesc"="TP-LINK 150Mbps Wireless Lite N Adapter"
"PnPCapabilities"=dword:00000010

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0022\Linkage]
"RootDevice"=hex(7):7b,00,41,00,30,00,30,00,45,00,42,00,46,00,41,00,41,00,2d,\
00,42,00,46,00,44,00,31,00,2d,00,34,00,38,00,30,00,35,00,2d,00,41,00,36,00,\
45,00,33,00,2d,00,45,00,39,00,44,00,34,00,31,00,44,00,30,00,38,00,42,00,39,\
00,36,00,45,00,7d,00,00,00,00,00
"UpperBind"=hex(7):4e,00,64,00,69,00,73,00,75,00,69,00,6f,00,00,00,52,00,61,00,\
73,00,50,00,70,00,70,00,6f,00,65,00,00,00,72,00,73,00,70,00,6e,00,64,00,72,\
00,00,00,6c,00,6c,00,74,00,64,00,69,00,6f,00,00,00,54,00,63,00,70,00,69,00,\
70,00,00,00,54,00,63,00,70,00,69,00,70,00,36,00,00,00,00,00
"Export"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,7b,00,41,00,30,\
00,30,00,45,00,42,00,46,00,41,00,41,00,2d,00,42,00,46,00,44,00,31,00,2d,00,\
34,00,38,00,30,00,35,00,2d,00,41,00,36,00,45,00,33,00,2d,00,45,00,39,00,44,\
00,34,00,31,00,44,00,30,00,38,00,42,00,39,00,36,00,45,00,7d,00,00,00,00,00
"FilterList"=hex(7):7b,00,41,00,30,00,30,00,45,00,42,00,46,00,41,00,41,00,2d,\
00,42,00,46,00,44,00,31,00,2d,00,34,00,38,00,30,00,35,00,2d,00,41,00,36,00,\
45,00,33,00,2d,00,45,00,39,00,44,00,34,00,31,00,44,00,30,00,38,00,42,00,39,\
00,36,00,45,00,7d,00,2d,00,7b,00,35,00,43,00,42,00,46,00,38,00,31,00,42,00,\
46,00,2d,00,35,00,30,00,35,00,35,00,2d,00,34,00,37,00,43,00,44,00,2d,00,39,\
00,30,00,35,00,35,00,2d,00,41,00,37,00,36,00,42,00,32,00,42,00,34,00,45,00,\
33,00,36,00,39,00,38,00,7d,00,2d,00,30,00,30,00,30,00,30,00,00,00,7b,00,41,\
00,30,00,30,00,45,00,42,00,46,00,41,00,41,00,2d,00,42,00,46,00,44,00,31,00,\
2d,00,34,00,38,00,30,00,35,00,2d,00,41,00,36,00,45,00,33,00,2d,00,45,00,39,\
00,44,00,34,00,31,00,44,00,30,00,38,00,42,00,39,00,36,00,45,00,7d,00,2d,00,\
7b,00,45,00,34,00,37,00,35,00,43,00,46,00,39,00,41,00,2d,00,36,00,30,00,43,\
00,44,00,2d,00,34,00,34,00,33,00,39,00,2d,00,41,00,37,00,35,00,46,00,2d,00,\
30,00,30,00,37,00,39,00,43,00,45,00,30,00,45,00,31,00,38,00,41,00,31,00,7d,\
00,2d,00,30,00,30,00,30,00,30,00,00,00,7b,00,41,00,30,00,30,00,45,00,42,00,\
46,00,41,00,41,00,2d,00,42,00,46,00,44,00,31,00,2d,00,34,00,38,00,30,00,35,\
00,2d,00,41,00,36,00,45,00,33,00,2d,00,45,00,39,00,44,00,34,00,31,00,44,00,\
30,00,38,00,42,00,39,00,36,00,45,00,7d,00,2d,00,7b,00,42,00,35,00,46,00,34,\
00,44,00,36,00,35,00,39,00,2d,00,37,00,44,00,41,00,41,00,2d,00,34,00,35,00,\
36,00,35,00,2d,00,38,00,45,00,34,00,31,00,2d,00,42,00,45,00,32,00,32,00,30,\
00,45,00,44,00,36,00,30,00,35,00,34,00,32,00,7d,00,2d,00,30,00,30,00,30,00,\
30,00,00,00,7b,00,41,00,30,00,30,00,45,00,42,00,46,00,41,00,41,00,2d,00,42,\
00,46,00,44,00,31,00,2d,00,34,00,38,00,30,00,35,00,2d,00,41,00,36,00,45,00,\
33,00,2d,00,45,00,39,00,44,00,34,00,31,00,44,00,30,00,38,00,42,00,39,00,36,\
00,45,00,7d,00,2d,00,7b,00,42,00,37,00,30,00,44,00,36,00,34,00,36,00,30,00,\
2d,00,33,00,36,00,33,00,35,00,2d,00,34,00,44,00,34,00,32,00,2d,00,42,00,38,\
00,36,00,36,00,2d,00,42,00,38,00,41,00,42,00,31,00,41,00,32,00,34,00,34,00,\
35,00,34,00,43,00,7d,00,2d,00,30,00,30,00,30,00,30,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0022\Ndi]
"Service"="athur"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0022\Ndi\IHVExtensions]
"ExtensibilityDLL"="%SystemRoot%\\system32\\athExt.dll"
"UIExtensibilityCLSID"="{151F7202-8218-4E8D-A685-30F1C62DD583}"
"AdapterOUI"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0022\Ndi\Interfaces]
"UpperRange"="ndis5"
"LowerRange"="wlan,ethernet,vwifi"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0022\Ndi\params]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0022\Ndi\params\*ReceiveBuffers]
"ParamDesc"="Receive Buffers"
"default"="256"
"min"="1"
"max"="00000512"
"step"="1"
"Base"="10"
"type"="int"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0022\Ndi\params\*TransmitBuffers]
"ParamDesc"="Transmit Buffers"
"default"="256"
"min"="1"
"max"="00000512"
"step"="1"
"Base"="10"
"type"="int"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0022\Ndi\params\NetworkAddress]
"ParamDesc"="Network Address"
"default"=""
"LimitText"="12"
"UpperCase"="1"
"optional"="1"
"type"="edit"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0022\Ndi\params\scanTimeValid]
"ParamDesc"="Scan Valid Interval"
"default"="60"
"min"="20"
"max"="120"
"step"="5"
"base"="10"
"type"="int"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0022\Ndi\params\shortPreamble]
"ParamDesc"="802.11b Preamble"
"Base"="10"
"default"="1"
"type"="enum"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0022\Ndi\params\shortPreamble\enum]
"1"="Long and Short"
"0"="Long only"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0023]
"NewDeviceInstall"=dword:00000001
"NetCfgInstanceId"="{56260899-32EC-4D08-AAA8-09D42F82C1C0}"
"*IfType"=dword:00000006
"Characteristics"=dword:00000000
"*MediaType"=dword:00000000
"*PhysicalMediaType"=dword:0000000e
"NetLuidIndex"=dword:0000000d
"DeviceInstanceID"="ROOT\\NET\\0001"
"InstallTimeStamp"=hex:df,07,06,00,02,00,10,00,09,00,24,00,0f,00,50,02
"Manufacturer"="TAP-Windows Provider V9"
"ProductName"="TAP-Windows Adapter V9"
"ComponentId"="tap0901"
"AllowNonAdmin"="1"
"MediaStatus"="0"
"MTU"="1500"
"InfPath"="oem7.inf"
"InfSection"="tap0901.ndi"
"ProviderName"="TAP-Windows Provider V9"
"DriverDateData"=hex:00,80,04,7c,bd,52,cf,01
"DriverDate"="4-8-2014"
"DriverVersion"="9.0.0.21"
"MatchingDeviceId"="tap0901"
"DriverDesc"="TAP-Windows Adapter V9"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0023\Linkage]
"RootDevice"=hex(7):7b,00,35,00,36,00,32,00,36,00,30,00,38,00,39,00,39,00,2d,\
00,33,00,32,00,45,00,43,00,2d,00,34,00,44,00,30,00,38,00,2d,00,41,00,41,00,\
41,00,38,00,2d,00,30,00,39,00,44,00,34,00,32,00,46,00,38,00,32,00,43,00,31,\
00,43,00,30,00,7d,00,00,00,00,00
"UpperBind"=hex(7):4e,00,64,00,69,00,73,00,75,00,69,00,6f,00,00,00,52,00,61,00,\
73,00,50,00,70,00,70,00,6f,00,65,00,00,00,72,00,73,00,70,00,6e,00,64,00,72,\
00,00,00,6c,00,6c,00,74,00,64,00,69,00,6f,00,00,00,54,00,63,00,70,00,69,00,\
70,00,00,00,54,00,63,00,70,00,69,00,70,00,36,00,00,00,00,00
"Export"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,7b,00,35,00,36,\
00,32,00,36,00,30,00,38,00,39,00,39,00,2d,00,33,00,32,00,45,00,43,00,2d,00,\
34,00,44,00,30,00,38,00,2d,00,41,00,41,00,41,00,38,00,2d,00,30,00,39,00,44,\
00,34,00,32,00,46,00,38,00,32,00,43,00,31,00,43,00,30,00,7d,00,00,00,00,00
"FilterList"=hex(7):7b,00,35,00,36,00,32,00,36,00,30,00,38,00,39,00,39,00,2d,\
00,33,00,32,00,45,00,43,00,2d,00,34,00,44,00,30,00,38,00,2d,00,41,00,41,00,\
41,00,38,00,2d,00,30,00,39,00,44,00,34,00,32,00,46,00,38,00,32,00,43,00,31,\
00,43,00,30,00,7d,00,2d,00,7b,00,42,00,35,00,46,00,34,00,44,00,36,00,35,00,\
39,00,2d,00,37,00,44,00,41,00,41,00,2d,00,34,00,35,00,36,00,35,00,2d,00,38,\
00,45,00,34,00,31,00,2d,00,42,00,45,00,32,00,32,00,30,00,45,00,44,00,36,00,\
30,00,35,00,34,00,32,00,7d,00,2d,00,30,00,30,00,30,00,30,00,00,00,7b,00,35,\
00,36,00,32,00,36,00,30,00,38,00,39,00,39,00,2d,00,33,00,32,00,45,00,43,00,\
2d,00,34,00,44,00,30,00,38,00,2d,00,41,00,41,00,41,00,38,00,2d,00,30,00,39,\
00,44,00,34,00,32,00,46,00,38,00,32,00,43,00,31,00,43,00,30,00,7d,00,2d,00,\
7b,00,42,00,37,00,30,00,44,00,36,00,34,00,36,00,30,00,2d,00,33,00,36,00,33,\
00,35,00,2d,00,34,00,44,00,34,00,32,00,2d,00,42,00,38,00,36,00,36,00,2d,00,\
42,00,38,00,41,00,42,00,31,00,41,00,32,00,34,00,34,00,35,00,34,00,43,00,7d,\
00,2d,00,30,00,30,00,30,00,30,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0023\Ndi]
"Service"="tap0901"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0023\Ndi\Interfaces]
"UpperRange"="ndis5"
"LowerRange"="ethernet"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0023\Ndi\params]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0023\Ndi\params\AllowNonAdmin]
"ParamDesc"="Non-Admin Access"
"Type"="enum"
"Default"="1"
"Optional"="0"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0023\Ndi\params\AllowNonAdmin\enum]
"0"="Not Allowed"
"1"="Allowed"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0023\Ndi\params\MAC]
"ParamDesc"="MAC Address"
"Type"="edit"
"Optional"="1"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0023\Ndi\params\MediaStatus]
"ParamDesc"="Media Status"
"Type"="enum"
"Default"="0"
"Optional"="0"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0023\Ndi\params\MediaStatus\enum]
"0"="Application Controlled"
"1"="Always Connected"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0023\Ndi\params\MTU]
"ParamDesc"="MTU"
"Type"="int"
"Default"="1500"
"Optional"="0"
"Min"="100"
"Max"="1500"
"Step"="1"


-------------------------------------- End "Class" hive ------------------------------------------------
--
Dr. Martin Pauly Phone: +49-6421-28-23527
HRZ Univ. Marburg Fax: +49-6421-28-26994
Hans-Meerwein-Str. E-Mail: ***@HRZ.Uni-Marburg.DE
D-35032 Marburg
Martin Pauly
2015-06-29 16:41:07 UTC
Permalink
oops, forgot to wrap up the .reg files. 2nd try
-----------------------------------------------
Post by David Woodhouse
Can you dump the relevant parts of the registry? See tun-win32.c for
the parts that it's looking for.
I hope you can find something useful in the attached .reg files
which have been renamed to .reg.txt
HKLM-System-CCS-Control-Class-NETDEV_GUID.reg
seems to be the same on German and English Windows.
HKLM-System-CCS-Control-Network-NETDEV_GUID.reg
seems to contain all the actual interface names
as shown by ipconfig, so it _is_ different on
the two machines.

Good luck, Martin
--
Dr. Martin Pauly Phone: +49-6421-28-23527
HRZ Univ. Marburg Fax: +49-6421-28-26994
Hans-Meerwein-Str. E-Mail: ***@HRZ.Uni-Marburg.DE
D-35032 Marburg
David Woodhouse
2015-07-02 11:14:38 UTC
Permalink
First, I suspected the language-dependent interface identifiers, but
with netsh you only get an "Element not found" when at least the
identifier exists (which is "LAN-Verbindung 3" in my case,
corresponding to "Local Area Connection 3".
I'm assuming this is the machine you sent the registry dump from? On
another machine it was named 'Ethernet 2', yes?

How was the TAP driver installed? Normally it gets a name like
'TAP-Windows Adapter V9'. That doesn't naturally translate to
'LAN-Verbindung 3'.

But looking at your registry files, it definitely looks like that's
what it's called. Does OpenVPN fare any better? If you run
'openvpn --show-adapters' what name does it give?

It is 'LAN-Verbindung 3' which is displayed in the control panel if you
go to the adapter settings? If you rename it there, do things change?

Is it possible to work out what name *does* work with 'netsh' for this
device?
--
dwmw2
Martin Pauly
2015-07-03 08:24:19 UTC
Permalink
Post by David Woodhouse
First, I suspected the language-dependent interface identifiers, but
with netsh you only get an "Element not found" when at least the
identifier exists (which is "LAN-Verbindung 3" in my case,
corresponding to "Local Area Connection 3".
I'm assuming this is the machine you sent the registry dump from? On
another machine it was named 'Ethernet 2', yes?
yes, I used the second machine ony to have a cross check with German 64 Bit
(a depency here would have been really weird, though, but you never know)
Post by David Woodhouse
How was the TAP driver installed? Normally it gets a name like
'TAP-Windows Adapter V9'. That doesn't naturally translate to
'LAN-Verbindung 3'.
we downloaded and smoothly installed
https://github.com/openconnect/openconnect-gui/releases/download/v1.3/openconnect-installer.exe
I cannot preclude an earlier manual installation of th eopenvpvn TUN/TAP driver, though.
We had done some experiments with earlier versions of openconnect-gui.
Post by David Woodhouse
It is 'LAN-Verbindung 3' which is displayed in the control panel if you
go to the adapter settings? If you rename it there, do things change?
yes, renaming it to "TAP" results in successful setting of the IP address
as shown by ipconfig.
Post by David Woodhouse
Is it possible to work out what name *does* work with 'netsh' for this
device?
------- netsh show with old Adapter Name "Lan-Verbindung 3" --------------------

C:\Users\martin\Documents>netsh int sh int

Verw.-status Status Typ Schnittstellenname
-------------------------------------------------------------------------
Deaktiviert Getrennt Dediziert Cisco AnyConnect Secure Mobility Client Connection
Aktiviert Getrennt Dediziert LAN-Verbindung 3
Aktiviert Getrennt Dediziert LAN-Verbindung
Aktiviert Getrennt Dediziert Drahtlosnetzwerkverbindung


C:\Users\martin\Documents>netsh int sh int "Lan-Verbindung 3"

LAN-Verbindung 3
Typ: Dediziert
Verwaltungsstatus: Aktiviert
Verbindungsstatus: Getrennt

------- End of netsh show with old Adapter Name "Lan-Verbindung 3" --------------------

- Use Network settings (ncpa.cpl) to rename adapter to "TAP"

------- netsh show with new Adapter Name "TAP" -------------------
C:\Windows\system32>netsh int sh int

Verw.-status Status Typ Schnittstellenname
-------------------------------------------------------------------------
Deaktiviert Getrennt Dediziert Cisco AnyConnect Secure Mobility Client Connection
Aktiviert Getrennt Dediziert TAP
Aktiviert Verbunden Dediziert LAN-Verbindung
Aktiviert Getrennt Dediziert Drahtlosnetzwerkverbindung


C:\Windows\system32>
C:\Windows\system32>
C:\Windows\system32>netsh int sh int TAP

TAP
Typ: Dediziert
Verwaltungsstatus: Aktiviert
Verbindungsstatus: Getrennt

-------End of netsh show with new Adapter Name "TAP" -------------------


So looks like it's really all about the adapter name chosen by some Windows magic.
In my Opinion, setting the name explicitly to something clear like "TUN/TAP openvpn/openconnect"
would help anyway. You could tell adapters apart much easier then.
BTW, manually calling openvpn's
%ProgramFiles%\TAP-Windows\devcon.exe install "addtap.bat" (which in turn calls devcon.exe)
results in another "LAN-Verbindung 3" (the name was no longer occupied because of the above rename).
Post by David Woodhouse
But looking at your registry files, it definitely looks like that's
what it's called. Does OpenVPN fare any better? If you run
'openvpn --show-adapters' what name does it give?
going to try that later today.

Martin
--
Dr. Martin Pauly Phone: +49-6421-28-23527
HRZ Univ. Marburg Fax: +49-6421-28-26994
Hans-Meerwein-Str. E-Mail: ***@HRZ.Uni-Marburg.DE
D-35032 Marburg
David Woodhouse
2015-07-03 08:32:01 UTC
Permalink
Post by Martin Pauly
So looks like it's really all about the adapter name chosen by some Windows magic.
In my Opinion, setting the name explicitly to something clear like "TUN/TAP openvpn/openconnect"
would help anyway. You could tell adapters apart much easier then.
I haven't looked at precisely how Nikos has incorporated the OpenVPN
signed driver into his OpenConnect installer. It might be possible to
change things so that it gets a more appropriate name.

That might "simply" be a case of repacking the TAP installer, or even
invoking it differently. Worst case it might require rebuilding the TAP
driver. But I don't think so. And Red Hat has Windows driver signing
keys anyway... :)
Post by Martin Pauly
BTW, manually calling openvpn's
%ProgramFiles%\TAP-Windows\devcon.exe install "addtap.bat" (which in turn calls devcon.exe)
results in another "LAN-Verbindung 3" (the name was no longer occupied because of the above rename).
Does that one work?

What if you take the working one and rename it *back* to 'LAN
-Verbindung 3' (or 4)? Does it work then?

I know I deliberately checked the character set handling with evil
names like TAP♥. If the default in English doesn't have spaces, though,
then perhaps I neglected to test that? Try a name without spaces?
--
dwmw2
Nikos Mavrogiannopoulos
2015-07-03 09:53:57 UTC
Permalink
Post by David Woodhouse
Post by Martin Pauly
So looks like it's really all about the adapter name chosen by some Windows magic.
In my Opinion, setting the name explicitly to something clear like "TUN/TAP openvpn/openconnect"
would help anyway. You could tell adapters apart much easier then.
I haven't looked at precisely how Nikos has incorporated the OpenVPN
signed driver into his OpenConnect installer. It might be possible to
change things so that it gets a more appropriate name.
Hi,
I haven't followed the issue and it is unclear to me what the issue
is. About packaging, I simply ship and run the tun/tap driver
installer as it is in openvpn. If the issue affects both openvpn and
openconnect it may make sense to report it to them so that the issue
is fixed upstream.

regards,
Nikos
Martin Pauly
2015-07-03 13:21:45 UTC
Permalink
Post by David Woodhouse
But looking at your registry files, it definitely looks like that's
what it's called. Does OpenVPN fare any better? If you run
'openvpn --show-adapters' what name does it give?
But looking at your registry files, it definitely looks like that's
what it's called. Does OpenVPN fare any better? If you run
'openvpn --show-adapters' what name does it give?
I played around a bit:
1.deleted all TUN/TAP adapters with openvpn's batch file.
2. installed openVPN 2.3.7
3. Then I get:

C:\Program Files\OpenVPN\bin>openvpn --show-adapters
Available TAP-WIN32 adapters [name, GUID]:
'LAN-Verbindung 3' {488B1FC7-0D49-427D-BCDA-F67447C78380}

4. Renamed Adapter to "TAP"
5. Can connect fine with openconnect an vpnc-script.js,
with the interface coming from the openconnect install this time.
Post by David Woodhouse
What if you take the working one and rename it *back* to 'LAN
-Verbindung 3' (or 4)? Does it work then?
6. did that, and now it works.

Martin
--
Dr. Martin Pauly Phone: +49-6421-28-23527
HRZ Univ. Marburg Fax: +49-6421-28-26994
Hans-Meerwein-Str. E-Mail: ***@HRZ.Uni-Marburg.DE
D-35032 Marburg
David Woodhouse
2015-07-03 13:56:07 UTC
Permalink
Post by Martin Pauly
Post by David Woodhouse
But looking at your registry files, it definitely looks like that's
what it's called. Does OpenVPN fare any better? If you run
'openvpn --show-adapters' what name does it give?
But looking at your registry files, it definitely looks like that's
what it's called. Does OpenVPN fare any better? If you run
'openvpn --show-adapters' what name does it give?
1.deleted all TUN/TAP adapters with openvpn's batch file.
2. installed openVPN 2.3.7
C:\Program Files\OpenVPN\bin>openvpn --show-adapters
'LAN-Verbindung 3' {488B1FC7-0D49-427D-BCDA-F67447C78380}
Was OpenConnect *not* working correctly at this point? Despite using
the name 'LAN-Verbindung 3' as it should?
Post by Martin Pauly
4. Renamed Adapter to "TAP"
5. Can connect fine with openconnect an vpnc-script.js,
with the interface coming from the openconnect install this time.
Post by David Woodhouse
What if you take the working one and rename it *back* to 'LAN
-Verbindung 3' (or 4)? Does it work then?
6. did that, and now it works.
OK... if it's working now and not in answer to my previous question...
what's *different*? Can you take the same registry dumps and compare?
--
dwmw2
Martin Pauly
2015-07-17 09:53:31 UTC
Permalink
Hello,

just a status update on this, and sorry for the delay.
Many sorts of "playing around", i.e. renaming the tun interface
seem to fix the problem permanently. E.g. renaming the adapter
forth and back will leave you with a permanently working system.
So I now believe this is not only about the adapter names
but rather about some subtle change in some other part of
the environment, perhaps not even the registry.
So to reproduce the error, you need a fresh install almost every time
you try something. This is no big deal with a VM image, of course,
but cornering the error might require more than dumping a registry branch
"before" and "after". I hope that in a couple of weeks from now I am able
to report something more detailed as I should have a little more time then.

It is a minor issue anyway, and most users of German Windows
running into this probably have hit the point where the problem
was simply gone.

But: The windows port itself _is_ important. I have a production
case with a set of clients that need to set up all routing
by themselves -- which is something you can't do any more with
Anyconnect.

Cheers, Martin
--
Dr. Martin Pauly Phone: +49-6421-28-23527
HRZ Univ. Marburg Fax: +49-6421-28-26994
Hans-Meerwein-Str. E-Mail: ***@HRZ.Uni-Marburg.DE
D-35032 Marburg
Nikos Mavrogiannopoulos
2015-07-17 12:57:22 UTC
Permalink
Post by Martin Pauly
Hello,
But: The windows port itself _is_ important. I have a production
case with a set of clients that need to set up all routing
by themselves -- which is something you can't do any more with
Anyconnect.
It is, indeed. However, it requires quite some resources to be
supported. For issues that cannot be reproduced on my windows system,
I have to rely to the reporter for a fix.

regards,
Nikos
David Woodhouse
2015-08-05 13:37:35 UTC
Permalink
Post by Martin Pauly
just a status update on this, and sorry for the delay.
Many sorts of "playing around", i.e. renaming the tun interface
seem to fix the problem permanently. E.g. renaming the adapter
forth and back will leave you with a permanently working system.
So I now believe this is not only about the adapter names
but rather about some subtle change in some other part of
the environment, perhaps not even the registry.
So to reproduce the error, you need a fresh install almost every time
you try something. This is no big deal with a VM image, of course,
but cornering the error might require more than dumping a registry branch
"before" and "after". I hope that in a couple of weeks from now I am able
to report something more detailed as I should have a little more time then.
Any progress on this? I'm pondering a minor release of OpenConnect with
a few fixes that have accumulated, and wouldn't mind rolling in a fix
for this if we can find one.

It would also be useful to know if it affects OpenVPN. Partly because
we can then make it Someone Else's Problem :)
--
dwmw2
Nikos Mavrogiannopoulos
2015-08-05 15:09:15 UTC
Permalink
Post by David Woodhouse
Post by Martin Pauly
just a status update on this, and sorry for the delay.
Many sorts of "playing around", i.e. renaming the tun interface
seem to fix the problem permanently. E.g. renaming the adapter
forth and back will leave you with a permanently working system.
So I now believe this is not only about the adapter names
but rather about some subtle change in some other part of
the environment, perhaps not even the registry.
So to reproduce the error, you need a fresh install almost every time
you try something. This is no big deal with a VM image, of course,
but cornering the error might require more than dumping a registry branch
"before" and "after". I hope that in a couple of weeks from now I am able
to report something more detailed as I should have a little more time then.
Any progress on this? I'm pondering a minor release of OpenConnect with
a few fixes that have accumulated, and wouldn't mind rolling in a fix
for this if we can find one.
It would also be useful to know if it affects OpenVPN. Partly because
we can then make it Someone Else's Problem :)
None unfortunately. I haven't got any time to work on the windows port.

btw. if you are making a release please consider including
7ab5ad2ab3e636540fef9134b9cd00a353365a62
96850dc944f03180742713d0a607df3ecca37c50
2a5b7d559cc1c187ea79087ff0b0a056f8742b13
c4e560e9d9ce31882a68e656b9f3ffc96339263a
9650c1b9bf20ed771739a227c237b8f80cac435f
9b1a6f752019fdfa373fe59243ecbeb79a950ba3

from:

https://github.com/nmav/openconnect-mine/commits/my-changes

I carry these patches independently in epel7, openwrt and fedora.
Would be nice if they become part of openconnect.

regards,
Nikos
David Woodhouse
2015-08-05 15:23:01 UTC
Permalink
Post by Nikos Mavrogiannopoulos
None unfortunately. I haven't got any time to work on the windows port.
btw. if you are making a release please consider including
7ab5ad2ab3e636540fef9134b9cd00a353365a62
96850dc944f03180742713d0a607df3ecca37c50
2a5b7d559cc1c187ea79087ff0b0a056f8742b13
c4e560e9d9ce31882a68e656b9f3ffc96339263a
9650c1b9bf20ed771739a227c237b8f80cac435f
9b1a6f752019fdfa373fe59243ecbeb79a950ba3
https://github.com/nmav/openconnect-mine/commits/my-changes
I carry these patches independently in epel7, openwrt and fedora.
Would be nice if they become part of openconnect.
Those all look fine apart from the top one. I don't like passing extra
stuff in via stdin like that. If you're using this for form answers,
hoping that they'll be in the right order, then I'd be *much* happier
with providing those answers in a form like the one NetworkManager uses
to store them — with form and element name, looking something like:
form.main.username=dwmw2
--
dwmw2
Nikos Mavrogiannopoulos
2015-08-06 08:55:26 UTC
Permalink
Post by David Woodhouse
Post by Nikos Mavrogiannopoulos
https://github.com/nmav/openconnect-mine/commits/my-changes
I carry these patches independently in epel7, openwrt and fedora.
Would be nice if they become part of openconnect.
Those all look fine apart from the top one. I don't like passing extra
stuff in via stdin like that. If you're using this for form answers,
hoping that they'll be in the right order, then I'd be *much* happier
with providing those answers in a form like the one NetworkManager uses
form.main.username=dwmw2
I don't see how could that work. Note that this is about the command
line client. How would a caller find out the form names, and how would
then provide these formatted strings to the client?

The use case I wanted to handle in openwrt is having two passwords
with the second password being fixed (the rationale was at
http://lists.infradead.org/pipermail/openconnect-devel/2015-June/003037.html
)

regards,
Nikos
David Woodhouse
2015-08-06 09:57:02 UTC
Permalink
Post by Nikos Mavrogiannopoulos
Post by David Woodhouse
Post by Nikos Mavrogiannopoulos
https://github.com/nmav/openconnect-mine/commits/my-changes
I carry these patches independently in epel7, openwrt and fedora.
Would be nice if they become part of openconnect.
Those all look fine apart from the top one. I don't like passing extra
stuff in via stdin like that. If you're using this for form answers,
hoping that they'll be in the right order, then I'd be *much* happier
with providing those answers in a form like the one NetworkManager uses
form.main.username=dwmw2
I don't see how could that work. Note that this is about the command
line client. How would a caller find out the form names, and how would
then provide these formatted strings to the client?
The use case I wanted to handle in openwrt is having two passwords
with the second password being fixed (the rationale was at
http://lists.infradead.org/pipermail/openconnect-devel/2015-June/003037.html
)
I'd rather have something that can solve the *general* use case. And be
a little bit more robust in the case where the second input you get
asked for *isn't* the one you expected.

You could have a mode where the command line client prints the
form/item names when it's requesting input. Or even a --dump-form-input
mode where it just spits them all out after a successful
authentication, in the syntax that it'll accept back again.

It's not hard to provide them back to the client — a series of
--form-response= options, which can also come from a config file (which
we parse the same as command-line options these days).

It also wouldn't be *that* hard to make a fully capable authentication
UI that works with luci. I know luci can't do long-running processes
but it doesn't need to. You can spawn a separate client which uses
libopenconnect but just opens a local UNIX socket for its "user
interaction".

Then a luci page could get the currently-outstanding form from that
UNIX socket and render it. And when the web client POSTs some answers,
it can spit those into the waiting UNIX socket. All the answers can
(optionally) be remembered and go into the network configuration. And
in fact you can also have a mode where the answers *aren't* recorded,
and the user needs to manually authenticate to the VPN each time.
--
dwmw2
Nikos Mavrogiannopoulos
2015-08-06 12:04:06 UTC
Permalink
Post by David Woodhouse
Post by Nikos Mavrogiannopoulos
I don't see how could that work. Note that this is about the command
line client. How would a caller find out the form names, and how would
then provide these formatted strings to the client?
The use case I wanted to handle in openwrt is having two passwords
with the second password being fixed (the rationale was at
http://lists.infradead.org/pipermail/openconnect-devel/2015-June/003037.html
)
I'd rather have something that can solve the *general* use case. And be
a little bit more robust in the case where the second input you get
asked for *isn't* the one you expected.
Correct, but the current use case (a second _fixed_ password) doesn't
warrant such a wide change. The current change is pretty safe also, in
the sense that is fully backwards compatible and simple, in the sense
that requires no interaction with the server to set it up. Moreover it
is safe as it will only read as many lines as provided by stdin (in
openwrt that is a file).
Post by David Woodhouse
You could have a mode where the command line client prints the
form/item names when it's requesting input. Or even a --dump-form-input
mode where it just spits them all out after a successful
authentication, in the syntax that it'll accept back again.
That's a paradigm change for the existing code in openwrt and the
use-cases we need to handle currently don't justify that. In fact I
don't see any benefits from such a change. The openwrt interface
allows configuring openconnect (even when the router is offline), for
a non-interactive authentication. Even if we had the resources to
implement that big change, we wouldn't be able to handle use cases
other than that dumb use-case with a second fixed password. So it
feels like you are proposing a very generic framework that requires
too many changes in openconnect and openwrt interface with no visible
advantages for the use-cases handled in openwrt.

regards,
Nikos

Loading...