操作系统dispatch-proxy. Manjaro GNU/Linux + NodeJS +NodeJS
我有来自两个不同的互联网服务提供商的两个互联网连接,我想把这两个互联网服务提供商之间的流量耦合起来。
eth0 .192.168.1.123连接到路由器-1 (ISP-1) ~256 K速度。
wlan0 . 192.168.1.124连接到路由器-2 (ISP-2) ~256 K速度。
$ pacman -S nodejs
$ npm install -g dispatch-proxy
$ dispatch start SOCKS server started on localhost:1080 Dispatching to addresses 192.168.1.123@1, 192.168.1.124@1
用两个wget连接进行测试,通过http和SOCKS5代理下载4个连接和传输,但速度不能超过256 K!
我想我不能同时使用两个不同的网络接口,而网络监视器看到我只是从eth0下载活动。
在这里,调度-代理wiki https://github.com/Morhaus/dispatch-proxy#dispatch-proxy
谢谢你的帮忙!
https://stackoverflow.com/questions/29958582
复制相似问题