Fixed broken anchors in strongSwan guide

This commit is contained in:
Sun Knudsen 2020-08-06 08:32:11 -04:00
parent 3e7151a5ba
commit 9c3757ec84
No known key found for this signature in database
GPG Key ID: 1FA767862BBD1305

View File

@ -202,7 +202,7 @@ apt install -y iptables-persistent
#### Step 16: configure iptables #### 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 ```shell
iptables -A INPUT -i lo -j ACCEPT iptables -A INPUT -i lo -j ACCEPT
@ -375,7 +375,7 @@ apt install -y strongswan libcharon-extra-plugins
#### Step 25: configure strongSwan #### 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`** **Backup and override `/etc/ipsec.conf`**