TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Freelan - an open-source, multi-platform, peer-to-peer VPN software

157 点作者 bowyakka超过 11 年前

9 条评论

kika超过 11 年前
btw, anyone interested in something like this? I have an extensive codebase after trying to build a business around p2p vpn&#x2F;filesync software. The business didn&#x27;t go too well (various reasons) but the code is very high quality and still lying around collecting digital dust. We had (we think we had :-)) the best NAT traversal algorithms at that time. Multiplatform - Linux, Win, Mac. Written mostly in very readable old school die hard ANSI C :-)<p>In the wake of the recent NSA-related news I thought that this stuff may find a new use. If you have an idea and would like to devote some time and effort - you&#x27;re welcome (I guess my contact info is visible in the profile).<p>I have no issues opensourcing it, it contains no close licensed and&#x2F;or GPL-poisoned code. Everything we borrowed was BSD-type licensed. I just want to have some product to opensource instead of just dumping it on the Github and then waiting 4 billion years for life to conceive itself there :-)<p>Sorry for shameless plug.<p>Update for &quot;Github ++&quot; commenters: I&#x27;m all in to put it on Github (BitBucket is more natural in my case, because it&#x27;s a Hg repo). But: the architecture was quite well thought out and internal APIs are quite clear, but they&#x27;re not documented. We didn&#x27;t have immediate open source plans. You wont be able to figure out how to use it, especially if you&#x27;re going to use our &quot;lower&quot; layer - NAT traversal and friends. You need to know how it works to build a more universal API on top of it. Trust me, I know what I&#x27;m talking about - I did a few experiments with this code about a year ago and I spent a _lot_ of time figuring out how we did this and that. And it was _our_ code, we wrote it and discussed it daily for two years.
评论 #6466868 未加载
评论 #6466882 未加载
评论 #6467037 未加载
评论 #6467178 未加载
评论 #6466848 未加载
评论 #6466856 未加载
评论 #6468792 未加载
评论 #6467127 未加载
评论 #6467857 未加载
评论 #6466993 未加载
spindritf超过 11 年前
After skimming the website and the FAQ[1] it seems to be a safer tinc[2]. It&#x27;s a very cool piece of software and I always wanted to set something like that up between my servers and routers but never found a need convincing enough to go through the trouble.<p>[1] <a href="http://www.freelan.org/page/faq" rel="nofollow">http:&#x2F;&#x2F;www.freelan.org&#x2F;page&#x2F;faq</a><p>[2] <a href="http://www.tinc-vpn.org/" rel="nofollow">http:&#x2F;&#x2F;www.tinc-vpn.org&#x2F;</a>
评论 #6468299 未加载
Nanzikambe超过 11 年前
A little pet peeve, why do people always overlook the most ubiquitous VPN solution of them all?<p>OpenSSH<p>Can create a full spectrum VPN &amp; supports a stronger and a broader range of ciphers than virtually all competing software, is entirely open source, runs on every platform I can think of, the list goes on. Heck via pointopoint it can even mimic freelan and be peer to peer :)
评论 #6467232 未加载
评论 #6468081 未加载
评论 #6468801 未加载
评论 #6466974 未加载
评论 #6468042 未加载
icebraining超过 11 年前
When comparing with OpenVPN, they say the latter &quot;does not allow direct client-to-client communication.&quot; Can anyone explain it? I thought point-to-point mode was not only supported, but the default.
评论 #6466859 未加载
评论 #6466890 未加载
评论 #6466926 未加载
评论 #6466760 未加载
评论 #6466757 未加载
devx超过 11 年前
Could this take advantage of Google&#x27;s new QUIC protocol, or get any benefits from it?<p><a href="http://en.wikipedia.org/wiki/QUIC" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;QUIC</a>
评论 #6504908 未加载
fabware超过 11 年前
I&#x27;m sure there are major typos in the configuration wiki( <a href="https://github.com/freelan-developers/freelan-all/wiki/Two-hosts-configuration-sample" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;freelan-developers&#x2F;freelan-all&#x2F;wiki&#x2F;Two-h...</a> ), which prevent me setup two nodes within the same LAN.
autodidakto超过 11 年前
So this can be an open-source replacement for Himachi&#x2F;Log-me-in?
评论 #6466973 未加载
评论 #6468123 未加载
Nesim超过 11 年前
anyone tried to install on windows 2003 server? no service creates on installation. Also I tried to install service manually &quot;freelan --install&quot; but getting an error. Error: An invalid argument was supplied.<p>Any idea how to run on Windows 2003 32bit server.
评论 #6481062 未加载
AtlasLion超过 11 年前
How does this compare to Openswan for building multi lan tunnels?