Strongswan Installation: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 8: Zeile 8:
 
;suse
 
;suse
 
*zypper install strongswan
 
*zypper install strongswan
 +
=In der Laborumgebung anpassen=
 +
*/etc/strongswan.conf
 +
charon {
 +
        install_routes = no
 +
        ...
 +
}

Version vom 10. September 2023, 11:20 Uhr

installation

debian
  • apt install strongswan
redhat
  • dnf install strongswan
arch
  • pacman -S strongswan
suse
  • zypper install strongswan

In der Laborumgebung anpassen

  • /etc/strongswan.conf
charon {
       install_routes = no
       ...
}