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

→‎strongSwan Config: more syntaxhighlight
(→‎Install Packages: Formatting)
(→‎strongSwan Config: more syntaxhighlight)
Add your connection to /etc/ipsec.conf:
 
<syntaxhighlight lang="bashini">
conn firebrick # Arbitrary name - doesn't have to be 'firebrick'
left=%defaultroute # Use your default route to the internet
 
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
</syntaxhighlight>
 
Reload settings:
editor
698

edits