summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Retiolum.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Retiolum.md b/Retiolum.md
index 9fcc3f5..7fe5746 100644
--- a/Retiolum.md
+++ b/Retiolum.md
@@ -21,7 +21,7 @@
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 lretiolum -j ACCEPT
+ iptables -A FORWARD -o retiolum -j ACCEPT
iptables -t nat -A POSTROUTING -o retiolum -j MASQUERADE
echo 1 > /proc/sys/net/ipv4/ip_forward