FireBrick Road Warrior strongSwan Network Manager
FireBrick acting as the ipsec 'server', and configuring a strongSwan client on Fedora using Network Manager.
This example uses strongSwan on Debian, but the config would suit other flavours once you've installed the package(s).
- Also see: FireBrick_Road_Warrior_strongSwan (setting up via non-network manager
- Also see: FireBrick to Openswan Strongswan IPsec (Howto)
Install Packages
dnf install NetworkManager-strongswan NetworkManager-strongswan-gnome -y
Certificate Installation
- Go to your VPN end point FireBrick and log in.
- Download the certificate from the Firebrick in “DER” format.
- Copy or move the cert to /etc/ssl/certs/ :
- sudo cp /home/user/brick-ca-cert.crt /etc/ssl/certs/
Set Up VPN
- Open up “Settings” and then select “Network” :
- Click the + button to create a new VPN:
- Select “Ipsec/IKEv2 (strongswan)”
- Enter the name of VPN connection
- Enter the address of the Firebrick the VPN is going to connect to.
- Select “EAP” Authentication
- Click the icon and select password option you wish and enter password if needed.
- Select required “Options”.
- Click Add in the top right
You should now be ready to connect, either click the VPN on in settings or from the network icon in the top right of your screen.
If you require split tunnelling then please select the IPv4 and IPv6 tabs and tick the box for “Use this connection only for resources on its network”
[Category:FireBrick IPsec Road Warrior|Network Manager]]