lab            mypc      server
7000    ->  5900
1080    ->  10800
            10800 -> internet
            15900 -> 5900
            22 -> github:22
            
rinitd runs at lab pc
1081 -> 1080
17000 -> 7000
            
test

pcx --VNC-> lab:17000 to connect mypc                     ok

pcx: VNC connect lab:17000                            VNC client protocal
 lab: rinitd redirect 17000 to 7000                    rinitd tunnel
 lab: 7000 redirect via ssh tunnel to mypc:5900     ssh tunnel
 mypc: 5900 is VNC server                            VNC server  protocal
 
lab --firefox (using socks 1080) to access internet        ok
 lab: firefox connect to lab:1080                    socks client protocal
 lab: 1080 redirect via ssh tunnel to mypc:10800    ssh tunnel
 mypc: 10800 is socks server                        socks server protocal
      putty decode socks request and redirect data to myhome via ssh tunnel
 
lab --firefox (using socks 10800) to access internet        fail
  lab: firefox connect to lab:10800                    socks client protocal
  lab: 10800 is redirected to lab:1080 via rinetd    rinitd tunnel
 lab: 1080 redirect via ssh tunnel to mypc:10800    ssh tunnel
 mypc: 10800 is socks server                        socks server protocal
      putty decode socks request and redirect data to myhome via ssh tunnel

最新文章

  1. CentOS7 运行级别
  2. 移动端页面调试工具——UC浏览器开发者版
  3. MyBatis动态SQL语法
  4. Spark-Java版本WordCount示例
  5. Java Se 基础系列(笔记) -- Exception && Array
  6. Servlet 浅谈(一)
  7. C语言第三次博客作业
  8. 查询最新记录的sql语句效率对比
  9. QT获取窗口句柄
  10. 20145232 《Java程序设计》课程总结
  11. Tomcat权威指南-读书摘要系列7
  12. 这两天使用JSP开发程序,记录一些基本方法
  13. 《网络安全编程基础》之Socket编程
  14. 关于C#的强制转换和尝试转换的方法
  15. 详解 Python3 正则表达式(三)
  16. 阿里云vsftp安装和简单的配置
  17. Android内存优化13 内存泄漏常见情况4 资源泄漏
  18. android自定义view系列:认识activity结构
  19. MongoDB部署指南
  20. 利用js生成二维码

热门文章

  1. 判断回文字符串(c,python)
  2. 使用kubernetes的deployment进行RollingUpdate
  3. POJ 3259 Bellman_Ford算法
  4. HeadFirstJava
  5. 玩转X-CTR100 l STM32F4 l PS2无线手柄-4WD智能小车
  6. java发生邮件(转)
  7. SharePoint Infopath表单服务-PowerShell
  8. java.io.FileNotFoundException: antlr-2.7.7.jar (系统找不到指定的路径。)[待解决]
  9. tomcat部署和启动2
  10. Adaboost算法流程及示例