diff options
Diffstat (limited to 'doc/misc/README.FRITZBOX_VPN_IMPORT')
-rw-r--r-- | doc/misc/README.FRITZBOX_VPN_IMPORT | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/misc/README.FRITZBOX_VPN_IMPORT b/doc/misc/README.FRITZBOX_VPN_IMPORT new file mode 100644 index 0000000..2b477f9 --- /dev/null +++ b/doc/misc/README.FRITZBOX_VPN_IMPORT @@ -0,0 +1,24 @@ +What +==== +IPSec vpn to AVM Fritzbox using KVpnc + +Description: +========= +Some AVM Fritzbox router provides a IPSec VPN for accessing the local lan from the internet. +There is a windows program called "Fritz!Fernzugang einrichten" (http://webgw.avm.de/download/t_download.jsp?partid=14654) which also runs fine using wine. This allows you to create a vpn profile for a given mail address. +It creates 2 files: vpnconfig_xxx.cfg (to import into the fritzbox router) and vpnuser_xxx.cfg for use with the program "Fritz!Fernzugang" which only runs under windows. +A detailed document for this process is available here (German only): http://www.avm.de/de/Service/Service-Portale/Service-Portal/VPN_Praxis_und_Tipps/step_by_step_fernzugang.php?portal=VPN +You can import a the vpn user config file directly into Kvpnc. It must be not encrypted and is named vpnuser_xxx.cfg where xxx is your mail address. +After import you can connect directly after importing the vpnuser_xxx.cfg file (vpnconfig_xxx.cfg must be imported into the fritzbox router before). + +Requirements: +=========== +"Fritz!Fernzugang einrichten" +KVpnc +racoon (ipsec-tools) + + +Have a lot of fun ;) + + + |