Reply To: In-kernel IP-IP tunnel driver

Home Forums Discussions General In-kernel IP-IP tunnel driver Reply To: In-kernel IP-IP tunnel driver

#5832
Vadim Smirnov
Keymaster

    Besides DeviceRawIp, is there any other way to inject a raw IP packet to TCP/IP protocol stack? Seems NDIS Intermediate Driver not usable, because the raw IP packet needs to be routed.

    You can inject packet using NDIS IM or NDIS hook driver (up to the stack or down to the network interface) but you must know exactly what you are doing (to choose correct network interface and packet indication).