Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. PiHole-Fritzbox-Proxmox

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    267

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.6k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

PiHole-Fritzbox-Proxmox

Scheduled Pinned Locked Moved ioBroker Allgemein
fritzboxproxmoxpiholeinstall
108 Posts 9 Posters 15.4k Views 15 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K KleinesA

    @crunchip Da kommt was:
    domain fritz.box
    search fritz.box
    nameserver 192.168.178.37

    crunchipC Offline
    crunchipC Offline
    crunchip
    Forum Testing Most Active
    wrote on last edited by
    #99

    @KleinesA ja und die .37 ist dein Pihole

    umgestiegen von Proxmox auf Unraid

    K 1 Reply Last reply
    0
    • crunchipC crunchip

      @KleinesA ja und die .37 ist dein Pihole

      K Offline
      K Offline
      KleinesA
      wrote on last edited by
      #100

      @crunchip Ja

      crunchipC 1 Reply Last reply
      0
      • K KleinesA

        @crunchip Ja

        crunchipC Offline
        crunchipC Offline
        crunchip
        Forum Testing Most Active
        wrote on last edited by
        #101

        @KleinesA
        du könntest die resolv.conf ändern, aber die wird wahrscheinlich nach einem neustart wieder überschrieben werden.
        Hatte damals auch das Problem.
        Probier mal das so
        änder die resolv.conf auf die Ip-Adresse deiner Fritzbox
        und bei
        /etc/network/interfaces
        trägst du direkt unter
        iface ens18 inet dhcp
        dns-nameservers 192.168.178.1
        ein

        umgestiegen von Proxmox auf Unraid

        K 1 Reply Last reply
        -1
        • crunchipC crunchip

          @KleinesA
          du könntest die resolv.conf ändern, aber die wird wahrscheinlich nach einem neustart wieder überschrieben werden.
          Hatte damals auch das Problem.
          Probier mal das so
          änder die resolv.conf auf die Ip-Adresse deiner Fritzbox
          und bei
          /etc/network/interfaces
          trägst du direkt unter
          iface ens18 inet dhcp
          dns-nameservers 192.168.178.1
          ein

          K Offline
          K Offline
          KleinesA
          wrote on last edited by
          #102

          @crunchip
          Also in /etc/network/interfaces bleibt der Eintrag dns-nameserver 192.168.178.1 stehen.
          Der Eintrag /etc/resolv.conf wird wieder überschrieben mit der ip vom Pi-Hole
          Und ioBroker feuert wieder Anfragen nach fritz.box ohne Ende raus.

          crunchipC 1 Reply Last reply
          0
          • K KleinesA

            @crunchip
            Also in /etc/network/interfaces bleibt der Eintrag dns-nameserver 192.168.178.1 stehen.
            Der Eintrag /etc/resolv.conf wird wieder überschrieben mit der ip vom Pi-Hole
            Und ioBroker feuert wieder Anfragen nach fritz.box ohne Ende raus.

            crunchipC Offline
            crunchipC Offline
            crunchip
            Forum Testing Most Active
            wrote on last edited by
            #103

            @KleinesA du könntest deinen Iobroker von dhcp auf statische ip stellen
            dazu musst du in

            /etc/network/interfaces
            

            folgendes ändern

            iface ens18 inet static
            address 192.168.178.x
            netmask 255.255.255.0
            gateway 192.168.178.1
            dns-nameservers 192.168.178.1

            umgestiegen von Proxmox auf Unraid

            K 2 Replies Last reply
            0
            • crunchipC crunchip

              @KleinesA du könntest deinen Iobroker von dhcp auf statische ip stellen
              dazu musst du in

              /etc/network/interfaces
              

              folgendes ändern

              iface ens18 inet static
              address 192.168.178.x
              netmask 255.255.255.0
              gateway 192.168.178.1
              dns-nameservers 192.168.178.1

              K Offline
              K Offline
              KleinesA
              wrote on last edited by
              #104

              @crunchip Danke. Werde ich heute Abend mal testen.

              1 Reply Last reply
              0
              • crunchipC crunchip

                @KleinesA du könntest deinen Iobroker von dhcp auf statische ip stellen
                dazu musst du in

                /etc/network/interfaces
                

                folgendes ändern

                iface ens18 inet static
                address 192.168.178.x
                netmask 255.255.255.0
                gateway 192.168.178.1
                dns-nameservers 192.168.178.1

                K Offline
                K Offline
                KleinesA
                wrote on last edited by
                #105

                @crunchip
                Hallo also unter /etc/resolv.conf steht
                domain fritz.box
                search fritz.box
                nameserver 192.168.178.37

                192.168.178.37 ist der pihole. Auch wenn ich dort die IP der FB schreibe, nach einem Reboot steht dort wieder Pihole.

                Unter /etc/network/interfaces steht:

                This file describes the network interfaces available on your system

                and how to activate them. For more information, see interfaces(5).

                source /etc/network/interfaces.d/*

                The loopback network interface

                auto lo
                iface lo inet loopback
                iface ens18 inet static
                address 192.168.178.32
                netmask 255.255.255.0
                gateway 192.168.178.1

                The primary network interface

                allow-hotplug ens18
                #####iface ens18 inet dhcp
                dns-nameserver 192.168.178.1

                Nach einem Reboot ist ioBroker per http nicht mehr erreichbar.

                crunchipC 1 Reply Last reply
                0
                • K KleinesA

                  @crunchip
                  Hallo also unter /etc/resolv.conf steht
                  domain fritz.box
                  search fritz.box
                  nameserver 192.168.178.37

                  192.168.178.37 ist der pihole. Auch wenn ich dort die IP der FB schreibe, nach einem Reboot steht dort wieder Pihole.

                  Unter /etc/network/interfaces steht:

                  This file describes the network interfaces available on your system

                  and how to activate them. For more information, see interfaces(5).

                  source /etc/network/interfaces.d/*

                  The loopback network interface

                  auto lo
                  iface lo inet loopback
                  iface ens18 inet static
                  address 192.168.178.32
                  netmask 255.255.255.0
                  gateway 192.168.178.1

                  The primary network interface

                  allow-hotplug ens18
                  #####iface ens18 inet dhcp
                  dns-nameserver 192.168.178.1

                  Nach einem Reboot ist ioBroker per http nicht mehr erreichbar.

                  crunchipC Offline
                  crunchipC Offline
                  crunchip
                  Forum Testing Most Active
                  wrote on last edited by
                  #106

                  @KleinesA trag das mal so ein

                  # This file describes the network interfaces available on your system
                  # and how to activate them. For more information, see interfaces(5).
                  
                  source /etc/network/interfaces.d/*
                  
                  # The loopback network interface
                  auto lo
                  iface lo inet loopback
                  
                  # The primary network interface
                  allow-hotplug ens18
                  iface ens18 inet static
                  	address 192.168.178.32
                  	netmask 255.255.255.0
                  	gateway 192.168.178.1
                          dns-nameservers 192.168.178.1
                  # This is an autoconfigured IPv6 interface
                  iface ens18 inet6 auto
                  

                  umgestiegen von Proxmox auf Unraid

                  K 1 Reply Last reply
                  0
                  • crunchipC crunchip

                    @KleinesA trag das mal so ein

                    # This file describes the network interfaces available on your system
                    # and how to activate them. For more information, see interfaces(5).
                    
                    source /etc/network/interfaces.d/*
                    
                    # The loopback network interface
                    auto lo
                    iface lo inet loopback
                    
                    # The primary network interface
                    allow-hotplug ens18
                    iface ens18 inet static
                    	address 192.168.178.32
                    	netmask 255.255.255.0
                    	gateway 192.168.178.1
                            dns-nameservers 192.168.178.1
                    # This is an autoconfigured IPv6 interface
                    iface ens18 inet6 auto
                    
                    K Offline
                    K Offline
                    KleinesA
                    wrote on last edited by
                    #107

                    @crunchip Danke. Das werde ich.

                    1 Reply Last reply
                    0
                    • K Offline
                      K Offline
                      KleinesA
                      wrote on last edited by
                      #108

                      @crunchip sagte in PiHole-Fritzbox-Proxmox:

                      This file describes the network interfaces available on your system

                      and how to activate them. For more information, see interfaces(5).

                      source /etc/network/interfaces.d/*

                      The loopback network interface

                      auto lo
                      iface lo inet loopback

                      The primary network interface

                      allow-hotplug ens18
                      iface ens18 inet static
                      address 192.168.178.32
                      netmask 255.255.255.0
                      gateway 192.168.178.1
                      dns-nameservers 192.168.178.1

                      This is an autoconfigured IPv6 interface

                      iface ens18 inet6 auto

                      Scheint zu klappen. Danke

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      Support us

                      ioBroker
                      Community Adapters
                      Donate
                      FAQ Cloud / IOT
                      HowTo: Node.js-Update
                      HowTo: Backup/Restore
                      Downloads
                      BLOG

                      486

                      Online

                      32.7k

                      Users

                      82.5k

                      Topics

                      1.3m

                      Posts
                      Community
                      Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                      ioBroker Community 2014-2025
                      logo
                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Home
                      • Recent
                      • Tags
                      • Unread 0
                      • Categories
                      • Unreplied
                      • Popular
                      • GitHub
                      • Docu
                      • Hilfe