DGilmore82

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by DGilmore82

  1. Hi Folks, Unfortunately this container is sriving me mental, I cannot get it to work at all. Unraid Version: 6.8.0 Server: HP Gen 8 Microserver I am using the following container options: Netowrk Type: Custom : br0 Fixed IP / Server IP: 10.100.100.11 Docker PS shows that the container is stuck at starting: b1eef528cf2c pihole/pihole:latest "/s6-init" About a minute ago Up About a minute (health: starting) I cannot access the Admin Portal, and DNS resolution doesn't work: [cont-init.d] executing container initialization scripts... [cont-init.d] 20-start.sh: executing... ::: Starting docker specific checks & setup for docker pihole/pihole WARNING Misconfigured DNS in /etc/resolv.conf: Two DNS servers are recommended, 127.0.0.1 and any backup server WARNING Misconfigured DNS in /etc/resolv.conf: Primary DNS should be 127.0.0.1 (found 127.0.0.11) nameserver 127.0.0.11 options ndots:0 [i] Existing PHP installation detected : PHP version 7.0.33-0+deb9u5 [i] Installing configs from /etc/.pihole... [i] Existing dnsmasq.conf found... it is not a Pi-hole file, leaving alone! chown: cannot access '/etc/pihole/dhcp.leases': No such file or directory ::: Pre existing WEBPASSWORD found Using default DNS servers: 8.8.8.8 & 8.8.4.4 DNSMasq binding to custom interface: br0 Added ENV to php: "PHP_ERROR_LOG" => "/var/log/lighttpd/error.log", "ServerIP" => "10.100.100.11", "VIRTUAL_HOST" => "10.100.100.11", Using IPv4 ::: Preexisting ad list /etc/pihole/adlists.list detected ((exiting setup_blocklists early)) https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts https://mirror1.malwaredomains.com/files/justdomains http://sysctl.org/cameleon/hosts https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt https://hosts-file.net/ad_servers.txt ::: Testing pihole-FTL DNS: FTL started! ::: Testing lighttpd config: Syntax OK ::: All config checks passed, cleared for startup ... ::: Docker start setup complete [i] Pi-hole blocking is enabled [✗] DNS resolution is currently unavailable Port Mappings as follows: 10.100.100.11:443/TCP10.100.100.11:443 10.100.100.11:53/TCP10.100.100.11:53 10.100.100.11:53/UDP10.100.100.11:53 10.100.100.11:67/UDP10.100.100.11:67 10.100.100.11:80/TCP10.100.100.11:80 Docker Network: IPv4 custom network on interface br0: Subnet: 10.100.100.0/27 Gateway: 10.100.100.30 I have also tried setting DNS using ENV variables in the "Extra Variables" of the container, along with a number of other things like mounting /etc/resolv.conf and manually setting the DNS. I am really at a loss as to why the container doesn't start, I've never had any issues previously, granted this is the first time I have attempted to use a custome interface. Any help much appreciated as I'd like to keep my kids AD free now they're getting some tablets from Santa! Cheers!