diff options
| author | Qiantan Hong <qhong@alum.mit.edu> | 2024-11-29 10:47:19 +0000 |
|---|---|---|
| committer | Qiantan Hong <qhong@alum.mit.edu> | 2024-11-29 10:47:19 +0000 |
| commit | d9ea57d41db2aa25773bfdd1c12ee8b51b92e61f (patch) | |
| tree | d80d4a8fe6a660bf0f256e36b484bd962dcb4020 | |
| parent | a25188da610a970f3e267014289457c7da2de2b8 (diff) | |
| parent | cc1e1da4a0b1da0e2379944b8eca18f8fd76a284 (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.org | 19 |
1 files changed, 3 insertions, 16 deletions
@@ -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 |
