this post was submitted on 01 Oct 2024
13 points (100.0% liked)

Linux

47544 readers
482 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I'm not smart enough to set it up through command line and I haven't found a program I can get working yet. Probably a really dumb question but if we all connect to the same vpn sever would that work? Playhide should work but I can't seem to download it off github. Any advice or should I just put in the work to figure out cmdline?

top 7 comments
sorted by: hot top controversial new old
[–] Ephera@lemmy.ml 4 points 2 days ago

A VLAN is very different from a VPN.
With VLANs, you can separate traffic that goes over the same physical wire.
With a VPN, on the other hand, you can connect devices from anywhere on the planet, as if they were in the same LAN, which bypasses firewalls, NAT and all that crap. Presumably, you want a VPN.

[–] tacostrange@lemmy.ml 9 points 2 days ago (1 children)
[–] 8Bitz0@discuss.tchncs.de 4 points 2 days ago* (last edited 2 days ago)

If you’d like a GUI, use Trayscale with it.

The Linux version does not provide a GUI on its own, but still makes it super easy to login and manage

[–] kylian0087@lemmy.dbzer0.com 2 points 2 days ago

A VPN is what you want, not VLANS that is used to segment parts of the local network. not to get your friends in too your local network.

A simple and easy to use solution is wireguard easy.

[–] 2xsaiko@discuss.tchncs.de 2 points 2 days ago

Yeah, I have an OpenVPN TAP server running for this purpose. (TAP so that broadcast packets work)

[–] wildbus8979@sh.itjust.works 1 points 2 days ago

If your distro uses NetworkManager (very likely): nm-connection-editor

[–] bjoern_tantau@swg-empire.de 1 points 2 days ago

I'd rather set up a VPN for yourselves. Many routers can act as a VPN. Maybe you and your friends should check your routers if they are capable of doing that. Could be the easiest option.