HowTo setup Local DNS/DHCP Plugin

    • Offizieller Beitrag

    And this would be why I hate this plugin... Maybe I shouldn't have ported it.


    You shouldn't have to enable dhcp. I didn't on my test VM.


    Does journalctl -xn give any more details? What is the output of:


    cat /etc/default/dnsmasq
    cat /etc/dnsmasq.d/omv.conf

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • I want to thanks to you to ported the plugin .
    I really apreciate your efforts andres your spend time.


    Thanks a lot to port to OMV3


    Enviado desde mi SM-A510F mediante Tapatalk

    • Offizieller Beitrag

    There is a new package in the testing repo that might fix the issue. I didn't increment the version.


    http://omv-extras.org/testing2/openmediavault-dnsmasq_3.1_all.deb

  • I got DNS issue...
    Another issue is that even though I disabled the plugin, the dnsmasq still running.
    I had to stop it manually: /etc/init.d/dnsmasq stop
    And the DNS starts working again.



    cat /etc/default/dnsmasq


    cat /etc/dnsmasq.d/omv.conf

    OMV v5.0
    Asus Z97-A/3.1; i3-4370
    32GB RAM Corsair Vengeance Pro

    3 Mal editiert, zuletzt von tinh_x7 ()

    • Offizieller Beitrag

    Can I get this plugin DNS issue fix?

    I assume you mean the start/stop issue? This is fixed in the latest package - http://omv-extras.org/testing2/openmediavault-dnsmasq_3.1.1_all.deb

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • On the 3.1 version, not only the dnsmasq still running if I disable the plugin, but the DNS also not working while the plugin is enabled.

    OMV v5.0
    Asus Z97-A/3.1; i3-4370
    32GB RAM Corsair Vengeance Pro

    2 Mal editiert, zuletzt von tinh_x7 ()

    • Offizieller Beitrag

    On the 3.1 version, not only the dns not stop if I disable the plugin, and the DNS not working while is enabled too.

    With 3.1.1, start/stop is fixed and dns is working on my system. Try it without any extra options to start with.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • I found the problem with the plugin.
    DNS only work without "extra options" parameters.


    If I put these following codes in there, DNS stop working.


    Code
    port=0
    dhcp-range=192.168.1.0,proxy
    pxe-prompt="Press F8 for menu", 20
    pxe-service=x86PC,"PXE Boot-Server",pxelinux
    resolv-file=/etc/resolv.conf

    OMV v5.0
    Asus Z97-A/3.1; i3-4370
    32GB RAM Corsair Vengeance Pro

    • Offizieller Beitrag

    Read this. Setting port=0 turns off DNS.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    I removed the port line and changed the dns server in the interfaces tab to 127.0.0.1.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    did you enter something in the dns server field in the plugin?

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Hello I am trying to test but i'm not able to install.


    I donwload latest version in repo: openmediavault-dnsmasq_3.1.1_all.deb


    Load it in the pluginig section of OMV, and then mark to install, but I recive this error message:





    my system is updated :


    ================================================================================
    = openmediavault information
    ================================================================================
    Release: 3.0.59
    Codename: Erasmus





    From CLI:


    • Offizieller Beitrag

    Execute apt-get -f install from the command line

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!