Differences

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

Link to this comparison view

Next revision
Previous revision
public:vpn_vs_proxies [2010/03/26 12:35] – created Nicopublic:vpn_vs_proxies [2012/02/21 18:42] (current) – [Sharing the HTTPS port with a webserver] Nico
Line 7: Line 7:
 ===== Server Part ===== ===== Server Part =====
  
-For a basic OpenVPN setup, you should have a look [[public/openvpn|here]].+For a basic OpenVPN setup, you should have a look [[public:openvpn|here]].
  
 ==== Limitations ==== ==== Limitations ====
Line 23: Line 23:
  
 <code> <code>
-port-share 192.168.3.3 443+port-share remoteserver 443
 </code> </code>
  
Line 56: Line 56:
 </code> </code>
  
-You'll also need the tun driver for your appropriate kernel. I downloaded mine [[http://code.google.com/p/get-a-robot-vpnc/issues/detail?id=55|there]]. Copy it to /system/lib/modules/:+You'll also need the tun driver for your appropriate kernel. I downloaded mine [[http://code.google.com/p/get-a-robot-vpnc/issues/detail?id=55|there]]. Copy it to /system/lib/modules/, and load it:
  
 <code> <code>
 adb push tun.ko /system/lib/modules/ adb push tun.ko /system/lib/modules/
 +adb shell insmod /system/lib/modules/tun.ko
 </code> </code>