I heard that one can get internet using VPN from a server anywhere. Is this possible and how is it done?

link|improve this question

38% accept rate
1  
You have to be connected to the internet in order to do this. – Ramhound May 27 '11 at 15:43
feedback

1 Answer

up vote 2 down vote accepted

A Virtual Private Network (VPN) is used to link two private networks into a single virtual network by passing data encrypted across a public network (usually the Internet) or an untrusted third party network.

A typical use-case is for linking a small sub-office to a company's main office or for linking a mobile worker to the main office network for access to file-servers, mail and other resources.

The VPN can be created by running software on two computers that are connected to the public network. Alternatively, many routers can act as VPN endpoints and can set up VPN connections as needed.

                   (       Internet          )
  ,---------,    (                             )    ,---------,
  | private |---------------------------------------| private |
  | network |   (    encrypted VPN "tunnel"     )   | network |
  '---------'     (                            )    '---------'
                    (                        )
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.