From f8439e9085a81c4b7680f5ebc45e823f46287271 Mon Sep 17 00:00:00 2001 From: Jason Hobbs Date: Fri, 20 May 2022 16:03:34 -0500 Subject: [PATCH] Update README.md updated `mkdir` folder creation and `chmod` commands to be more explicit --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a0feff8..2430668 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,14 @@ This is my port forward rule for allowing HE to ping my UDMP from the internet ( # Setting up the files * Add the two files [41-enable-he-ipv6.sh](mnt/data/on_boot.d/41-enable-he-ipv6.sh) and [99-add-cronjobs.sh](mnt/data/on_boot.d/99-add-cronjobs.sh) to `/mnt/data/on_boot.d/` - * (both of these files should be executable with `chmod +x {filename}` -* Add a folder, `/mnt/data/cronjobs/` and put the file [update_ipv6_chains](mnt/data/cronjobs/update_ipv6_chains) in that folder. -* Add a folder, `/mnt/data/ipv6/` and drop both files [enable-he-ipv6.sh](/mnt/data/ipv6/enable-he-ipv6.sh) and [configure-he-ipv6-chains.sh](/mnt/data/ipv6/configure-he-ipv6-chains.sh) in that folder. - * (both of these files also should be made executable with `chmod +x {filename}` +* Make both of those files executable: + * `chmod +x /mnt/data/on_boot.d/41-enable-he-ipv6.sh` + * `chmod +x /mnt/data/on_boot.d/99-add-cronjobs.sh` +* Create a folder, `mkdir /mnt/data/cronjobs/` and put the file [update_ipv6_chains](mnt/data/cronjobs/update_ipv6_chains) in that folder. +* Create a folder, `mkdir /mnt/data/ipv6/` and drop both files [enable-he-ipv6.sh](/mnt/data/ipv6/enable-he-ipv6.sh) and [configure-he-ipv6-chains.sh](/mnt/data/ipv6/configure-he-ipv6-chains.sh) in that folder. +* Make both of those files executable: + * `chmod +x /mnt/data/ipv6/enable-he-ipv6.sh` + * `chmod +x /mnt/data/ipv6/configure-he-ipv6-chains.sh` * Edit the file [/mnt/data/ipv6/enable-he-ipv6.sh](/mnt/data/ipv6/enable-he-ipv6.sh) and change the two properties `REMOTE_ENDPOINT` and `LOCAL_IPV6` to match the values from `Server IPv4 Address` and `Client IPv6 Address` respectively * those values can be found on tunnelbroker.net in your **tunnel details** page