diff --git a/n2n/README.md b/n2n/README.md index 30c1665..4f08922 100644 --- a/n2n/README.md +++ b/n2n/README.md @@ -42,6 +42,7 @@ $ ping 192.168.200.1 ```bash $ docker-compose up -d edge $ sysctl -w net.ipv4.ip_forward=1 +$ iptables -t filter -A FORWARD -j ACCEPT $ iptables -t nat -A POSTROUTING -o n2n0 -j MASQUERADE ``` @@ -53,4 +54,6 @@ $ ping 192.168.100.1 $ nmap -sP 192.168.100.0/24 ``` +> Static routes can be added on your home router. + [1]: https://www.ntop.org/products/n2n/