Network/Pixie.md
... ...
@@ -115,8 +115,8 @@ Certbot is now installed as a package.
115 115
3. Enable 80 port forward on router to pixie3
116 116
117 117
```
118
- uci show firewall.@redirect[4].name # confirm the key
119
- uci set firewall.@redirect[4].enabled=1
118
+ uci show firewall.@redirect[1].name # confirm the key
119
+ uci set firewall.@redirect[1].enabled=1
120 120
uci changes
121 121
uci commit firewall
122 122
reload_config
... ...
@@ -126,8 +126,8 @@ Certbot is now installed as a package.
126 126
5. Check cert `openssl x509 -text -in /etc/letsencrypt/live/ha.home.whalebarn.com/cert.pem`
127 127
6. Disallow iptables 80 and disable 80 port forward
128 128
```
129
- uci show firewall.@redirect[4].name # confirm the key
130
- uci set firewall.@redirect[4].enabled=0
129
+ uci show firewall.@redirect[1].name # confirm the key
130
+ uci set firewall.@redirect[1].enabled=0
131 131
uci changes
132 132
uci commit firewall
133 133
reload_config