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 457 forks source link

maybe you need to compile an un-restricted server? #63

Open syadnom opened 5 years ago

syadnom commented 5 years ago

I'm trying to route over a tinyfecvpn tunnel but I'm getting the following.

2018-08-23 22:12:12][WARN][restriction]packet's dest ip [10.0.0.5] not in subnet [10.1.0.0],dropped, maybe you need to compile an un-restricted server

Is there a switch I can flip to allow routing? I'd rather not run a tunnel over the top of this....

wangyu- commented 5 years ago

Read readme.md please.

As a VPN software may contradict with local regulations, I had to introduce an intended restriction in the pre-released binaries: you can only use tinyfecVPN to access your own server.

You can easily get rid of this restriction by compiling the source code by yourself (take a look at the makefile). This restriction exits only at server side, only the server side binary needs to be compiled by yourself.

metaclips commented 5 years ago

Hello tried to to build with recursive git download but still having problem with things any recommended step please