This commit is contained in:
emanuele-f 2019-06-21 01:42:57 +02:00
parent f88db76e10
commit 65c81612ca

View File

@ -74,7 +74,7 @@ $ sudo ip route add supernode.ntop.org via 192.168.1.1
# Forward all the internet traffic via host1 # Forward all the internet traffic via host1
$ sudo ip route del default $ 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. This process can be greatly simplified by using the [n2n_gateway.sh](https://github.com/ntop/n2n/blob/dev/doc/n2n_gateway.sh) script.