FireBrick Road Warrior strongSwan: Difference between revisions
Appearance
	
	
Content deleted Content added
 →Install Packages:  Formatting  | 
				 →strongSwan Config:  more syntaxhighlight  | 
				||
| Line 28: | Line 28: | ||
Add your connection to /etc/ipsec.conf:  | 
  Add your connection to /etc/ipsec.conf:  | 
||
<syntaxhighlight lang="  | 
  <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:  | 
||