From 65c81612ca711dda4cc7bbe09b268832c5137562 Mon Sep 17 00:00:00 2001 From: emanuele-f Date: Fri, 21 Jun 2019 01:42:57 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09954a9..cea427a 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ $ sudo ip route add supernode.ntop.org via 192.168.1.1 # Forward all the internet traffic via host1 $ sudo ip route del default -$ sudo ip route add default 192.168.100.1 +$ sudo ip route add default via 192.168.100.1 ``` This process can be greatly simplified by using the [n2n_gateway.sh](https://github.com/ntop/n2n/blob/dev/doc/n2n_gateway.sh) script.