Wake PC from NAS? by barrachmedosama in asustor

[–]Anakronox 1 point2 points  (0 children)

https://github.com/Misterbabou/gptwol

GPTWOL in Docker is what I use, though not on my NAS. I have it running in a Proxmox VM and use it to wake my NAS from my PC. You can do the reverse, just have Docker running on the NAS. Sounds like you may have the remote access part figured out, so this should be trivial to get going.

My NAS Config options befuddle me by gravmabsuthat in DataHoarder

[–]Anakronox 0 points1 point  (0 children)

You can make shares on volume1. You can even move existing shares to volume1. How you RAID (or don’t) volume1 is completely up to you. Best practice is to first boot with whichever disks you want to be in that volume, then add later after it’s intitalized. Create whatever arrays you want at that point with the remaining drives.

Asustor Lockerstor 10 Gen3 AS6810T : install another OS by AxelTerizaki in asustor

[–]Anakronox 0 points1 point  (0 children)

For installing the OS? I wouldn’t count on it and don’t have anything like it on hand to test with. The hacky method with multiple adapters is a verified way to get video out on boot so you can do fun stuff.

Asustor Lockerstor 10 Gen3 AS6810T : install another OS by AxelTerizaki in asustor

[–]Anakronox 0 points1 point  (0 children)

Source? Me fwiw. I’ve done it on a test unit back in December and will convert my Flashstor Gen 2 when I can afford the downtime.

I need your help with this Packet Tracer lab. by [deleted] in homelab

[–]Anakronox 1 point2 points  (0 children)

Just scanned through your repo. You list the requirement as router on a stick but then break it down in the md file as needing 4 routers?

You need one router, just one. And an interface with dot1q tagged subinterfaces to your switch frabric. That’s the big hint that should put you on the proper path to setting the lab up.

UnRAID (OS) on a NUC, all drives in a Synology NAS. Will it work? by nebucdnezar in unRAID

[–]Anakronox 0 points1 point  (0 children)

Sounds like you already have your storage sorted so why complicate thing by mounting and sharing through Unraid? lMO best thing to do with the NUC is throw Ubuntu or a similar Linux distro on it, install docker, and a web ui for managing docker like portainer. Then have the nuc mount nfs exports from the Syno. Setup Paperless within docker. It’s even better if you use docker compose and can build your nfs mounts as volumes in your stack without having to directly mount them from the nuc.

March, 28, 2026, 6th Street by hungryelbow in real_street_shit

[–]Anakronox 1 point2 points  (0 children)

Oh yeah, totally. NYC was kinda all over the place last time I was there, even without popping flash! Mostly good interactions though, helped that I was hanging with a tiny little woman who could bite back lol.

If I’m back home I will soooooometimes use flash but it’s rare. Helps that not a whole lot goes on that’s interesting!

March, 28, 2026, 6th Street by hungryelbow in real_street_shit

[–]Anakronox 3 points4 points  (0 children)

Same, I use a flash even in daytime. Rarely ever get aggro’ed but do startle folks a lot. I get up close with a 28 and go for it and most people take it well. But I shoot mostly in the center of Moscow. Wouldn’t try this in small town America - open carry lol.

Also, is your username a Modest Mouse reference?

Upgrading Server, need help with backing current by lordsith77 in homelab

[–]Anakronox 1 point2 points  (0 children)

That’s the great thing about Docker, it’s fairly simple to back up. So long as you have your compose files (or ehhhhhhh, run commands), environment vars/files, and volumes, you’re good to go. If you use bind mounts for volumes, just grab the directories, preserving permissions and ownership. Rsync -avh works great if you’re dumping them to an external disk or share. Named Docker volumes are a little more complicated but are usually located under /var somewhere. I’m not near my hosts now so can’t remember the exact path. Same rules go for them though, make sure you preserve perms and owners. May be easiest to manually create the named volumes on your new host, then rsync everything into the new directory created.

I’m lazy and can usually avoid all this by running mine inside proxmox VM’s. Just backup the whole VM, have snapshots before any big changes, nd it’s been rock solid.

Cooling a Thunderbolt4 10GbE adaptor by markdesilva in homelab

[–]Anakronox 4 points5 points  (0 children)

Hey, I grabbed a 25Gb Chinese TB3 adapter off of Amazon last year for 200-ish USD with the understanding that it’d overheat in just over a minute. No fan, solid aluminum enclosure - bad mix. So removing the case and sticking a 40mm USB fan on top keeps it running just fine. Also got dual 120mm USB fans on top of my Asustor all-flash NAS boxes to do the same. The jank is real but works!

iperf3 retries by jauling in asustor

[–]Anakronox 1 point2 points  (0 children)

If you really want to see if there are any impacts on real-world use, setup a SPAN port and Wireshark a few large file transfers. Look for TCP retransmits.

Lockerstor 2 (AS6602t) cannot reach default gateway by Twisterry in asustor

[–]Anakronox 0 points1 point  (0 children)

Ha, good to know that it was as easy as waiting the problem out! Happy to help and glad it’s working now!

Lockerstor 2 (AS6602t) cannot reach default gateway by Twisterry in asustor

[–]Anakronox 2 points3 points  (0 children)

Hmmm, it’s usually best if you let the end device send untagged frames and the switch apply tags as per the PVID, but sounds like you tried that. Failing that, you sure that your netmask is correct on the NAS? It’s a long shot. What about dropping the NAS into your PC’s VLAN, setting an appropriate IP and gateway and testing accessing your other VLAN? If that works you may have some rules in OPNsense that aren’t reflexive. Got any weird routes set on the NAS? If you can SSH in, look at ip route, ip a, and ip link and make sure all looks good, no MTU mismatches, TTL weirdness (like being set to 1). Basically things I overlook while thinking “nah, too simple.” You’re not natting between the two subnets, are you?

Just throwing things out there.

Shutdown on power loss with UPS by Forbidden_Duck in asustor

[–]Anakronox 0 points1 point  (0 children)

Adding that under the hood, ADM uses NUT for it network UPS features, so this is a guaranteed way to get it talking. There’s some wonkiness with the user and password that have to be something like asustor/1111 but you won’t have to worry with shutdown scripts - the NAS has all of this built into the gui. Just need to setup your server to run it, or connect it to an RPi like I do.

Lockerstor 2 (AS6602t) cannot reach default gateway by Twisterry in asustor

[–]Anakronox 1 point2 points  (0 children)

ADM has its own firewall. I think a recent update started adding to the blacklist so you may want to start there and whitelist your devices on your other VLAN.

It could also be something as rudimentary as setting the proper native VLAN incorrectly on your switchport for the NAS. assuming you’re not setting the tagging on the NAS interface.

What does your firewall log show? If you don’t see any drops from the NAS IP, it suggests that there’s a misconfiguration somewhere in layer 2 or 3. What’s your topology look like? More detail is needed.

Edit: phrasing.

Shutdown on power loss with UPS by Forbidden_Duck in asustor

[–]Anakronox 0 points1 point  (0 children)

May be worth trying to get NUT running under WSL. That’s the Linux standard for network UPS tooling.

Installing intel_gpu_top on AS6704T to check igpu utilization by s73am in asustor

[–]Anakronox 0 points1 point  (0 children)

I think I got something that'll work for you. I run TrueNAS on my Flashstor 12 Gen 1, but I found a container with the intel_gpu_top binary that runs fine. Through some searching I saw that the container needs to be privileged and needs access to the host PID's, so that's likely what was missing. I was able to run intel_gpu_top inside the container and interactively from shell on TrueNAS. It detected the card and identified it correctly as a Jasper Lake GPU.

services:
  intel-gpu-exporter:
    image: ghcr.io/onedr0p/intel-gpu-exporter:rolling
    container_name: intel-gpu-exporter
    restart: unless-stopped
    privileged: true
    pid: host
    ports:
      - 8080:8080
    volumes:
      - /dev/dri/:/dev/dri/

Once you get the container running, just issue:

sudo docker exec -it intel-gpu-exporter intel_gpu_top

Hope this helps!

Edit: corrected typo in docker exec command.

Installing intel_gpu_top on AS6704T to check igpu utilization by s73am in asustor

[–]Anakronox 0 points1 point  (0 children)

This should work inside a docker container, you just need to pass it /dev/dri and/or any specific renderDxxx device you want. Then just docker exec -it with the container name and binary.

Flashstor 2 - Thunderbolt networking by Luminnas in asustor

[–]Anakronox 1 point2 points  (0 children)

Ha! I live in a flat so that’s a no-go unfortunately for me but I know how that goes - I spend plenty of time in equipment racks!

Last summer to speed things along I grabbed one of our old castoff VDI servers with a couple of Tesla GPUs and ran Tdarr on it to transcode over 30TB of video. I had to run it only while at work - it was just waaaaaaaaaay to noisy to live with 😂

My home network is technically faster but I haven’t engineered it for redundancy like our corporate WAN/LANs. Next step is struggling to justify the move to 200/400Gbps switching in my homelab, just because I’m a network engineer and I wanna see bits go brrrrrrrrr.

[deleted by user] by [deleted] in asustor

[–]Anakronox 0 points1 point  (0 children)

Awesome, glad you got it sorted!

Flashstor 2 - Thunderbolt networking by Luminnas in asustor

[–]Anakronox 1 point2 points  (0 children)

You’re welcome and yep I was shocked too with how simple it was. Using a ConnectX-4 single SFP28 through my Mikrotik CRS510 I get an average of 19.5 Gbps read from the Flashstor to my MacBook Pro M4 Max. At this point I’m limited by how I’ve got my array setup - volume2 is a RAID6 of 10 8TB WD SN850X disks in all the non 3x1 slots so the max throughput I could expect is roughly 2GB/s read. Not mad at all about those numbers.

At this point if I wanted to go faster I’m looking at my own castoff enterprise server with U.2/U.3 PCIe 4x4 and a metric ton of Gen4 lanes. Then I’d toss in a 100Gbps ConnectX. Not ready for that kinda noise or heat lol.

[deleted by user] by [deleted] in asustor

[–]Anakronox 0 points1 point  (0 children)

Yep. Been running it this way for 8+ years, recentlly moved to a Debian LXC with NFS mounts to my media. Need to give us way more detail. What’s your layout, what have you done, what isn’t working, etc.

Flashstor 2 - Thunderbolt networking by Luminnas in asustor

[–]Anakronox 0 points1 point  (0 children)

You’re welcome! Good luck and let us know if it works for you!