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

Content deleted Content added
AA-Paul (talk | contribs)
AA-Paul (talk | contribs)
No edit summary
Line 25: Line 25:


== OpenBSD configuration ==
== OpenBSD configuration ==

/etc/iked.conf :
<code>
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"
</code>


[[Category:FireBrick_IPsec|OpenBSD]]
[[Category:FireBrick_IPsec|OpenBSD]]