From 9c3757ec84366ab3f62d232ce7ae26b2d3a09ced Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Thu, 6 Aug 2020 08:32:11 -0400 Subject: [PATCH] Fixed broken anchors in strongSwan guide --- .../README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/how-to-self-host-a-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md b/how-to-self-host-a-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md index d3b841c..c54bf5b 100644 --- a/how-to-self-host-a-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md +++ b/how-to-self-host-a-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md @@ -202,7 +202,7 @@ apt install -y iptables-persistent #### Step 16: configure iptables -Replace `eth0` (if needed) and `fdc7:da04:1ee6::/64` with first subnet of [step 14](#step-14-generate-random-ipv6-ula) (to display available interfaces, run `ip a`). +Replace `eth0` (if needed) and `fdc7:da04:1ee6::/64` with first subnet of [step 14](#step-14-install-curl-and-python-and-generate-random-ipv6-ula) (to display available interfaces, run `ip a`). ```shell iptables -A INPUT -i lo -j ACCEPT @@ -375,7 +375,7 @@ apt install -y strongswan libcharon-extra-plugins #### Step 25: configure strongSwan -Replace `fdc7:da04:1ee6::/64` with first subnet of [step 14](#step-14-generate-random-ipv6-ula) +Replace `fdc7:da04:1ee6::/64` with first subnet of [step 14](#step-14-install-curl-and-python-and-generate-random-ipv6-ula) **Backup and override `/etc/ipsec.conf`**