Posts by darkopi

    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?

    I tried to upgrade from omv6 to omv7 twice, both times at the end there was a message that the upgrade was successful, but after the reboot I'm still on omv6 and bullseye.

    I rum OMV on OdroidXU4 with armbian.

    The sudo omv-salt stage run deploy command passed without error the first time, but now it throws a bunch of incomprehensible characters. After the omv-upgrade command I get a warning:

    The following packages have been kept back: armbian-bsp-cli-odroidxu4 samba-common sources.list is like this:

    Code
    # deb http://deb.debian.org/debian bookworm main contrib non-free
    # deb-src http://deb.debian.org/debian bookworm main contrib non-free
    
    deb http://deb.debian.org/debian bookworm-updates main contrib non-free
    # deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free
    
    
    #deb http://security.debian.org/ bookworm/updates main contrib non-free
    ## deb-src http://security.debian.org/ bookworm/updates main contrib non-free