Posts by darkopi

    I have the same problem.

    Code
     The following warning/error was logged by the smartd daemon:Device: /dev/disk/by-id/nvme-KINGSTON_SNV2S250G_50026B7686AC103E, number of Error Log entries increased from 129 to 131Device info:KINGSTON SNV2S250G, S/N:50026B7686AC103E, FW:CRTP2324, NSID:1, 250 GB

    If I change the CPU governor from "performance" to "powersave", the noise is almost completely gone.
    I only have these two options available, but I think "conservative" would be the best choice.
    How can I enable the "conservative" governor?
    I'm running OMV VM on Proxmox on this machine.

    Hi everyone,I’m having a persistent coil whine (high-pitched buzzing) coming from my ASRock N100DC motherboard on my new NAS.

    The noise continues even when the fan is stopped manually, so I’m pretty sure it’s caused by the VRM inductors or other components on the motherboard itself.

    Here are some details:

    • PSU is a laptop-style Leicke DC power supply, same as on another NAS build using the same motherboard model, but this noise only happens on this particular unit.

    • I’ve already tried disabling CPU C-States in BIOS (CPU State Support), but the noise remains.

    • The buzzing comes and goes intermittently.

    • The case is 3D-printed plastic, so resonance from the case shouldn’t be the cause.

    • BIOS is updated to the latest version.

    Has anyone else experienced this coil whine issue on the ASRock N100DC?

    Any advice or solutions to reduce or eliminate the noise would be appreciated.

    I'm currently building a second NAS based on an Asrock N100DC mbo.

    I found an old power supply that, according to the label, meets the required specifications, but I would like to measure it just in case if it's correct, so I'm wondering what values it should have?

    I'd also need a recommendation for a quality power supply that is available on amazon.de or aliexpress

    A Leicke power supply was purchased for the first NAS, but given the many negative experiences I'd like something of a higher quality just in case. Unfortunately, I can't find the ones that Asrock recommends.

    Maybe I worry too much, but that's me. ;)

    Adguard home and Unbound are in docker containers on macval network and they have its own IPs.

    I need help with best settings for this combination.


    Adguard home is working ok but advice for best settings is very welcom.


    With this settings Unbound i restarting...



    I'm not sure what I'm doing wrong, because after doing everything according to the instructions, I can access adguard in the LAN and ping from the host, but I can't see adguard outside the LAN through the wireguard vpn, which is also on the host.
    Is it possible that iptables should also be set to forward to macvlan network in the wireguard settings?


    Now I have it like this:

    Code
    PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; iptables -t nat -A POSTROUTING -o enp1s0 -j MASQUERADE
    PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -D FORWARD -o %i -j ACCEPT; iptables -t nat -D POSTROUTING -o enp1s0 -j MASQUERADE


    Could this be a solution?

    Code
    PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; iptables -A FORWARD -i %i -o macvlan0 -j ACCEPT; iptables -A FORWARD -i macvlan0 -o %i -j ACCEPT; iptables -t nat -A POSTROUTING -o enp1s0 -j MASQUERADE
    PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -D FORWARD -o %i -j ACCEPT; iptables -D FORWARD -i %i -o macvlan0 -j ACCEPT; iptables -D FORWARD -i macvlan0 -o %i -j ACCEPT; iptables -t nat -D POSTROUTING -o enp1s0 -j MASQUERADE


    Or maybe this?

    Code
    PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; iptables -A FORWARD -i %i -o macvlan0 -j ACCEPT; iptables -A FORWARD -i macvlan0 -o %i -j ACCEPT; iptables -t nat -A POSTROUTING -o enp1s0 -j MASQUERADE; iptables -t nat -A POSTROUTING -s 10.10.10.0/24 -d 192.168.1.0/24 -j ACCEPT
    PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -D FORWARD -o %i -j ACCEPT; iptables -D FORWARD -i %i -o macvlan0 -j ACCEPT; iptables -D FORWARD -i macvlan0 -o %i -j ACCEPT; iptables -t nat -D POSTROUTING -o enp1s0 -j MASQUERADE; iptables -t nat -D POSTROUTING -s 10.10.10.0/24 -d 192.168.1.0/24 -j ACCEPT



    EDIT:

    Just to note that I am not using wireguard as an omv plugin but as an application installed on the host machine

    Unfortunately, this script doesn't work for me. I have AdGuard Home on macvlan and this script does not connect me to it via VPN but to the openmediavault login

    Unfortunately, I don't really manage with the settings in this Asrock bios for n100dc itx.

    If anyone is willing to share their settings with me, I would be grateful.

    Especially how to adjust pl1 and pl2.

    I have one nvme ssd, one sata3 ssd, one 3.5" HDD, one 12cm fan connected to the mbo.

    I use 19V 4.74A 90W power supply.

    Thanks for the link.

    I found some useful stuff there...

    I also read there how someone's Leica power supply failed quickly 😱
    I also ordered that power supply and I hope I won't have those problems.
    I need a stable NAS to work 24/7


    EDIT:

    I was a little scared about that.
    Do you have a better quality power supply that you would recommend?