summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQiantan Hong <qhong@alum.mit.edu>2024-11-29 10:47:19 +0000
committerQiantan Hong <qhong@alum.mit.edu>2024-11-29 10:47:19 +0000
commitd9ea57d41db2aa25773bfdd1c12ee8b51b92e61f (patch)
treed80d4a8fe6a660bf0f256e36b484bd962dcb4020
parenta25188da610a970f3e267014289457c7da2de2b8 (diff)
parentcc1e1da4a0b1da0e2379944b8eca18f8fd76a284 (diff)
Merge branch 'no_miredo' into 'master'externals/crdt
doc: remove teredo/miredo, linnk to awesome-tunneling See merge request qhong/crdt.el!7
-rw-r--r--README.org19
1 files changed, 3 insertions, 16 deletions
diff --git a/README.org b/README.org
index 8a7ce2b..b32a34c 100644
--- a/README.org
+++ b/README.org
@@ -139,31 +139,18 @@ There're various workaround.
time to establish a connection (sometimes up to half a minute),
however it gets much faster after the connection is established.
-- You can use Teredo to get a public routable IPv6 address. One free
- software implementation is Miredo. Get it from your favorite package
- manager or from [[https://www.remlab.net/miredo/][their website]].
- A typical usage is (run as root)
- #+BEGIN_SRC
-# /usr/local/sbin/miredo
-# ifconfig teredo
- #+END_SRC
- The =ifconfig= command should print the information of your IPv6
- address. Now your traffic go through IPv6, and once you start a
- =crdt.el= session, your friends should be able to join using the
- IPv6 address. For more information, see the user guide on the
- Miredo website.
- You can use SSH port forwarding if you have a VPS with public IP.
Example usage:
- #+BEGIN_SRC
+ #+BEGIN_SRC
$ ssh -R EXAMPLE.COM:6530:127.0.0.1:6530 EXAMPLE.COM
#+END_SRC
This make your =crdt.el= session on local port =6530= accessible
from =EXAMPLE.COM:6530=.
-
+
Note that you need to set the following =/etc/ssh/sshd_config=
option on your VPS
- #+BEGIN_SRC
+ #+BEGIN_SRC
GatewayPorts yes
#+END_SRC