tap-windows6 icon indicating copy to clipboard operation
tap-windows6 copied to clipboard

Allow MTU > 1500 (9000 for Jumbo Frames?)

Open ziesemer opened this issue 10 years ago • 2 comments

I'd like to try using this virtual TAP adapter as an alternative to the Microsoft Loopback Adapter (now called "KM-TEST"). I was excited to see that this OpenVPN implementation allows for a configurable MTU in the driver properties, but doesn't allow for a value > 1500 to be entered. Would it be possible to support larger values here (e.g. 9000), for the purpose of supporting Jumbo Frames?

Supporting larger MTUs for OpenVPN across VLANs on an internal Jumbo Frame-enabled network could also be another potential use-case for this.

(I could make the necessary edits and build myself, but the lack of a Windows code signing certificate quickly becomes a show-stopper here.)

Thanks!

ziesemer avatar Oct 14 '15 05:10 ziesemer

This response comes a bit late, but anyways... you can put Windows into "Test mode" in which it accepts unsigned kernel drivers. That works at least on Windows 7, but I'm pretty sure even Windows 10 has that capability.

If you make your changes to the driver, test them and issue a PR, I can build a real signed driver that can be exposed to wider testing.

mattock avatar Jan 03 '17 09:01 mattock

FYI: Easy way to enable Windows Test Mode: http://www.ngohq.com/?page=dseo

Simply run as admin, click "next", then "yes". Choose the option "Enable Test Mode", then click "next".

PS: "Remove Watermarks" comes in handy. That way you can keep windows in test mode without the annorying Watermarks on the desktopo and other places.

If no luck that way, then you can also try this: https://support.microsoft.com/en-us/kb/2509241

Of course just do the opposite to enable test mode.

war59312 avatar Jan 04 '17 22:01 war59312