使用WFP进行IPsec数据包转发

使用WFP进行IPsec数据包转发

本文介绍了使用WFP进行IPsec数据包转发的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,


我正在使用函数  FwpmIPsecTunnelAdd0()来建立IPsec隧道。


当收到并解密IPsec数据包时,如何使用WFP API将解密后的数据包转发到其他端口和IP地址?我是否必须读取解密的数据包,将原始数据包重新组合成一个包含转发
端口和IP地址的新数据包,然后发送新数据包?是否有可以自动执行这些步骤的设置?


谢谢



解决方案

Hello,

I am using the function FwpmIPsecTunnelAdd0() to establish an IPsec Tunnel.

When an IPsec packet is received and decrypted, how can I use WFP API to forward the decrypted packet to a different port and IP address? Do I have to read the decrypted packet, re-assemble the original packet into a new packet that includes the forwarding port and IP address, and then send the new packet? Is there a setting that can do these steps automatically?

Thank you

解决方案


这篇关于使用WFP进行IPsec数据包转发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-14 04:14