|
|
||
|
Virtual Private Networks (VPN / PPTP) The Internet
has evolved in the last year to one of the main issues in networking:
It is very easy to setup a Windows system (95 / 98 / NT4) to share a drive via the Internet, but again, it leaves a security problem: ![]() unauthorized people (usually called hackers) try to break in (not everybody has such top secret information like the US Department of Defense, which have several hundred such attacks a day, but hackers can do some damage to any data). For that reason, companies connecting their network to the Internet usually try to protect their system by installing a "Firewall": a filter between the Internet and the company network. To allow secure connection via the Internet, several companies (including Microsoft) agreed on a new protocol: Point-to-Point Tunneling Protocol (PPTP). PPTP allows to establish via an IP-network (which is usually the Internet, but can also be a company Intranet) a secure connection by encapsulating inside the IP-packet an encrypted private protocol, which can be NetBEUI, IPX or TCP/IP (with a private IP-address range): ![]() There are several companies offering now devices/support for PPTP. Microsoft has implemented PPTP on Windows 95 / 98 / NT4 as: Virtual Private Network (VPN): ![]() Using NetBEUI as example, the above animation shows: - the network client passes a request to the protocol layer - the request is wrapped in a protocol envelope (in this example: NetBEUI) - the protocol envelope is passed on to the VPN-adapter - the protocol envelope is wrapped again inside a TCP/IP envelope - the TCP/IP envelope is transmitted via the Internet on the receiving system: - the VPN-adapter opens the TCP/IP envelope. - the protocol envelope is then opened again. - the data (the "letter inside 2 envelopes") is passed on to its final destination. You can
download detailed information via a link from:
it downloads
as MSPPTP.EXE (143 Kbyte), which is self-extracting
to a word-file:
Using
a Windows NT4 workstation as a VPN-dialin to a Server network:
|
|