Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

FireBrick Road Warrior strongSwan: Difference between revisions

Content deleted Content added
Reedy (talk | contribs)
Install Packages: Formatting
Reedy (talk | contribs)
strongSwan Config: more syntaxhighlight
Line 28: Line 28:
Add your connection to /etc/ipsec.conf:
Add your connection to /etc/ipsec.conf:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="ini">
conn firebrick # Arbitrary name - doesn't have to be 'firebrick'
conn firebrick # Arbitrary name - doesn't have to be 'firebrick'
left=%defaultroute # Use your default route to the internet
left=%defaultroute # Use your default route to the internet
Line 43: Line 43:


If the FireBrick is configured to give an IPv6 address in the Roaming pool, then tell strongSwan to request IPv6 too:
If the FireBrick is configured to give an IPv6 address in the Roaming pool, then tell strongSwan to request IPv6 too:
<syntaxhighlight lang="ini">
leftsourceip=%config4,%config6
leftsourceip=%config4,%config6
</syntaxhighlight>


Reload settings:
Reload settings: