Ok.. Latest logs : v3l70snhv3
So
-
I am running pihole as a docker on Synology NAS
-
My Docker config is
{
"cap_add" : null,
"cap_drop" : null,
"cmd" : "",
"cpu_priority" : 50,
"devices" : null,
"enable_publish_all_ports" : false,
"enable_restart_policy" : true,
"enabled" : false,
"entrypoint_default" : "/s6-init",
"env_variables" : [
{
"key" : "TZ",
"value" : "REDACTED"
},
{
"key" : "WEBPASSWORD",
"value" : "REDACTED"
},
{
"key" : "PATH",
"value" : "/opt/pihole:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
},
{
"key" : "TAG",
"value" : "debian"
},
{
"key" : "ARCH",
"value" : "amd64"
},
{
"key" : "setupVars",
"value" : "/etc/pihole/setupVars.conf"
},
{
"key" : "PIHOLE_INSTALL",
"value" : "/tmp/ph_install.sh"
},
{
"key" : "S6OVERLAY_RELEASE",
"value" : "https://github.com/just-containers/s6-overlay/releases/download/v1.21.2.2/s6-overlay-amd64.tar.gz"
},
{
"key" : "PHP_ENV_CONFIG",
"value" : "/etc/lighttpd/conf-enabled/15-fastcgi-php.conf"
},
{
"key" : "PHP_ERROR_LOG",
"value" : "/var/log/lighttpd/error.log"
},
{
"key" : "IPv6",
"value" : "True"
},
{
"key" : "S6_LOGGING",
"value" : "0"
},
{
"key" : "S6_KEEP_ENV",
"value" : "1"
},
{
"key" : "S6_BEHAVIOUR_IF_STAGE2_FAILS",
"value" : "2"
},
{
"key" : "DNSMASQ_LISTENING",
"value" : "all"
},
{
"key" : "WEB_PORT",
"value" : "8888"
},
{
"key" : "ServerIP",
"value" : "192.168.1.1"
}
],
"exporting" : false,
"id" : "223951066e0829697b23f4bb2fb047172b67fee98383d259aa82964382a6cd6d",
"image" : "diginc/pi-hole:latest",
"is_ddsm" : false,
"is_package" : false,
"links" : [],
"memory_limit" : 0,
"name" : "Pi-Hole",
"network" : [
{
"driver" : "host",
"name" : "host"
}
],
"network_mode" : "host",
"port_bindings" : [],
"privileged" : false,
"shortcut" : {
"enable_shortcut" : false
},
"ulimits" : null,
"use_host_network" : true,
"volume_bindings" : [
{
"host_volume_file" : "/docker/pihole/dnsmasq.d",
"mount_point" : "/etc/dnsmasq.d",
"type" : "rw"
},
{
"host_volume_file" : "/docker/pihole",
"mount_point" : "/etc/pihole/",
"type" : "rw"
}
],
"volumes_from" : null
}
NAS IP is : 192.168.1.1
Router IP is: 192.168.1.100
Router is Netgear R7000 using Merlin firmware. I set the IP for DNS in my router to "192.168.1.1" as mentioned here (using dnsmasq.conf.add). DNS is set to 192.168.1.100 in Pi-Hole as per guide .
Issues
- When doing this.. Nothing external is resolving via my laptop
- In Pi-Hole admin only devices showing traffic is NAS
Once these issues are fixed, I can then look into other stuff...
I bet this was working the very first time... don't know what has gone wrong now...