DHCP Problem

Hallo,

nachdem ich meinen PiHole ein paar Wochen auf meinem Raspberry 4 laufen hatte (alles einwandfrei), habe ich am Wochenende mein Raspberry neu installiert, seit da habe ich DHCP Probleme.

Nach der Installation scheint alles zu funktioniere. Ich sehe im Dashboard, wie sich die Anzahl der geblockten Abfragen immer mehr erhöht. Dann bekomme ich auf einmal keine Verbindung mehr. Mit meinem Linux Notebook bekomme ich keine Verbindung zum WLAN. In meinem Handy wird mir angezeigt, dass keine IP bezogen werden konnte.

Router:
Leider habe ich eine Connect Box, in der ich keinen DNS einstellen kann. Daher habe ich in meinem Router DHCP deaktiviert.

Pi-Hole:

Ich habe das ganze als normale Installation als versucht, als auch mit Docker. Mit beiden hatte ich das gleiche Problem. Anbei mein Run Script:

docker run -d \
    --name pihole \
    --net=host \
    -v "/mnt/pihole/etc-pihole/:/etc/pihole/" \
    -v "/mnt/pihole/etc-dnsmasq.d/:/etc/dnsmasq.d/" \
    -e ServerIP="192.168.0.52" \
    -e TZ="Europe/Amsterdam" \
    -e WEBPASSWORD="pw" \
    --restart=unless-stopped \
    --cap-add=NET_ADMIN \
    --dns 127.0.0.1 \
    pihole/pihole:latest

Hallo,

bitte ein Protokoll zur Analyse bereitstellen.

Entweder mit

pihole -d

oder

Bitte sehr. Ich hoffe du findest etwas.

    * Log will NOT be uploaded to tricorder.
[?] Would you like to upload the log? [y/N] n

    * If available, we'll use openssl to upload the log, otherwise it will fall back to netcat.
    * For more information, see: https://pi-hole.net/2016/11/07/crack-our-medical-tricorder-win-a-raspberry-pi-3/
    * The debug log can be uploaded to tricorder.pi-hole.net for sharing with developers only.

[✓] ** FINISHED DEBUGGING! **
********************************************
********************************************


   Dec  3 01:00:00 dnsmasq[19035]: cached 192.168.0.25 is NXDOMAIN
   Dec  3 01:00:00 dnsmasq[19035]: query[PTR] 25.0.168.192.in-addr.arpa from 127.0.0.1
   Dec  3 01:00:00 dnsmasq[19035]: cached 192.168.0.31 is NXDOMAIN
   Dec  3 01:00:00 dnsmasq[19035]: query[PTR] 31.0.168.192.in-addr.arpa from 127.0.0.1
   Dec  3 01:00:00 dnsmasq[19035]: cached 192.168.0.35 is NXDOMAIN
   Dec  3 01:00:00 dnsmasq[19035]: query[PTR] 35.0.168.192.in-addr.arpa from 127.0.0.1
   Dec  3 01:00:00 dnsmasq[19035]: cached 192.168.0.23 is NXDOMAIN
   Dec  3 01:00:00 dnsmasq[19035]: query[PTR] 23.0.168.192.in-addr.arpa from 127.0.0.1
   Dec  3 01:00:00 dnsmasq[19035]: cached 192.168.0.47 is NXDOMAIN
   Dec  3 01:00:00 dnsmasq[19035]: query[PTR] 47.0.168.192.in-addr.arpa from 127.0.0.1
   Dec  3 01:00:00 dnsmasq[19035]: cached 192.168.0.46 is NXDOMAIN
   Dec  3 01:00:00 dnsmasq[19035]: query[PTR] 46.0.168.192.in-addr.arpa from 127.0.0.1
   Dec  3 00:59:42 dnsmasq[19035]: /etc/pihole/gravity.list msmetrics.ws.sonos.com is 0.0.0.0
   Dec  3 00:59:42 dnsmasq[19035]: query[A] msmetrics.ws.sonos.com from 192.168.0.35
   Dec  3 00:56:23 dnsmasq[19035]: /etc/pihole/gravity.list msmetrics.ws.sonos.com is 0.0.0.0
   Dec  3 00:56:23 dnsmasq[19035]: query[A] msmetrics.ws.sonos.com from 192.168.0.23
   Dec  3 00:29:43 dnsmasq[19035]: /etc/pihole/gravity.list msmetrics.ws.sonos.com is 0.0.0.0
   Dec  3 00:29:43 dnsmasq[19035]: query[A] msmetrics.ws.sonos.com from 192.168.0.35
   Dec  3 00:26:22 dnsmasq[19035]: /etc/pihole/gravity.list msmetrics.ws.sonos.com is 0.0.0.0
   Dec  3 00:26:22 dnsmasq[19035]: query[A] msmetrics.ws.sonos.com from 192.168.0.23
   -----head of pihole.log------
-rw-r--r-- 1 pihole pihole 96334 Dec  3 20:47 /var/log/pihole.log
*** [ DIAGNOSING ]: Pi-hole log

    LANG=en_GB.UTF-8
locale: Cannot set LC_ALL to default locale: No such file or directory
*** [ DIAGNOSING ]: Locale

-rw------- 1 pihole pihole 4096 Dec  3 20:46 /dev/shm/FTL-strings
-rw------- 1 pihole pihole 12 Dec  3 20:46 /dev/shm/FTL-settings
-rw------- 1 pihole pihole 196608 Dec  3 20:47 /dev/shm/FTL-queries
-rw------- 1 pihole pihole 53248 Dec  3 20:46 /dev/shm/FTL-overTime
-rw------- 1 pihole pihole 28 Dec  3 20:46 /dev/shm/FTL-lock
-rw------- 1 pihole pihole 12288 Dec  3 20:46 /dev/shm/FTL-forwarded
-rw------- 1 pihole pihole 65536 Dec  3 20:46 /dev/shm/FTL-domains
-rw------- 1 pihole pihole 108 Dec  3 20:46 /dev/shm/FTL-counters
-rw------- 1 pihole pihole 323584 Dec  3 20:46 /dev/shm/FTL-clients
*** [ DIAGNOSING ]: contents of /dev/shm

   [2019-12-03 20:46:59.566 3219] /etc/pihole/gravity.list: parsed 116818 domains (took 825.6 ms)
   [2019-12-03 20:46:58.740 3219] Compiled 0 Regex filters and 0 whitelisted domains in 0.1 msec (0 errors)
   [2019-12-03 20:46:58.740 3219] INFO: No whitelist file found
   [2019-12-03 20:46:58.740 3219] Blocking status is enabled
   [2019-12-03 20:46:58.740 3219] Received SIGHUP, reloading cache
   [2019-12-03 20:46:58.739 3219] Listening on Unix socket
   [2019-12-03 20:46:58.739 3219] Listening on port 4711 for incoming IPv6 telnet connections
   [2019-12-03 20:46:58.739 3219] Listening on port 4711 for incoming IPv4 telnet connections
   [2019-12-03 20:46:58.738 3219] PID of FTL process: 3219
   [2019-12-03 20:46:58.732 3217] Successfully accessed setupVars.conf
   [2019-12-03 20:46:58.732 3217]  -> Known forward destinations: 2
   [2019-12-03 20:46:58.732 3217]  -> Unique clients: 5
   [2019-12-03 20:46:58.732 3217]  -> Unique domains: 69
   [2019-12-03 20:46:58.732 3217]  -> Unknown DNS queries: 0
   [2019-12-03 20:46:58.732 3217]  -> Exactly blocked DNS queries: 127
   [2019-12-03 20:46:58.732 3217]  -> Forwarded DNS queries: 163
   [2019-12-03 20:46:58.732 3217]  -> Cached DNS queries: 197
   [2019-12-03 20:46:58.732 3217]  -> Total DNS queries: 487
   [2019-12-03 20:46:58.732 3217] Imported 487 queries from the long-term database
   [2019-12-03 20:46:58.731 3217] New forward server: 46.182.19.48 (1/512)
   [2019-12-03 20:46:58.731 3217] New forward server: 80.241.218.68 (0/512)
   [2019-12-03 20:46:58.730 3217] Database successfully initialized
   [2019-12-03 20:46:58.730 3217] Database version is 3
   [2019-12-03 20:46:58.729 3217] Finished config file parsing
   [2019-12-03 20:46:58.729 3217]    PARSE_ARP_CACHE: Active
   [2019-12-03 20:46:58.729 3217]    MACVENDORDB: Using /etc/pihole/macvendor.db
   [2019-12-03 20:46:58.729 3217]    AUDITLISTFILE: Using /etc/pihole/auditlog.list
   [2019-12-03 20:46:58.728 3217]    SETUPVARSFILE: Using /etc/pihole/setupVars.conf
   [2019-12-03 20:46:58.728 3217]    REGEXLISTFILE: Using /etc/pihole/regex.list
   [2019-12-03 20:46:58.728 3217]    GRAVITYFILE: Using /etc/pihole/gravity.list
   [2019-12-03 20:46:58.728 3217]    BLACKLISTFILE: Using /etc/pihole/black.list
   [2019-12-03 20:46:58.728 3217]    WHITELISTFILE: Using /etc/pihole/whitelist.txt
   [2019-12-03 20:46:58.728 3217]    SOCKETFILE: Using /var/run/pihole/FTL.sock
   [2019-12-03 20:46:58.728 3217]    PORTFILE: Using /var/run/pihole-FTL.port
   [2019-12-03 20:46:58.728 3217]    PIDFILE: Using /var/run/pihole-FTL.pid
   -----tail of pihole-FTL.log------

   [2019-12-03 18:17:17.282 637] Database successfully initialized
   [2019-12-03 18:17:17.281 637] Database version is 3
   [2019-12-03 18:17:17.176 637] Finished config file parsing
   [2019-12-03 18:17:17.176 637]    PARSE_ARP_CACHE: Active
   [2019-12-03 18:17:17.175 637]    MACVENDORDB: Using /etc/pihole/macvendor.db
   [2019-12-03 18:17:17.175 637]    AUDITLISTFILE: Using /etc/pihole/auditlog.list
   [2019-12-03 18:17:17.175 637]    SETUPVARSFILE: Using /etc/pihole/setupVars.conf
   [2019-12-03 18:17:17.175 637]    REGEXLISTFILE: Using /etc/pihole/regex.list
   [2019-12-03 18:17:17.175 637]    GRAVITYFILE: Using /etc/pihole/gravity.list
   [2019-12-03 18:17:17.175 637]    BLACKLISTFILE: Using /etc/pihole/black.list
   [2019-12-03 18:17:17.175 637]    WHITELISTFILE: Using /etc/pihole/whitelist.txt
   [2019-12-03 18:17:17.175 637]    SOCKETFILE: Using /var/run/pihole/FTL.sock
   [2019-12-03 18:17:17.175 637]    PORTFILE: Using /var/run/pihole-FTL.port
   [2019-12-03 18:17:17.174 637]    PIDFILE: Using /var/run/pihole-FTL.pid
   [2019-12-03 18:17:17.174 637]    DBIMPORT: Importing history from database
   [2019-12-03 18:17:17.174 637]    ANALYZE_ONLY_A_AND_AAAA: Disabled. Analyzing all queries
   [2019-12-03 18:17:17.174 637]    BLOCKINGMODE: Null IPs for blocked domains
   [2019-12-03 18:17:17.174 637]    IGNORE_LOCALHOST: Show queries from localhost
   [2019-12-03 18:17:17.174 637]    PRIVACYLEVEL: Set to 0
   [2019-12-03 18:17:17.174 637]    MAXLOGAGE: Importing up to 24.0 hours of log data
   [2019-12-03 18:17:17.174 637]    DBFILE: Using /etc/pihole/pihole-FTL.db
   [2019-12-03 18:17:17.174 637]    DBINTERVAL: saving to DB file every minute
   [2019-12-03 18:17:17.173 637]    RESOLVE_IPV4: Resolve IPv4 addresses
   [2019-12-03 18:17:17.173 637]    RESOLVE_IPV6: Resolve IPv6 addresses
   [2019-12-03 18:17:17.173 637]    MAXDBDAYS: max age for stored queries is 365 days
   [2019-12-03 18:17:17.173 637]    AAAA_QUERY_ANALYSIS: Show AAAA queries
   [2019-12-03 18:17:17.173 637]    SOCKET_LISTENING: only local
   [2019-12-03 18:17:17.173 637] Starting config file parsing (/etc/pihole/pihole-FTL.conf)
   [2019-12-03 18:17:17.173 637] FTL user: pihole
   [2019-12-03 18:17:17.173 637] FTL date: 2019-05-25 21:37:26 +0200
   [2019-12-03 18:17:17.172 637] FTL commit: b60d63f
   [2019-12-03 18:17:17.172 637] FTL version: v4.3.1
   [2019-12-03 18:17:17.172 637] FTL branch: master
   [2019-12-03 18:17:17.172 637] ########## FTL started! ##########
   [2019-12-03 18:17:17.172 637] Using log file /var/log/pihole-FTL.log
   -----head of pihole-FTL.log------
-rw-r--r-- 1 pihole pihole 12362 Dec  3 20:46 /var/log/pihole-FTL.log

*** [ DIAGNOSING ]: contents of /var/log

   2019-12-03 18:17:17: (server.c.1493) WARNING: unknown config-key: alias.url (ignored) 
   2019-12-03 18:17:17: (server.c.1464) server started (lighttpd/1.4.53) 
   2019-12-02 18:52:09: (server.c.1493) WARNING: unknown config-key: alias.url (ignored) 
   2019-12-02 18:52:09: (server.c.1464) server started (lighttpd/1.4.53) 
   2019-12-02 18:52:08: (server.c.2059) server stopped by UID = 0 PID = 1 
   2019-12-02 18:51:46: (server.c.1464) server started (lighttpd/1.4.53) 
-rw-r--r-- 1 www-data www-data 459 Dec  3 18:17 /var/log/lighttpd/error.log

*** [ DIAGNOSING ]: contents of /var/log/lighttpd

   @reboot root    PATH="$PATH:/usr/local/bin/" pihole updatechecker remote reboot
   33 15  * * *   root    PATH="$PATH:/usr/local/bin/" pihole updatechecker remote
   */10 *  * * *   root    PATH="$PATH:/usr/local/bin/" pihole updatechecker local
   @reboot root /usr/sbin/logrotate /etc/pihole/logrotate
   00 00   * * *   root    PATH="$PATH:/usr/local/bin/" pihole flush once quiet
   39 4   * * 7   root    PATH="$PATH:/usr/local/bin/" pihole updateGravity >/var/log/pihole_updateGravity.log || cat /var/log/pihole_updateGravity.log
-rw-r--r-- 1 root root 1704 Dec  2 18:52 /etc/cron.d/pihole

*** [ DIAGNOSING ]: contents of /etc/cron.d

   include_shell "cat external.conf 2>/dev/null"
   }
        url.access-deny = ("")
   $HTTP["url"] =~ "^/admin/\.(.*)" {
   }
       }
           setenv.add-response-header = ( "Access-Control-Allow-Origin" => "*" )
           
       $HTTP["url"] =~ ".ttf$" {
       )
           "X-Frame-Options" => "DENY"
           "X-Pi-hole" => "The Pi-hole Web interface is working!",
       setenv.add-response-header = (
       
   $HTTP["url"] =~ "^/admin/" {
' 2>/dev/null"
   include_shell "find /etc/lighttpd/conf-enabled -name '*.conf' -a ! -name 'letsencrypt.conf' -printf 'include \"%p\"
   include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
                         ".svg"  => "image/svg+xml" )
                         ".txt"  => "text/plain",
                         ".json" => "application/json",
                         ".js" => "application/javascript",
                         ".css" => "text/css; charset=utf-8",
                         ".html" => "text/html",
                         ".jpeg" => "image/jpeg",
                         ".jpg"  => "image/jpeg",
   mimetype.assign   = ( ".png"  => "image/png",
   compress.filetype           = ( "application/javascript", "text/css", "text/html", "text/plain" )
   compress.cache-dir          = "/var/cache/lighttpd/compress/"
   static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
   url.access-deny             = ( "~", ".inc", ".md", ".yml", ".ini" )
   index-file.names            = ( "index.php", "index.html", "index.lighttpd.html" )
   accesslog.format            = "%{%s}t|%V|%r|%s|%b"
   accesslog.filename          = "/var/log/lighttpd/access.log"
   server.port                 = 80
   server.groupname            = "www-data"
   server.username             = "www-data"
   server.pid-file             = "/var/run/lighttpd.pid"
   server.errorlog             = "/var/log/lighttpd/error.log"
   server.upload-dirs          = ( "/var/cache/lighttpd/uploads" )
   server.error-handler-404    = "/pihole/index.php"
   server.document-root        = "/var/www/html"
   )
   	"mod_rewrite"
   	"mod_setenv",
   	"mod_redirect",
   	"mod_compress",
   	"mod_expire",
   	"mod_auth",
   	"mod_accesslog",
   	"mod_access",
   server.modules = (
-rw-r--r-- 1 root root 3499 Dec  2 18:52 /etc/lighttpd/lighttpd.conf

*** [ DIAGNOSING ]: contents of /etc/lighttpd

   domain=lan
   dhcp-leasefile=/etc/pihole/dhcp.leases
   dhcp-option=option:router,192.168.0.1
   dhcp-range=192.168.0.10,192.168.0.50,24h
   dhcp-authoritative
-rw-r--r-- 1 root root 481 Dec  3 20:46 /etc/dnsmasq.d/02-pihole-dhcp.conf

   dhcp-ignore-names=tag:hostname-ignore
   dhcp-name-match=set:hostname-ignore,localhost
   dhcp-name-match=set:hostname-ignore,wpad
   interface=wlan0
   server=80.241.218.68
   server=46.182.19.48
   log-async
   local-ttl=2
   log-facility=/var/log/pihole.log
   log-queries
   cache-size=10000
   no-resolv
   localise-queries
   addn-hosts=/etc/pihole/local.list
   addn-hosts=/etc/pihole/black.list
   addn-hosts=/etc/pihole/gravity.list
-rw-r--r-- 1 root root 1524 Dec  3 20:46 /etc/dnsmasq.d/01-pihole.conf

*** [ DIAGNOSING ]: contents of /etc/dnsmasq.d

   }
   	nomail
   	notifempty
   	delaycompress
   	compress
   	rotate 3
   	copytruncate
   	weekly
   	su root root
   /var/log/pihole-FTL.log {
   }
   	nomail
   	notifempty
   	delaycompress
   	compress
   	rotate 5
   	copytruncate
   	daily
   	su root root
   /var/log/pihole.log {
-rw-r--r-- 1 root root 234 Dec  2 18:52 /etc/pihole/logrotate

   192.168.0.52 pi.hole
   192.168.0.52 raspberrypi
-rw-r--r-- 1 root root 46 Dec  2 18:52 /etc/pihole/local.list

   https://hosts-file.net/ad_servers.txt
   https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt
   https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt
   http://sysctl.org/cameleon/hosts
   https://mirror1.malwaredomains.com/files/justdomains
   https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
-rw-r--r-- 1 root root 313 Dec  2 18:50 /etc/pihole/adlists.list

*** [ DIAGNOSING ]: contents of /etc/pihole

   zzzrtrcm2.com
   zzzpooeaz-france.com
   zzzezeroe.fr
   zzz.clickbank.net
   -----tail of gravity.list------

   0.start.bz
   0.r.msn.com
   0.nextyourcontent.com
   0.0.0.0
   -----head of gravity.list------
-rw-r--r-- 1 root root 2720132 Dec  2 18:52 /etc/pihole/gravity.list
*** [ DIAGNOSING ]: Gravity list

[✓] Web interface X-Header: X-Pi-hole: The Pi-hole Web interface is working!
[✓] Block page X-Header: X-Pi-hole: A black hole for Internet advertisements.
*** [ DIAGNOSING ]: Dashboard and block page

    DHCP_rapid_commit=false
    DHCP_IPv6=false
    PIHOLE_DOMAIN=lan
    DHCP_LEASETIME=24
    DHCP_ROUTER=192.168.0.1
    DHCP_END=192.168.0.50
    DHCP_START=192.168.0.10
    DHCP_ACTIVE=true
    BLOCKING_ENABLED=true
    LIGHTTPD_ENABLED=true
    INSTALL_WEB_INTERFACE=true
    INSTALL_WEB_SERVER=true
    QUERY_LOGGING=true
    PIHOLE_DNS_2=80.241.218.68
    PIHOLE_DNS_1=46.182.19.48
    IPV6_ADDRESS=
    IPV4_ADDRESS=192.168.0.52/24
    PIHOLE_INTERFACE=wlan0
*** [ DIAGNOSING ]: Setup variables

[✓] pihole-FTL daemon is active
[✓] lighttpd daemon is active
*** [ DIAGNOSING ]: Pi-hole processes

[✓] doubleclick.com is 172.217.21.238 via a remote, public DNS server (8.8.8.8)
[✓] ex-torrentycom.5v.pl is 0.0.0.0 via Pi-hole (192.168.0.52)
[✓] ex-torrentycom.5v.pl is 0.0.0.0 via localhost (127.0.0.1)
*** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain

[[::1]:4711] is in use by pihole-FTL
[127.0.0.1:4711] is in use by pihole-FTL
[*:53] is in use by pihole-FTL
[*:53] is in use by pihole-FTL
[*:80] is in use by lighttpd
[*:80] is in use by lighttpd
*:22 sshd (IPv6)
*:22 sshd (IPv4)
*** [ DIAGNOSING ]: Ports in use

[✓] Gateway responded.
   * Pinging 192.168.0.1...
[i] Default IPv4 gateway: 192.168.0.1

   The link to the FAQ is for an issue that sometimes occurs when the IPv6 address changes, which is why we check for it.

   As long as one of them is green, and it matches what is in /etc/pihole/setupVars.conf, there is no need for concern.
   ^ Please note that you may have more than one IP address listed.

   fe80::bc81:8195:c5f2:977f does not match the IP found in /etc/pihole/setupVars.conf (https://discourse.pi-hole.net/t/use-ipv6-ula-addresses-for-pi-hole/2127)
[✓] IPv6 address(es) bound to the wlan0 interface:

   192.168.0.52/24 matches the IP found in /etc/pihole/setupVars.conf
[✓] IPv4 address(es) bound to the wlan0 interface:
*** [ DIAGNOSING ]: Networking

[✓] armv7l
*** [ DIAGNOSING ]: Processor

[i] SELinux not detected
*** [ DIAGNOSING ]: SELinux

[✓] Raspbian GNU/Linux 10 (buster)
*** [ DIAGNOSING ]: Operating system

[i] 7.3.11
*** [ DIAGNOSING ]: php version

[i] 1.4.53
*** [ DIAGNOSING ]: lighttpd version

[✓] FTL: v4.3.1
*** [ DIAGNOSING ]: FTL version

[i] Commit: v4.3.2-0-g38d8e77
[i] Branch: master
[i] Web: v4.3.2 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
*** [ DIAGNOSING ]: Web version

[i] Commit: v4.3.2-0-ge41c4b5
[i] Branch: master
[i] Core: v4.3.2 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
*** [ DIAGNOSING ]: Core version

[i] Sourcing /etc/pihole/setupVars.conf...
*** [ INITIALIZING ] Sourcing setup variables

[i] 2019-12-03:20:47:24 debug log has been initialized.
*** [ INITIALIZING ]

NOTE: All log files auto-delete after 48 hours and ONLY the Pi-hole developers can access your data via the given token. We have taken these extra steps to secure your data and will work to further reduce any personal information gathered.

The intent of this script is to allow users to self-diagnose their installations.  This is accomplished by running tests against our software and providing the user with links to FAQ articles when a problem is detected.  Since we are a small team and Pi-hole has been growing steadily, it is our hope that this will help us spend more time on development.

This process collects information from your Pi-hole, and optionally uploads it to a unique and random directory on tricorder.pi-hole.net.

Mir fallen zwei Dinge auf...

  1. Warum sind die Logausgaben in umgekehrter bzw. falscher Reihenfolge?
  2. Warum ist in den Logausgaben nirgends die Domain "pihole.borg" aus dem Screenshot zu finden?

Danke dass du dir die Logs angesehen hast.

  1. Ich habe gesehen, dass die Uhrzeit um 1h versetzt war. Habe sie richtig gestellt (ob das der Grund war...???).
  2. Mir ist das mit der Domain nicht klar. Wo muss ich sie setzten? Bzw. was muss ich da machen?