Out of curiosity, what switch are you using for your setup?
Last time I looked, I struggled to find any brand of “home tier” router / switch that supported things like configuring vlans, etc.
I made LASIM! https://github.com/CMahaff/lasim
I currently have 3 accounts (big shock):
Out of curiosity, what switch are you using for your setup?
Last time I looked, I struggled to find any brand of “home tier” router / switch that supported things like configuring vlans, etc.
Maybe I am not thinking of the access control capability of VLANs correctly (I am thinking in terms of port based iptables: port X has only incoming+established and no outgoing for example).
I think of it like this: grouping several physical switch ports together into a private network, effectively like each group of ports is it’s own isolated switch. I assume there are routers which allows you to assign vlans to different Wi-Fi access points as well, so it doesn’t need to be literally physical.
Obviously the benefits of vlans over something actually physical is that you can have as many as you like, and there are ways to trunk the data if one client needs access to multiple vlans at once.
In your setup, you may or may not benefit, organizationally. Obviously other commenters have pointed out some of the security benefits. If you were using vlans I think you’d have at a minimum a private and public vlan, separating out the items that don’t need Internet access from the Internet at all. Your server would probably need access to both vlans in that scenario. But certainly as you say, you can probably accomplish a lot of this without vlans, if you can aggressively setup your firewall rules. The benefit of vlans is you would only really need to setup firewall rules on whatever vlan(s) have Internet access.
Source for the image? I’d love a higher resolution version.
NPR News Now publishes great little 5 minute podcast digests every hour or 2 summarizing the big news items of the day / hour.
Their politics podcast and Trump’s Trials podcast are also good.
All three of these are very U.S. centric, obviously.
IIRC Alaska Airlines knew the plane had issues and decided to keep flying it anyway.
So yes, it’s Boeing’s fault the plane’s door blew off, but Alaska Airlines also deserves blame for continuing to fly a plane that was reporting issues with the door hatch.
I ran into the same thing. I’ve always just worked around it, but I believe I did find the solution at one point (can’t find the link now).
But if I am remembering right, I believe you need to manually create a bridge between the two networks - by default it isolates the VMs from TrueNAS itself for security reasons.
Sorry I can’t link the exact fix right now, but hopefully this will help you Google the post I found on the subject.
I had a bunch of friends up and was gifted Cosmic Encounter.
I had seen it played on YouTube, but this was the first time I got to play it myself. We had a great time! The game can feel a little bit overwhelming at first with all it’s stages and card-decks, but once you get past it it’s a really good time.
If you’ve never played it, the super short version is that you are trying to get colonies on other players planets by drawing cards against each other. But what makes it fun is that every player also gets to draw an (initially secret) civilization/character card, which typically has abilities that completely turn the game on its head. We had lots of hilarious moments stemming from the character reveals. I would definitely recommend checking it out!
I also got to play Radlands with my S/O. Not at all the kind of game either of us have really played before, but we had a blast. It’s a card-dueling game, and all the cards feel very powerful with some cool synergies. It’s pretty simple to teach, especially if you use table-top sim or spring for the edition that comes with play-mats.
But on the other hand, if loans were subject to bankruptcy, most poor people would never be approved to get them.
Under this broad of a ruleset, all software would have to be open source.
The PR for the necessary back-end changes is out for review on GitHub: https://github.com/LemmyNet/lemmy/pull/3869
This is now released :)
For anyone finding this in the future:
The latest version of LASIM (0.2.1) has a Settings tab that allows you to choose what you want to upload.
If you are using the JSON file posted above, you’d want to choose just “Upload Community Subscriptions” on this tab so that your profile settings, etc. are not changed.
I would kindly redirect any kind comments you have, or suggests for items to add, to @[email protected], the original creator of the list.
I am but a humble cross-poster.
Sneak peek :)
I hadn’t even considered this use case for LASIM, but that’s really neat.
I’ve been thinking about a settings page where you can toggle what to sync, among a few other future features. I’ll definitely add an option in the future to NOT sync the profile settings.
LASIM author here - you are correct. I explicitly made it “additive” to avoid accidents where you could end up erasing a bunch of subscriptions. Right now LASIM only calls the subscribe API interface so it’s actually impossible for it to unsubscribe you from anything.
I am considering adding a “destructive” sync in the future which, if toggled on, would unsubscribe you from anything not in the JSON file. But it’s not implemented yet!
Author here! I’ve been posting about it a good bit, and especially with the hack of .world and vlemmy’s disappearance, now others have started sharing it too. Besides myself testing it with lemmy.ml, lemmy.world, and lemm.ee, I’ve seen at least a handful of people that say they’ve run it without issues. I’m assuming the real number is much higher but there isn’t any tracking in the app, or even a download counter, so I really have no idea.
Only known issue at the minute is whether it works on Mac OS X. It theoretically does, but the only person who attempted it ran into issues where OS X wanted to open it as a text file instead of running the program - and it’s the only platform I can’t test myself.
Obviously if you do have any issues you can report them on GitHub.
Right now, yes - I know that’s unfortunate since we still have many instances on 0.18.0, but I’m hoping they will all move up to 0.18.1 once that is officially released, which should be soon.
Supporting multiple versions of the API would be really difficult right now with it changing so often, but the hope is that in the future you can at least use an older version of LASIM to download from an older lemmy instance, then take that profile file and upload it with a newer version of LASIM to a newer instance.
Hey OP, just letting you know I just released a tool that does this. It’s alpha, and only supports Lemmy BE 0.18.1-rc9 (and above), but if your source and destination meet that criteria, you can give it a whirl: https://github.com/CMahaff/lasim
Sounds like a problem with Memmy. Does this link work? https://lemm.ee/c/[email protected]
You should be able to search communities in your app and could have searched “[email protected]” too.
But basically communities on Lemmy are in the form of “name@host”. The “name” can be whatever someone wants, and the “host” is the website / Lemmy instance where that community originates from. But because it is federated it’s all available everywhere (generally speaking). For example, if you visit https://lemmy.world/c/[email protected] it should be the same content just loaded via lemmy.world instead of lemme.ee. However if theoretically someone went and made a “[email protected]” community, that would be a completely separate community from the above, hosted on a different Lemmy instance.