摘要: 需求: 内网一台超级计算机,无公网ip,外网一台普通机器,有公网ip,将外网请求转发到内网机器 实现:socat 安装: 公网机器: 内网机器: 例如: socat -d -d -d -v tcp:外网ip:8080,forever,intervall=10,fork tcp:localhost:9 阅读全文
posted @ 2017-03-13 05:49 woxiaohaha 阅读(4581) 评论(2) 推荐(0)