Freebsd strongswan: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=Install= *pkg install strongswan =Check= *ipsec restart Stopping strongSwan IPsec... Starting strongSwan 5.6.0 IPsec [starter]... no netkey IPsec stack det…“)
 
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
=Install=
 
=Install=
 
*pkg install strongswan
 
*pkg install strongswan
 +
=Enable=
 +
*sysrc  strongswan_enable=YES
 +
 
=Check=
 
=Check=
 
*ipsec restart
 
*ipsec restart
Zeile 17: Zeile 20:
 
*/usr/local/etc
 
*/usr/local/etc
 
=Example to another strongswan=
 
=Example to another strongswan=
 +
*[[strongswan zu strongswan]]
 +
=Links=
 +
*https://wiki.strongswan.org/projects/strongswan/wiki/FreeBSD

Aktuelle Version vom 1. November 2017, 09:57 Uhr

Install

  • pkg install strongswan

Enable

  • sysrc strongswan_enable=YES

Check

  • ipsec restart
Stopping strongSwan IPsec...
Starting strongSwan 5.6.0 IPsec [starter]...
no netkey IPsec stack detected
no KLIPS IPsec stack detected
no known IPsec stack detected, ignoring!

This message should not bother you

  • sockstat -4 | grep 500
root     charon     4110  13 udp4   *:500                 *:*
root     charon     4110  14 udp4   *:4500                *:*

Config

  • /usr/local/etc

Example to another strongswan

Links