[ Story ] [ What is RNAT ] [ How it works ] [ Download ] [ Contact ] |
||
Imagine the following schema:
Assume that the host 10.0.0.1 wants to ping the host 192.168.0.2.
Considering the actual ways of communication, this is something impossible, because with only one IP address, the packet can only reach the gateway 200.200.200.200. With RNAT it is possible. The only necessary changes are to have a modified version of ping command in 10.0.0.1 and a specific software in 200.200.200.200 gateway. It is possible to get the following result:
See that changes in 192.168.0.2 and 100.100.100.100 are not needed. Follows the screenshot of the modified version of putty: |