FireBrick Road Warrior strongSwan Network Manager: Difference between revisions
(Created page with "<indicator name="RoadW">link=:Category:FireBrick IPsec Road Warrior|30px|Back up to the FireBrick Road Warrior Category Page</indicator> '''Fir...") |
mNo edit summary |
||
Line 9: | Line 9: | ||
==Install Packages== |
===Install Packages=== |
||
dnf install NetworkManager-strongswan NetworkManager-strongswan-gnome -y |
dnf install NetworkManager-strongswan NetworkManager-strongswan-gnome -y |
||
Line 20: | Line 20: | ||
##sudo cp /home/user/brick-ca-cert.crt /etc/ssl/certs/ |
##sudo cp /home/user/brick-ca-cert.crt /etc/ssl/certs/ |
||
==Set Up VPN== |
===Set Up VPN=== |
||
#Open up “Settings” and then select “Network” : |
#Open up “Settings” and then select “Network” : |
||
#Click the + button to create a new VPN: |
#Click the + button to create a new VPN: |
Revision as of 14:42, 31 Ocak 2019
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]]