next up previous contents
Nächste Seite: Starten des Tunnels Aufwärts: Konfiguration eines FreeS/WAN Clients Vorherige Seite: Konfiguration eines FreeS/WAN Clients   Inhalt

Die Konfigurationsdatei /etc/ipsec.conf (Client)

Analog zu Punkt .
Beispiel einer ipsec.conf (Client)
config setup
        interfaces=%defaultroute
        klipsdebug=none
        plutodebug=none
        plutoload=%search
        plutostart=%search

conn %default
        keyingtries=1
        authby=rsasig

conn sample-conn
        left=xxx.xxx.xxx.xxx
        leftsubnet=xxx.xxx.xxx.xxx/xx
        leftid=...
        leftrsasigkey=0x...
        right=%defaultroute
        rightsubnet=xxx.xxx.xxx.xxx/xx
        rightid=...
        rightrsasigkey=0x...
        auto=add
Beschreibung siehe Punkt [*].



Torsten Höfler <htor@informatik.tu-chemnitz.de>