Linux CLI VPN zu einer FritzBox

Aus Laub-Home Wiki
  1. vpnc installieren
    apt-get install vpnc
    
  2. config Datei /etc/vpnc/fritzbox.conf anlegen
    IPSec gateway <hostname>
    IPSec ID <vpn-user>
    IPSec secret <vpn-secret>
    IKE Authmode psk
    Xauth username <vpn-user>
    Xauth password <vpn-password>
    local port 0
    DPD idle timeout (our side) 0
    
  3. Verwendung
    vpnc fritzbox.conf
    vpnc-disconnect
    


Quelle: http://www.kuemmel.wtf/?p=363