summaryrefslogtreecommitdiffstats
path: root/doc/misc/openvpn.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-02-23 15:44:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-02-23 15:44:34 +0900
commit9d464f05b3c86f0466173ab2e1c7bbaf37c2a430 (patch)
treedb1295a59d7ba04cb97eb0a4a803f386e24086ad /doc/misc/openvpn.txt
parent77cd84aae90b8d04f56dfb5b738a58900cd4c0cc (diff)
downloadkvpnc-9d464f05b3c86f0466173ab2e1c7bbaf37c2a430.tar.gz
kvpnc-9d464f05b3c86f0466173ab2e1c7bbaf37c2a430.zip
Removed old unnecessary/outdated files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c1b7421477cc37dedf44a00e2272b06e407862a5)
Diffstat (limited to 'doc/misc/openvpn.txt')
-rw-r--r--doc/misc/openvpn.txt29
1 files changed, 0 insertions, 29 deletions
diff --git a/doc/misc/openvpn.txt b/doc/misc/openvpn.txt
deleted file mode 100644
index 17e6c5e..0000000
--- a/doc/misc/openvpn.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-prerequisites:
- - openssl
-
-
-- port 5000 udp
-
-
-server:
-netsprinter:~ # openvpn --port 5000 --dev tun0 --ifconfig 10.0.0.1 10.0.0.2 --secret geheimer.key
-Sun Jan 23 17:32:14 2005 0[0]: OpenVPN 1.6_rc4 i686-pc-linux-gnu [SSL] [LZO] [PTHREAD] built on Dec 3 2004
-Sun Jan 23 17:32:14 2005 1[0]: TUN/TAP device tun0 opened
-Sun Jan 23 17:32:14 2005 2[0]: /sbin/ifconfig tun0 10.0.0.1 pointopoint 10.0.0.2 mtu 1256
-Sun Jan 23 17:32:14 2005 3[0]: PTHREAD support initialized
-Sun Jan 23 17:32:14 2005 4[0]: UDPv4 link local (bound): [undef]:5000
-Sun Jan 23 17:32:14 2005 5[0]: UDPv4 link remote: [undef]
-Sun Jan 23 17:32:59 2005 6[0]: Peer Connection Initiated with 192.168.1.37:5000
-Sun Jan 23 17:35:57 2005 7[0]: select : Interrupted system call (code=4)
-Sun Jan 23 17:35:57 2005 8[0]: SIGINT received, exiting
-
-
-client:
-crissi:/home/crissi# openvpn --dev tun0 --port 5000 --remote 192.168.1.36 --ifconfig 10.0.0.2 10.0.0.1 --secret ./geheimer.key
-Sun Jan 23 17:45:47 2005 OpenVPN 2.0_rc6 i386-pc-linux [SSL] [LZO] [EPOLL] built on Jan 5 2005
-Sun Jan 23 17:45:47 2005 TUN/TAP device tun0 opened
-Sun Jan 23 17:45:47 2005 /sbin/ifconfig tun0 10.0.0.2 pointopoint 10.0.0.1 mtu 1500
-Sun Jan 23 17:45:47 2005 UDPv4 link local (bound): [undef]:5000
-Sun Jan 23 17:45:47 2005 UDPv4 link remote: 192.168.1.36:5000
-Sun Jan 23 17:45:57 2005 Peer Connection Initiated with 192.168.1.36:5000
-Sun Jan 23 17:45:58 2005 Initialization Sequence Completed