Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu- committed Aug 8, 2017
2 parents ce2e6a0 + 59af4a0 commit 91a015b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Udp2raw-tunnel
![image2](images/image2.PNG)
![image0](images/image0.PNG)

An Encrpyted,Anti-Replay,Multiplexed Udp Tunnel,tunnels udp traffic through raw socket

Expand Down
8 changes: 7 additions & 1 deletion doc/kcptun_step_by_step.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,21 @@ server端也会有类似输出,显示server_ready:
![image](kcptun_step_by_step/Capture3.PNG)

3.在远程服务器运行 kcp server


```
./server_linux_amd64 -t "127.0.0.1:22" -l ":4000" -mode fast2 -mtu 1300
```
-mtu 1300很重要,或者设置成更小。
![image](kcptun_step_by_step/Capture6.PNG)

4.在本地运行


```
./client_linux_amd64 -r "45.66.77.88:4000" -l ":3322" -mode fast2 -mtu 1300
./client_linux_amd64 -r "127.0.0.1:4000" -l ":3322" -mode fast2 -mtu 1300
```
-mtu 1300很重要,或者设置成更小。
![image](kcptun_step_by_step/Capture7.PNG)

5.所有准备工作已经做好,在本地运行
Expand Down
Binary file added images/image0.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 91a015b

Please sign in to comment.