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.28k stars 456 forks source link

help to run udp2raw+tinyfecvpn ?? #96

Open isslam95 opened 3 years ago

isslam95 commented 3 years ago

hello,

i tried to run udp2raw on server side by this command udp2raw -s -a -l0.0.0.0:8855 -r127.0.0.1:5000 (tinyvpn port) --raw-mode faketcp and tinyfecvpn by this command tinyvpn -s -l0.0.0.0:5000 --sub-net 10.0.0.0 --tun-dev 100

and at client side udp2raw -c -a -r serverpublic ip:8855 -l127.0.0.1:3333 --raw-mode faketcp and tinfecvpn tinyvpn -c -r127.0.0.1:3333 --sub-net 10.0.0.0 --tun-dev 100

the udp2raw tunnels are connected but tinyfecvpn aren't connected

do i need setup iptables ???