Reply To: address translation

Home Forums Discussions Support address translation Reply To: address translation

#5546
wed3460
Participant

    HI BK:
    my architecture like following

    Client(WLAN)<---><--->Server(WLAN)-NAT-Server(WAN)<--->Internet

    i can receive the packet from Client and modify packet ,recauclate checksum(it’s ok),but i cant forward to other NIC(WAN)

    so i got trouble to implement NAT
    the problem:
    how to bind the different nic and translate packet to other NIC
    and i confuse the how to used the “SendPacketToAdapter” and
    “SendPacketToMstcp”
    or have else procedure i havt to notice. please help me , thanks