NAT Reverse

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jonathan Woods

    #1

    NAT Reverse

    Hi there,

    There has a private GPRS network. Each mobile vehicle unit has static
    IPs communicate with Gateway Server Program exchange Messages, such as
    GPS Position. Server use sessions like (session in telnet) to track
    individual truck messages.

    Here is come to a problem when there is no communications directly
    exist between mobile vehicle and Gateway. I mean messages from mobile
    vehicles are sent via internet (Using NAT). Gateway Server Program can
    create only one session because all messages are coming from same
    source IP address. Here is illustration


    Messages are in form of Packets over TCP protocol. I have already
    tested TCP Relay/Socks Proxy/TCP Tunnel to forwards messages. But I can
    only forwards data. Gateway Server Software sees Packets from source IP
    address of Bounce Server.

    On the other hand, I don't want to do TCP Spoofing/ SYN Flood since I
    have no time and depth understanding of related knowledge. (Any one can
    provide me links of Win32 IP spoof source code?)

    Is there any way to do so? Or any idea would be appreciated.

    Sincerely,
    Jonathan

    (*System is based on MS Platform.)

Working...