Rocket Surgeon

  • 4 Posts
  • 29 Comments
Joined 1 year ago
cake
Cake day: March 10th, 2025

help-circle
  • Installed the Audio Player app. It’s a bit less odd for playing music than the Music app.
    … but the Audio Player dashboard widget is worse. So I’m using both apps.

    I patched from 31.0.8 to 31.0.12 to 32.0.3. No real problems.
    I might get around to fixing these. I tried for a while after I upgraded. No luck.
    My API Deploy Damon wont connect and the Websocket looks like I need to install something?

    I think I need to do some config on the back end.
    The help pages I’ve found for this stuff are all on github.
    There’s info there, but they kinda slam through the topic without much explanation.
    This is a hetzner default nextcloud setup, so I may well have to refer to their docs too.
    My instance works fine; I’m not too concerned about these errors. Any input is very welcome.



  • dbtng@eviltoast.orgtoSelfhosted@lemmy.worldOpenWRT router
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 months ago

    I own two GL.inet routers. I liked my Flint so much that I bought an Opal for my office and on the road. These machines are well provisioned. The OpenWRT reviews of them say to just leave the stock bootloader installed. I’ve installed all sorts of packages, multiple subnets, VPN, adblock, etc. GL.inet gear is good stuff.



  • Well … How much do you want to learn? How serious are you?

    If you want to know networking, the authority is Cisco.
    I’m scheduled to take my CCST Network exam tomorrow. That’s an entry-level Cisco cert.
    I’ve been studying for about 3 months. Wish me luck …

    Junior NetAdmin Cert
    The CCST training is online and entirely free.
    https://www.netacad.com/career-paths/network-technician?courseLang=en-US

    Access
    You’ve got to jump through some hoops. You need to create an account and go through some verification.
    They need to figure out if you are ‘overseas’ and whether you should be able to download encryption products.
    I think its probably easiest if you use your work email, that’s what they are really looking for.

    Cisco U
    There’s a shit-ton of free classes at Cisco U as well.
    Most of those are not directly cert-related, but a large amount of them were created for people studying for the CCNA, so they are certainly helpful. There’s all sorts of rando training, keep ya real busy. Here’s one I’ve started.
    https://u.cisco.com/paths/understanding-cisco-data-center-foundations-20705

    Lab Environments
    The whole study program uses Packet Tracer for the labs, which you download from them.
    I also got a copy of Cisco Modeling Labs running. That was a bitch, had to shoe-horn an OVA to run on Proxmox.
    And I got an older edu copy of the Cloud Services virtual router, if there’s anything these other lab environments can’t handle. (This version can be freely downloaded … csr1000v-universal9.03.12.00.S.154-2.S-std.iso)





  • Netbox is a hell of a package, of which I’ve essentially only touched the IPAM, and I don’t even use it programmatically. I just use the web console to keep track of 4 subnets and about 50 IPs.

    It’s got a whole virtualization section that I haven’t touched, although that would make my device mapping more sensible. I just treat em like they are all real, and only map the physical nics on the hypervisor hosts.

    I do keep text notes in Netbox entries, but that’s sort of a backup. If its something I’m likely to need to know, I’ll have a note in Proxmox. Usually login links for apps hosted there and the like. And of course I’ve got a folder full of text files with all my deepest secrets.




  • SSH key management in PVE is handled in a set of secondary files, while the original debian files are replaced with symlinks. Well, that’s still debian. And in some circumstances the symlinks get b0rked or replaced with the original SSH files, the keys get out of sync, and one machine in the cluster can’t talk to another. The really irritating thing about this is that the tools meant to fix it (pvecm updatecerts) don’t work. I’ve got an elaborate set of procedures to gather the certs from the hosts and fix the files when it breaks, but it sux bad enough that I’ve got two clusters I’m putting off fixing.

    Corosync is the cluster. It’s a shared file system that immediately replicates any changes to all members. That’s essentially anything under /etc/pve/. Corosync is very sensitive. I believe they ask for 10ms lag or less between hosts, so it can’t work over a WAN connection. Shit like VM restores or vmotion between hosts can flood it out. Looks fukin awful when it goes down. Your whole cluster goes kaput.

    All corosync does is push around this set of config files, so a dedicated NIC is overkill, but in busy environments, you might wind up resorting to that. You can put cororsync on its own network, but you obviously need a network for that. And you can establish throttles on various types of host file transfer activities, but that’s a balancing act that I’ve only gotten right in our colos where we only have 1gb networks. I have my systems provisioned on a dedicated corosync vlan and also use a secondary IP on a different physical interface, but corosync is too dumb to fall back to the secondary if the primary is still “up”, regardless of whether its actually communicating, so I get calls on my day off about “the cluster is down!!!1” when people restore backups.


  • I use PVE professionally. I could spent some time bitching about how it handles ssh keys and the fragile corosync cluster management. I could complain about the sloppy release cycle and the way they move fast and break shit. Or all the janky shit they’ve slapped together in PBS. I could go on.

    But I actually pay for a license for my homelab. And ya, it is THE thing at work now.

    I’ve often heard it said that Proxmox isn’t a great option. But its the best one.
    If you do try it, don’t bother asking questions here.
    Go to the source. https://forum.proxmox.com/




  • Ok. Yes, my use case is a private document and media store. I’m ungoogling.
    VPN seems like a good place to start. But I’d like a simple answer, and I expect there are none to be had. As you’ve illustrated here, I’ll find a reason to punch holes in the firewall. And then I’m going to need to secure a web server. Life happens. I’ll keep it simple for now while I sort things. Thanks for your perspective.


  • Ya. I understand VPN. I do enterprise IT stuff. The things I build assume a secure environment. VPN is step one.
    Nailing down a web server on the internet tho … there’s so many ways to attack. There’s so many things to secure. And its a bit complex to manage all that.
    The nextcloud site covers hardening the server, but doesn’t even mention vpn.
    I’ve been watching threads like this. I’m pretty convinced vpn is the answer.



  • dbtng@eviltoast.orgOPtoNextcloud@lemmy.worldSecuring Nextcloud
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 months ago

    I’ve seen some long discussions from folks trying to secure Jellyfin. Yes, there are a lot of things you can do to secure a web server. But if you want it simple, over and over the answer is one word. Wireguard.

    My router does Wireguard, although I did stumble the last time I tried to set it up. I’ll install it on my VPS and get a VPN going.