summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Retiolum FAQ.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Retiolum FAQ.md b/Retiolum FAQ.md
index b629940..5ce329e 100644
--- a/Retiolum FAQ.md
+++ b/Retiolum FAQ.md
@@ -4,8 +4,8 @@
On that host open the firewall and enable forwarding (example for IPv4, but IPv6 works similarly):
iptables -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT
- iptables -A FORWARD -o tinc.alretiolum -j ACCEPT
- iptables -t nat -A POSTROUTING -o tinc.retiolum -j MASQUERADE
+ iptables -A FORWARD -o lretiolum -j ACCEPT
+ iptables -t nat -A POSTROUTING -o retiolum -j MASQUERADE
echo 1 > /proc/sys/net/ipv4/ip_forward
Then other hosts in the LAN can use `$ROUTERIP` to access retiolum by adding a route like this: