From e229abaeb0edee583d7790e249c1b9a6b456704a Mon Sep 17 00:00:00 2001 From: Kyler Chin <7539174+kylerchin@users.noreply.github.com> Date: Mon, 24 Jun 2019 18:18:24 -0700 Subject: [PATCH] Bad command change inet error Via to DEV --- doc/tunnel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tunnel.md b/doc/tunnel.md index 7250f8fbc..9faa34968 100644 --- a/doc/tunnel.md +++ b/doc/tunnel.md @@ -140,7 +140,7 @@ address like `ipv6.google.com` too if you're expecting internet traffic to be ro For IPv4, you probably want to set up routing on the client side as well (assuming the cjdns interface in `tun0`: - ip route add 10.0.0.0/24 via tun0 + ip route add 10.0.0.0/24 dev tun0 ip route add default via 10.0.0.1 Now if all went well your job is done, but if the connection isn't working yet you should continue on to