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!

IPsec OpenBSD: Difference between revisions

m
fix lang
m (fix lang)
 
(7 intermediate revisions by 3 users not shown)
<indicator name="Tunnels">[[File:Menu-IPsec.svg|link=:Category:FireBrick_IPsecFireBrick IPsec|30px|Back up to the FireBrick IPsec Tunnels Category Page]]</indicator>
 
== Overview and requirements ==
* 198.51.100.0/24 LAN of machines behind FireBrick
* 203.0.113.0/24 LAN of machines behind OpenBSD
 
 
== FireBrick configuration ==
 
<SyntaxHighlight lang="xml">
<code>
<ipsec-ike allow="192.0.2.2">
<connection name="openbsdtest" local-ip="192.0.2.1" peer-ips="192.0.2.2" graph="openbsd ipsec"
peer-ID="192.0.2.2" auth-method="Secret" secret="your PSK here"/>
</ipsec-ike>
</SyntaxHighlight>
</code>
 
== OpenBSD configuration ==
 
/etc/iked.conf :
[[Category:FireBrick_IPsec|OpenBSD]]
 
<SyntaxHighlight lang="aconf">
ikev2 "tofirebrick" active \
esp \
from 203.0.113.0/24 to 198.51.100.0/24 \
local 192.0.2.2 peer 192.0.2.1 \
ikesa group modp2048 \
srcid 192.0.2.2 dstid 192.0.2.1 \
psk "your PSK here"
</SyntaxHighlight>
 
[[Category:FireBrick_IPsecFireBrick IPsec|OpenBSD]]
editor
698

edits