Beiträge von nick2k3

    HI, i actually need an updated kernel to solve the macvlan issues already highlighted in other threads and have been forced to run the rpi-update to have a kernel version that solves it.

    That has been annoying me a bit bc I know i should not be running untested kernel on a regular basis.. every updates makes me shiver :)


    I have a "test" RPi to try some functionality out and report if I found any issues.

    Hi everyone! I just noticed that RPI kernel was bumped to 5.4.42. has anyone been using that kernel with OMV and a Raspberry Pi?

    Is there any concerning thing I should keep in mind before upgrading ?

    (other tha an SD backup of course)

    Thanks!

    Hi, I had similar problems. try to change the DNS on your client configuration to 1.1.1.1 or something similar, outside of your network.

    I am afraid that dns requests are not forwarded by the docker gateway to the host's default DNS.


    In my network I use Pihole on another system than the host on which wireguard runs and I have set the DNS on the client to that host. It works!

    But if I leave the self generated DNS ( 10.13.13.1in your case) i had problems.

    can you check if the host machine is configured to forward ipv4 packets?

    run this command

    Code
    pi@raspberrypi:~ $ sysctl net.ipv4.ip_forward 
    it should result in:
    net.ipv4.ip_forward = 1

    if it's 0 your machine receives packet from the phone which are intended to the outer internet but instead drops them


    also check, on your phone wireguard configuration that the AllowedIP is 0.0.0.0

    Hello,


    The Wireguard can only connect via intranet, can't access external sites.

    Anybody know why ?

    are you sure you have opened the port on your router?

    In the .conf of the server you should have it set under the parameter:

    ListenPort = xxxxx 

    if this is not open and redirected from the outside to your wireguard server, then you won't be able to reach it from outside.

    I have deleted the tasks.sls then tried to delete one folder again and got the same errors as before.


    Re-reading your post I now realize that deleting tasks.sls was not a workaround but rather a preparation for the fix.

    If so, I'll wait for the fix, otherwise I am available in case you need to test something more.


    Thanks again for the super fast support!

    Content of

    /srv/pillar/omv/tasks.sls for RPi3:


    Output of salt-call --local state.orchestrate omv.task on RPi3:

    https://pastebin.com/5t5G0vfz


    If needed I can run it on the other system too.

    Not that I know of. I assume it is something different from the hostname of each rpi, right?

    Edit: no,shared folders are disabled by default on RPi4 as it is a new install using the updated script that disables it by default.


    On the RPi3 it was enabled but then i disabled it.

    Hello everyone,

    I have two up-to-date instalations of OMV5 (5.4.5-1) on a RPi3 and RPi4 running in my home.

    I noticed I can no longer delete a shared folder: I get an error when applying changes.


    Here is a list of what I have tried:

    - creating a new shared folder and applying changes : OK

    - deleting multiple shared folder at once: same error

    - reverting the change: OK

    - making another modification and applying changes (i.e. change time zone): OK

    - the shared folders are not used in any other point of OMV

    - I am not logged in via ssh and "in" one of these folders

    - rebooting system : same result


    The system on the RPi3 has been installed in mid February.

    The system on the RPi4 has been installed around mid april (when OMV5 was considered stable) and kept constantly up-to date.

    Around the installation of RPi4 I remembered being able to delete some shares etc.. unfortunately I don't know since when this is broken.

    Here below the two error dumps, does anyone know what I could do to investigate further?


    Error on RPi4:

    https://pastebin.com/iTSKxwV6

    Error on RPi3:

    https://pastebin.com/qUTW3CRG


    Edit: using pastbin as error were too longs for code tags

    Can you use another QR reader to tell me what config it is actually generating? The QR code was the one thing that seemed to working fine.

    I think I have narrowed it down. I was using a prefix to the Endpoint (https:// ) I tried removing it, saving and regenerating the QR code but it is not updating.
    Even if I replace the endpoint with some bogus IP like 10.0.0.1 it won't regenerate the QR.
    I hade to enable and disable the plugin and clear the cache to let it regenerate.
    I'll make some more tries.


    There is no PSK setting currently. What does the config line look like?

    sorry, my fault, now it is not there, I might have messed up with other tools.



    OMV doesn't work that way. It totally controls the config files. If there is something missing, it should be added to the plugin and/or an extra options field added.

    Fair enough, I'll play a bit with it and see if I can put together some modifications for a pull request.


    I haven't touched it. I was waiting for more feedback on what it is doing wrong. As much as I would like to try it out, I haven't had time. So, I haven't really used wireguard and that makes it tough to improve the plugin.

    Hi, I have tried it in these days and I have a couple of points:
    - the latest version I have tried (last week) generates a QR code which is not readable by the latest version of the iOS wireguard app. It says it is not a valid wireguard configuration.
    - I would put a setting to enabling or not the usage of a PSK
    - it could be cool if it could just load an existing configuration and start from there, also because it allows a more fine-grained control


    If there is anything you want me to test I can try!
    Thanks for doing it!

    Hi everyone!
    I have successfully configured wireguard on my OMV5 raspbian-lite base installation.


    I now would like to set it so that it will automatically run whenever I start the system.
    I have checked debian wiki and they indicate several strategies:
    https://wiki.debian.org/Wireguard


    I am considering using "Alternative 2 - systemd" but of course I don't want to "mess" with OMV own control of the interfaces.


    Then I am asking, what is the most "polite" way to set something like this in OMV?


    PS: I have tried the WG unreleased plugin but it is too limited for now, I would like to configure it manually for the time being


    Thanks!

    Hi Thanks,
    I have done almost everything you said and have my compose file like this:



    but I still cannot manage to connect to netdata.mars.fritz.box


    I am quite struggling at this point..

    Hi subzero79, I am trying to do exactly what the OP is trying to do but with docker and traefik.


    Basically I have all my containers exposing different ports within the local network with domain fritz.box, i.e.:


    server_name.fritz.box:1234 //music service
    server_name.fritz.box:4321 //photo service
    etc..


    what I am trying to achieve is reaching the servers like this:
    music.server_name.fritz.box
    photo.server_name.fritz.box


    right now I am struggling a lot. Before asking for further help, can you tell me if this is even possible with traefik?
    thanks!

    I'm so glad you guys are there!!


    I have spent the last 24 hours digging on my own setup trying to understand why pihole was not responding after 4-5 minutes.


    I have noticed the exact same behavior with 4.19.97-v7+ on Buster and a Pi3 .. I thought the weirdest thing and that I was starting to see things..


    One question: as it seems that running rpi-update fixes this, what are the implication on OMV?
    is it safe to upgrade the kernel? what difference does it make compared to waiting for the new kernel to pop up in the updates section of OMV/apt-get?


    Thanks,