diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-02-22 12:31:47 +0100 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-02-22 12:44:01 +0100 |
commit | 9b99335373bb5e06cfb2cdbbff4f6d45b3d0edda (patch) | |
tree | 5414f4b1866fb6ac99d742f217b19f470e1ae477 /doc/misc/README.FRITZBOX_VPN_IMPORT | |
parent | a79160540c050b5eaca4ecdcee65ec2e164eae6f (diff) | |
download | kvpnc-9b99335373bb5e06cfb2cdbbff4f6d45b3d0edda.tar.gz kvpnc-9b99335373bb5e06cfb2cdbbff4f6d45b3d0edda.zip |
Drop automake build support.
Add basic build instructions.
Rework of the README, INSTALL and help page.
Remove empty folder templates and the NEWS file.
Delete the INSTALL.debian and INSTALL.gentoo files.
Create the doc/misc folder to hold lot of config
and/or readme files.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
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 ;) + + + |