SliTaz GNU/Linux official and community documentation wiki.
.png

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:guides:vpn [2010/07/08 17:14]
127.0.0.1 external edit
en:guides:vpn [2013/04/09 09:56] (current)
bellard [Others VPN]
Line 3: Line 3:
 A VPN binds isolated networks with tunnels over the Internet network. A tunnel encrypts and encapsulates network frames. A VPN binds isolated networks with tunnels over the Internet network. A tunnel encrypts and encapsulates network frames.
  
-    * frames are hidden (data and header, including routing info), +    * frames are hidden (data and header, including routing info) 
-    * encapsulation sets tunnel ends as source and destination, +    * encapsulation sets tunnel ends as source and destination 
-    * only traffic volume is visible. But you can send dummy frames.+    * only traffic volume is visible. But you can send dummy frames
  
 ===== Tunnel using SSH and PPP ===== ===== Tunnel using SSH and PPP =====
  
 Slitaz can build such tunnels out of the box (without additional packages) with menu system / netbox. Slitaz can build such tunnels out of the box (without additional packages) with menu system / netbox.
-You need on remote server+You need on remote server:
  
     * a user account     * a user account
Line 21: Line 21:
     * launch system / netbox     * launch system / netbox
     * select VPN tab     * select VPN tab
-    * fill Peer and update Route(s) fields. Routes are the local area networks on peer side you want to reach. You only need to update Local IP and Remote IP when you create multiple tunnels. They are tunnel end IP points.+    * fill Peer and update Route(s) fields. Routes are the local area networks on peer side you want to reach. You only need to update Local IP and Remote IP when you create multiple tunnels. They are tunnel end IP points
     * click Send Key and enter password     * click Send Key and enter password
     * click Connect     * click Connect
Line 27: Line 27:
 ===== Limitations ===== ===== Limitations =====
  
-    * This tunnel should not be used for real time traffic like VoIP. Based on TCP, the tunnel tries to avoid data loss instead of respecting timing. VoIP should use UDP based tunnels.+    * This tunnel should not be used for real time traffic like VoIP. Based on TCP, the tunnel tries to avoid data loss instead of respecting timing. VoIP should use UDP based tunnels
     * Only the Slitaz box can see the remote network. Other stations on the lan can't, until you add your lan routes to peer (assuming Slitaz is the default router or is running routing protcols)     * Only the Slitaz box can see the remote network. Other stations on the lan can't, until you add your lan routes to peer (assuming Slitaz is the default router or is running routing protcols)
  
 ===== OpenSSH ===== ===== OpenSSH =====
  
-The openssh package is available on the mirror and provides TCP based tunnels.+The openssh package is available on the mirror and provides TCP based tunnels:
  
 <​code>​ # yes y | tazpkg get-install openssh </​code>​ <​code>​ # yes y | tazpkg get-install openssh </​code>​
Line 40: Line 40:
 ===== OpenVPN ===== ===== OpenVPN =====
  
-The //openvpn// package is available on the mirror+The //openvpn// package is available on the mirror:
  
 <​code>​ # yes y | tazpkg get-install openvpn </​code>​ <​code>​ # yes y | tazpkg get-install openvpn </​code>​
Line 48: Line 48:
 ===== Cisco EasyVPN ===== ===== Cisco EasyVPN =====
  
-The //vpnc// package is available on the mirror+The //vpnc// package is available on the mirror:
  
-<​code>​ # yes y | tazpkg get-install vpnc <​code>​+<​code>​ # yes y | tazpkg get-install vpnc </code>
  
 See documentation at http://​www.unix-ag.uni-kl.de/​~massar/​vpnc/​ See documentation at http://​www.unix-ag.uni-kl.de/​~massar/​vpnc/​
Line 57: Line 57:
  
 SliTaz packages search tool shows every VPN supported by SliTaz: SliTaz packages search tool shows every VPN supported by SliTaz:
-http://​pkgs.slitaz.org/​search.cgi?tags=vpn+http://​pkgs.slitaz.org/​search.sh?tags=vpn
  
 ----  ---- 
 
en/guides/vpn.1278602051.txt.gz · Last modified: 2010/08/22 17:18 (external edit)