On Thu, 2015-06-18 at 17:07 +0200, Nikos Mavrogiannopoulos wrote: > > 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