aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2021-12-13 14:40:41 -0500
committerRyan Kavanagh <rak@rak.ac>2021-12-13 14:40:41 -0500
commitc9ed98434c8bf64ac207d9e42fb74c9b1b5c7eee (patch)
treefda948c9de5dc0721acf9ba1ccc97e756054a791 /etc
parent/etc/hosts template (diff)
/etc/iked.conf template
Diffstat (limited to 'etc')
-rw-r--r--etc/iked.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/iked.conf b/etc/iked.conf
new file mode 100644
index 0000000..05e05ea
--- /dev/null
+++ b/etc/iked.conf
@@ -0,0 +1,15 @@
+ikev2 'hades' active esp \
+ from dynamic to 10.0.1.0/24 \
+ peer hades.rak.ac \
+ srcid '/CN=asteria.rak.ac' \
+ dstid '/CN=hades.rak.ac' \
+ request address 10.0.1.103 \
+ iface dummy0
+
+ikev2 'eos' active esp \
+ from dynamic to 10.0.3.0/24 \
+ peer eos.rak.ac \
+ srcid '/CN=asteria.rak.ac' \
+ dstid '/CN=eos.rak.ac' \
+ request address 10.0.3.103 \
+ iface dummy0