Skip to content

Commit

Permalink
Merge branch 'patch-5' of git://github.com/kylerchin/cjdns into crashey
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdelisle committed Aug 6, 2019
2 parents 2dfc2a5 + e229aba commit 45cdd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tunnel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45cdd8b

Please sign in to comment.