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 to Openswan Strongswan IPsec (Howto): Difference between revisions

m
no edit summary
mNo edit summary
 
in: myFireBrick.secrets:
CentOS.IP.Address FireBrick.IP.Address : PSK "yourpasswordhereYourSecretHere"
 
chkconfig ipsec on
 
Put the following in the FB at the other end:
<connection name="IPSec" peer-ips=CentOS.IP.Address" auth-method="Secret" secret="yoursecrethereYourSecretHere" internal-ipv4="FireBrick.LAN.IP.Address" routes="CentOS.IP.Address" log="default"/>
 
 
 
 
=strongSwan=
 
file: /etc/ipsec.conf
 
conn myFireBrick
authby=secret
auto=start
left=strongSwan.IP
leftid=strongSwan.IP
leftsubnet=strongSwan.IP
right=FireBrick.IP
rightid=FireBrick.IP
rightsubnet=SUBNET.ON.FireBrick.LAN
lifetime=2m
 
file: /etc/ipsec.secrets
 
strongSwan.IP FireBrick.IP : PSK "YourSecretHere"
 
 
autoreview, Bureaucrats, editor, Interface administrators, reviewer, Administrators
12,264

edits