wangyu- / tinyfecVPN

A VPN Designed for Lossy Links, with Build-in Forward Error Correction(FEC) Support. Improves your Network Quality on a High-latency Lossy Link.
MIT License
2.31k stars 459 forks source link

不支持多客户端连接 #5

Closed renothing closed 6 years ago

renothing commented 6 years ago

1:貌似subnet不支持正常的cdir写法? 2:无法多个client同时链接。后期是否打算支持一堆多,多对多的模式?p2p组建虚拟网,类似fcn和peervpn那样的。可以组建lan over nat.前提是现在的tun换成tap。支持arp广播。 用在多服务器间互通隧道很好用。只需一个节点有公网ip足以

wangyu- commented 6 years ago

1:貌似subnet不支持正常的cdir写法?

目前一个server只支持一个client,也就是子网里只能有2台主机,支持10.22.22.0/24、10.22.22.0/28这种写法也没什么用了。现在写法为了简单,就规定为xxx.xxx.xxx.0这种方式了。

2:无法多个client同时链接。后期是否打算支持一堆多,多对多的模式?p2p组建虚拟网,类似fcn和peervpn那样的。可以组建lan over nat.前提是现在的tun换成tap。支持arp广播。 用在多服务器间互通隧道很好用。只需一个节点有公网ip足以

暂时没有计划。如果需要复杂的功能,还是用UDPspeeder + OpenVPN这种方式吧。