summaryrefslogtreecommitdiff
path: root/simple-client.txt
diff options
context:
space:
mode:
Diffstat (limited to 'simple-client.txt')
-rw-r--r--simple-client.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/simple-client.txt b/simple-client.txt
new file mode 100644
index 0000000..47aa843
--- /dev/null
+++ b/simple-client.txt
@@ -0,0 +1,21 @@
+# Get the scripts:
+
+wget -O rapid-tunneling 'http://rapid-tunneling.git.sourceforge.net/git/gitweb.cgi?p=rapid-tunneling;a=blob_plain;f=rapid-tunneling;hb=HEAD'
+wget -O rapid-tunneling-status 'http://rapid-tunneling.git.sourceforge.net/git/gitweb.cgi?p=rapid-tunneling;a=blob_plain;f=rapid-tunneling-status;hb=HEAD'
+chmod +x rapid-tunneling rapid-tunneling-status
+
+# You also need 'start-stop-daemon' . On Debian/Ubuntu you this comes
+# installed. On other systems you may find it as an applet of busybox, so
+# try installing the package busybox.
+
+# create a tunnel, using tunnel-foo.tar.gz provided to you:
+./rapid-tunneling tunnel-foo.tar.gz
+
+# At thi point the remote party can log into your account.
+
+# Check the status of a tunnel:
+./rapid-tunneling-status
+
+# Terminate a tunnel:
+./rapid-tunneling-status -s
+