• 0 Posts
  • 26 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle





  • Don’t buy into tape. It is costly and is inferior to hard drives by most metrics for smaller scale operations. You can easily get 8TB hard drives for less than $20/TB. While tape is cheaper than that, the drive to actually use it is expensive, plus you get all the disadvantages of the tape itself.

    Fun fact: you can probably buy a whole server, external sas card and disk shelf for less than the cost of a somewhat modern tape drive.

    If you are wanting to store less than 100TB of data, it would probably be cheaper to use drives, then in 3-5 years buy another set of disks and still be ahead compared to tape.








  • Why would you strip ipv6 if mullvad supports it. The reason people disable or block v6 are for 2 reasons, ignorance, and/or the vpn providor doesn’t support ipv6. V4 and v6 can and usually do run at the same time (this is called dual stack), so if the vpn only touches the v4 side of things, v4 will be tunneled while v6 will be unaffected.

    Also, the firewall doesn’t matter if you use a torrent client that can just bind to the wg interface (assuming there is no nat being performed from the wg interface to the physical interface). The client will take one or all of the ips on the interface, which will make it impossible to leak IP directly assuming your switch or router doesn’t also have an ip in the same subnet as your wg interface ip.

    I don’t know UFW, but if you run iptables-save or nft list ruleset i can take a look to see if it is sane.

    But what i can tell is that it might work. You appear to be only allowing public traffic to wg. It should be noted that this setup will likely fail at some point because you are hard coding the IP. It should fail safe, but the public internet will not work.



  • I know btrfs alone doesn’t replace unraid on its own, but it does replace or at least substitutes most of the raid functionality. Btrfs is extremely flexible and it’s raid features are almost unmatched in capability for running in small environments where you may need to increase or decrease the number disks in an array at will and without much limitation.

    If you want a gui to manage various linux systems, you could look into cockpit. It can manage VMs, containers and other linux systems via a unified gui. I would recommend fedora if you want to give it a go.

    But you do you. I have not really had the desire to use unraid since i already know linux and manage the system myself without many tools, but i understand most people do not know linux that well and learning is a significant time sink.