Questions tagged [wintun]

3 questions
1
vote
4 answers

wintun:ERROR_INVALID_PARAMETER on registering ring buffers

I am currently trying to get the wintun driver to work with my program for simple tunneling (see: https://www.wintun.net/ ). I successfully find and open the network device, but when it comes to registering the buffer, I get the result…
Nidhoegger
  • 4,973
  • 4
  • 36
  • 81
0
votes
1 answer

How do I start a season on existing adapter?

I want to create a tunnel between my computer (which is connected to the router via ethernet and runs on windows) and another computer in the same subnet. I chose WINTUN.dll for this purpose because it is much faster and more efficient than…
0
votes
1 answer

Windows Server Does Not Send IP Packet If Source IP Not Bound To The Sending NIC

I am constructing an ip-ip tunnel between remote linux server and the local windows server. The windows server does not support raw ip-ip tunnel so I develop a simple app which makes usage of wintun. Said the local windows server is bound to…