VPN, Port Mapping & Security

Introduction

Consider a client application, making a connection to a server application using TCP/IP on a specific port.

VPN avoids those problems :

Principles

Consider next virtual example :

All data can be hacked on internet !

Now we install VPN :

We configure next rule – called port mapping -

Conclusion : the client application sets up a call to localhost – 127.0.0.1 port 1067 – and establish a transparent connection to 123.456.789.001 port 1067. Exactly the same procedure as before, but now next security rules apply:

Done !

Information

Softo