Earlier quoted context omitted.
What makes it "fluff" to you? My definition of "fluff" is that it doesn't answer my question, and that I walk away from it with no idea what the product even is. This is mostly concrete and I can tell you roughly what Narrowlink is and isn't after reading their (misspelled) page. Something like: "Introducing NarrowLink, the world's most advanced and secure VPN solution! With our cutting-edge technology, you'll experi…
It's SEO spam. You might find it helpful, but that doesn't detract from the obvious nature that, for better or worse, it's design to rank in google and capture clicks.
Tailscale vs. Narrowlink
121–130 of 162 posts
Re: Tailscale vs. Narrowlink
#122Earlier quoted context omitted.
Why isn’t AGPL usable?
It isn't usable if your goal is to take the open source project and turn it into a component of your own commercial product that is for sale and is closed-source. But I think more than half of the people in this thread have the opposite opinion (that if it isn't open source, it isn't usable) and I tend to agree with that.
Re: Tailscale vs. Narrowlink
#123Earlier quoted context omitted.
There's absolutely nothing stopping you from just using WireGuard if you want to. I don't understand the mentality of complaining about a completely separate entity offering extra features just because you don't personally have a need/want for them.
I don't get the issue with having a tight secure underlying vpn protocol, and others building on top of it to improve deployment and setup/management side of it.
Re: Tailscale vs. Narrowlink
#124> Narrowlink and Tailscale are two open source solutions with different architectures that enable secure remote access and connectivity across networks. A nitpick, but ironically I think they're being generous to Tailscale there. Tailscale isn't really "open source" - or at least not without heavy qualification. I'm not an open source zealot by any means but that line just seems a little misleading. The clients are p…
As you would have read a few paragraphs further on in TFA they describe the situation with much more clarity:
"Tailscale uses the open source WireGuard protocol, and its client apps are open source, but the coordination services are proprietary."
Re: Tailscale vs. Narrowlink
#125If true, this means that every message sent via this means uses an identical keystream to encrypt all messages, and thus results in a loss of confidentiality of all messages. Am I missing something?
https://github.com/narrowlink/narrowlink/blob/abf35e38567b88...
https://github.com/narrowlink/narrowlink/blob/abf35e38567b88...
Re: Tailscale vs. Narrowlink
#126What’s this about Wireguard leaking metadata? That is the first time I’ve heard the protocol complained about.
You also can find out it's VPN data as it isn't tunnled over https or using any other masking methodology.
I belive you wouldn't find anything out about the data inside the wireguard tunnel just the wireguard tunnel metadata.
Re: Tailscale vs. Narrowlink
#127I've tried Tailscale, Headscale, Nebula, Netmaker, OpenZiti, wg-easy, and a few other niche overlay network and VPN tools. Each time I still end up using Firezone [1] when I need a simple wrapper over Wireguard. [1] https://www.firezone.dev/
Re: Tailscale vs. Narrowlink
#128mhm. single-handedly, though.
Re: Tailscale vs. Narrowlink
#129Definitely interested in this, however: >Narrowlink uses a centralized gateway that clients and agents connect to over HTTP/S protocols Tunneling TCP over TCP will undoubtedly result in poor network performance. This is why WireGuard is UDP-only.
Hey, I am the creator of Narrowlink. I certainly find your comment valid, and using WireGuard over HTTPS most of the time provides better network performance. However, in very specific cases, Narrowlink demonstrates superior performance. 1- When your devices' routes are not optimal, and utilizing a CDN can enhance the connection due to smart routing. For instance, I have a server in Poland (while I live in Canada) wh…
Sorry for so many questions
Re: Tailscale vs. Narrowlink
#130Earlier quoted context omitted.
Hey, I am the creator of Narrowlink. I certainly find your comment valid, and using WireGuard over HTTPS most of the time provides better network performance. However, in very specific cases, Narrowlink demonstrates superior performance. 1- When your devices' routes are not optimal, and utilizing a CDN can enhance the connection due to smart routing. For instance, I have a server in Poland (while I live in Canada) wh…
Do you have an overview anywhere of the protocol you're using to encapsulate TCP in HTTP? Why did you go with HTTP instead of WebSockets? Does Narrowlink support UDP? Sorry for so many questions
I also invite you to continue the discussion on the github https://github.com/narrowlink/narrowlink/discussions
You are most welcome