Skip to content

Commit f8439e9

Browse files
authored
Update README.md
updated `mkdir` folder creation and `chmod` commands to be more explicit
1 parent 43ffd1e commit f8439e9

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ This is my port forward rule for allowing HE to ping my UDMP from the internet (
1313
# Setting up the files
1414

1515
* 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/`
16-
* (both of these files should be executable with `chmod +x {filename}`
17-
* Add a folder, `/mnt/data/cronjobs/` and put the file [update_ipv6_chains](mnt/data/cronjobs/update_ipv6_chains) in that folder.
18-
* 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.
19-
* (both of these files also should be made executable with `chmod +x {filename}`
16+
* Make both of those files executable:
17+
* `chmod +x /mnt/data/on_boot.d/41-enable-he-ipv6.sh`
18+
* `chmod +x /mnt/data/on_boot.d/99-add-cronjobs.sh`
19+
* Create a folder, `mkdir /mnt/data/cronjobs/` and put the file [update_ipv6_chains](mnt/data/cronjobs/update_ipv6_chains) in that folder.
20+
* 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.
21+
* Make both of those files executable:
22+
* `chmod +x /mnt/data/ipv6/enable-he-ipv6.sh`
23+
* `chmod +x /mnt/data/ipv6/configure-he-ipv6-chains.sh`
2024
* 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
2125
* those values can be found on tunnelbroker.net in your **tunnel details** page
2226

0 commit comments

Comments
 (0)