NAT question

Home Forums Discussions Support NAT question

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4865
    wed3460
    Participant

      How to bind the adapter
      the clearly is to say how to translater packet from nic to other nic
      and i confuse the how to used the “SendPacketToAdapter” and
      “SendPacketToMstcp”

      somebody would explain clearly or you have the sample code
      need your help , thanks

      #5601
      Vadim Smirnov
      Keymaster

        If you want to realize your own packet forwarding you can do it with API’s you have mentioned. If you filter two adapters and you can read packet from one and send them to another, here is no crime. Just don’t forget that MTU for the interfaces can be different.

        #5602
        peterpiper
        Participant

          SendPacketToAdapter – sends packets outgoing (ie. to the NIC)
          SendPacketToMstcp – sends packets incomming (ie. to the windows TCP stack)

        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.