Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. DNS Problem

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    DNS Problem

    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      ticaki Developer @toki1973 last edited by

      @toki1973
      IMHO hättest du mehr schreiben können damit man weiß was du schon versuchst hast 🙂

      mal mit ip addr geguckt was so die ips sind?

      1 Reply Last reply Reply Quote 0
      • T
        toki1973 last edited by

        @ticaki Danke für die Rückmeldung. Ich habe festgestellt, das pingen auf die IP von Google.de funktioniert. Auf Names funktioniert nichts mehr

        toki@iobroker:~$ ip addr
        1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group defaul                                                                 t qlen 1000
            link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
            inet 127.0.0.1/8 scope host lo
               valid_lft forever preferred_lft forever
            inet6 ::1/128 scope host noprefixroute
               valid_lft forever preferred_lft forever
        2: ens18: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP gro                                                                 up default qlen 1000
            link/ether 4a:cf:26:a5:90:d2 brd ff:ff:ff:ff:ff:ff
            altname enp0s18
            inet 192.168.0.193/24 brd 192.168.0.255 scope global ens18
               valid_lft forever preferred_lft forever
            inet6 2a02:8071:73c0:83e0:48cf:26ff:fea5:90d2/64 scope global dynamic mngtmp                                                                 addr
               valid_lft 86399sec preferred_lft 86399sec
            inet6 fe80::48cf:26ff:fea5:90d2/64 scope link
               valid_lft forever preferred_lft forever
        
        
        T 1 Reply Last reply Reply Quote 0
        • T
          toki1973 @toki1973 last edited by

          In der resolv.conf ist der Router konfiguriert:

          nameserver 192.168.0.1
          

          Im Router:

          IPv4 DNS Server:	81.210.129.4
          IPv6 DNS Server:	2a02:908:2:b::1,2a02:908:2:a::1
          
          T 1 Reply Last reply Reply Quote 0
          • T
            ticaki Developer @toki1973 last edited by

            @toki1973

            Schon mal den router angepingt?
            vm noch mal solo rebootet? Das sieht doch soweit richtig aus.

            T 1 Reply Last reply Reply Quote 0
            • T
              toki1973 @ticaki last edited by

              @ticaki
              Ja den lokalen Router erreiche ich. Google auf 9.9.9.9 auch. Mit google.de nicht. Aus der Proxmox Vewaltungs Shell funktioniert der DNS auch.

              Habe das ganze Proxmox und auch mal nur den iob VM neu gestartet. Lieder ohne Erfolg. Aus zwei anderen Container heraus funktioniert der DNS auch.

              Nur nicht aus iob VM heraus. Daher muss da was falsch sein.
              Vlt. hat @Thomas-Braun noch eine Idee.

              Thomas Braun T 3 Replies Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @toki1973 last edited by

                @toki1973 sagte in DNS Problem:

                Nee, Netzwerk ist nicht mein Zuhause.
                Und außerdem willst du keine 'Disclaimer' lesen @ticaki

                1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @toki1973 last edited by Thomas Braun

                  @toki1973

                  Disclaimer:

                  Für Diagnosen des DNS verwendet man das Programm dig.
                  Ist in den dnstools enthalten und muss ggfls. zuerst installiert werden.
                  Was mit defektem Netzwerk ein Problem sein kann.

                  T 1 Reply Last reply Reply Quote 0
                  • T
                    ticaki Developer @toki1973 last edited by

                    @toki1973
                    Ich hab redis und iobroker getrennt, daher würde ich in einem solchen Fall einfach das Backup von letzter Nacht einspielen.

                    @Thomas-Braun
                    Es gibt Probleme da helfen Erklärungen nix - auf das was du anspielst z.B.

                    T 1 Reply Last reply Reply Quote 1
                    • T
                      toki1973 @ticaki last edited by

                      @ticaki Backup Einspielen möchte ich vermeiden.

                      Hier in interfaces ist eigentlich auch alles ok:
                      Es muss doch irgendwie erklärbar sein. Wie gesagt. Es gab einen Kaltstart werden Stromausfall. Wenn dann sollte doch alles zerschossen sein.

                      # 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 dhcp
                      iface ens18 inet static
                      	address 192.168.0.193
                      	netmask 255.255.255.0
                      	gateway 192.168.0.1
                      	dns-nameservers 192.168.0.1
                      # ipv6 autoconfig
                      iface ens18 inet6 auto
                      
                      
                      T 1 Reply Last reply Reply Quote 0
                      • T
                        ticaki Developer @toki1973 last edited by

                        @toki1973 sagte in DNS Problem:

                        @ticaki Backup Einspielen möchte ich vermeiden.

                        Wenn dann sollte doch alles zerschossen sein.

                        Wieso? 😄 kann doch auch sich doch auch nur 1 bit erschreckt haben - ok keine ahnung ob das heute noch möglich ist. Das sieht halt alles richtig aus. Haste vielleicht die firewall an und nur den dns port geblockt... Ich hab da keine idee.

                        1 Reply Last reply Reply Quote 0
                        • Neuschwansteini
                          Neuschwansteini @toki1973 last edited by

                          @toki1973

                          haste n PiHole oder sowas laufen?

                          T 1 Reply Last reply Reply Quote 0
                          • T
                            toki1973 @Neuschwansteini last edited by

                            @ilovegym Nein. Ein Vodafone Router und Proxmox. Ich komme nur nicht von der iob über den DNS. FW am Proxmox sind deaktiviert

                            Neuschwansteini 1 Reply Last reply Reply Quote 0
                            • Neuschwansteini
                              Neuschwansteini @toki1973 last edited by Neuschwansteini

                              @toki1973

                              vom Proxmox-Host geht dns ?
                              Nur die vm nicht, richtig? DNS einstellungen in der VM sind die vom Host?

                              Falls alles ja, mach mal ein dns-flush mit

                              sudo resolvectl flush-caches
                              

                              oder ein

                              sudo systemd-resolve --flush-caches
                              
                              T Homoran 2 Replies Last reply Reply Quote 0
                              • T
                                toki1973 @Neuschwansteini last edited by

                                @ilovegym said in DNS Problem:

                                sudo systemd-resolve --flush-caches

                                
                                toki@iobroker:~$ sudo systemd-resolve --flush-caches
                                sudo: systemd-resolve: Befehl nicht gefunden
                                
                                

                                Ja von einer andern VM und von der Proxmox console klappt der DNS. Nur nicht aus der iob VM.

                                Neuschwansteini T 2 Replies Last reply Reply Quote 0
                                • Neuschwansteini
                                  Neuschwansteini @toki1973 last edited by

                                  @toki1973

                                  du hast das cmd fuer aeltere installationen benutzt.. nimm das, was ich zuerst gepostet hab.. das sollte dann gehen.
                                  Ansonste mal den Netzwerkdienst neu starten.. oder trag in Proxmox mal bei der VM die dns IP direkt ein

                                  T 2 Replies Last reply Reply Quote 0
                                  • T
                                    toki1973 @toki1973 last edited by

                                    toki@iobroker:~$ nc -zv 9.9.9.9 53
                                    9.9.9.9: inverse host lookup failed: Host name lookup failure
                                    (UNKNOWN) [9.9.9.9] 53 (domain) open
                                    
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      toki1973 @Neuschwansteini last edited by

                                      @ilovegym

                                      toki@iobroker:~$ sudo resolvectl flush-caches
                                      sudo: resolvectl: Befehl nicht gefunden
                                      
                                      

                                      Wie starte ich den Netzwerk Dienst?

                                      1 Reply Last reply Reply Quote 0
                                      • T
                                        toki1973 @Neuschwansteini last edited by

                                        @ilovegym
                                        14aaf1db-3cbf-4d27-9997-1ed11051eb8e-image.png

                                        In der VM 103 gibt es keine Möglichkeit für eine DNS Einstellung.

                                        T 1 Reply Last reply Reply Quote 0
                                        • T
                                          toki1973 @toki1973 last edited by

                                          toki@iobroker:~$ sudo host zdf.de 192.168.0.1
                                          ;; communications error to 192.168.0.1#53: connection refused
                                          ;; communications error to 192.168.0.1#53: timed out
                                          ;; no servers could be reached
                                          toki@iobroker:~$ sudo host zdf.de 9.9.9.9
                                          Using domain server:
                                          Name: 9.9.9.9
                                          Address: 9.9.9.9#53
                                          Aliases:
                                          
                                          zdf.de has address 91.197.29.78
                                          zdf.de mail is handled by 15 inmail.zdf.de.
                                          toki@iobroker:~$
                                          
                                          Neuschwansteini 1 Reply Last reply Reply Quote 0
                                          • Neuschwansteini
                                            Neuschwansteini @toki1973 last edited by

                                            @toki1973

                                            prima, geht doch!
                                            nur deine 192.168.0.1 kann kein dns weiterleiten.. wasn das fuern Kasten?

                                            T 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            472
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            8
                                            63
                                            2227
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo