IPsec OpenBSD: Difference between revisions
Appearance
Content deleted Content added
clean up |
fix syntax |
||
| Line 12: | Line 12: | ||
* 198.51.100.0/24 LAN of machines behind FireBrick |
* 198.51.100.0/24 LAN of machines behind FireBrick |
||
* 203.0.113.0/24 LAN of machines behind OpenBSD |
* 203.0.113.0/24 LAN of machines behind OpenBSD |
||
== FireBrick configuration == |
== FireBrick configuration == |
||
<SyntaxHighlight> |
<SyntaxHighlight lang="xml"> |
||
<ipsec-ike allow="192.0.2.2"> |
<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" |
<connection name="openbsdtest" local-ip="192.0.2.1" peer-ips="192.0.2.2" graph="openbsd ipsec" |
||
| Line 28: | Line 27: | ||
/etc/iked.conf : |
/etc/iked.conf : |
||
<SyntaxHighlight> |
<SyntaxHighlight lang="conf"> |
||
ikev2 "tofirebrick" active \ |
ikev2 "tofirebrick" active \ |
||
esp \ |
esp \ |
||