Jump to content

spants

Community Developer
  • Posts

    641
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by spants

  1. for Pihole? sorry, no. The reason is that DNS has to run on port 53 https://technet.microsoft.com/en-us/library/dd197515(v=ws.10).aspx
  2. Thanks! - I will make those changes now edit: the config directory in the docker is /usr/local/etc/couchdb ....
  3. Thanks for clarifying where this comes from, I will see if I can find a solution
  4. what dockers and plugins do you have installed?
  5. Just to answer your question, you can force a version to be downloaded, rather than just the latest, by adding the version tag to the end of the Respository data as shown below. (Check which versions available at: https://hub.docker.com/r/nodered/node-red-docker/tags/)
  6. 0.16 seems really stable for me. One problem that I have is that serialport was removed and I use a usb/serial interface for some iot sensors. If I add the node-red-node-serial port back in to the container, it doesnt work. If I rebuild the dockerfile and add it in at build time - it works fine
  7. Hi - the pihole support is here https://lime-technology.com/forum/index.php?topic=50453.0 This is mine, working: /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="pihole" --net="bridge" -e TZ="Europe/London" -e HOST_OS="unRAID" -e "ServerIP"="192.168.1.22" -e "DNS1"="8.8.8.8" -e "DNS2"="8.8.4.4" -e "IPv6"="False" -p 53:53/tcp -p 80:80/tcp -p 53:53/udp -v "/mnt/user/appdata/pihole/pihole.log":"/var/log/pihole.log":rw -v "/mnt/user/appdata/pihole/blacklist.txt":"/etc/pihole/blacklist.txt":rw -v "/mnt/user/appdata/pihole/whitelist.txt":"/etc/pihole/whitelist.txt":rw -v "/etc/localtime":"/etc/localtime":rw --cap-add=NET_ADMIN diginc/pi-hole:alpine e8948a0fe593ba75d65bf09d9be8ac6b044f89b0c821a65ec3bd5eb8cc79c17d The command finished successfully! Did you create the pihole folder and follow the instructions here: https://lime-technology.com/forum/index.php?topic=50453.0
  8. Just saw your post, I will take a look later
  9. couchDB template for Apache Official docker added....
  10. Is there a way to run the pi hole on a different IP address that way I can keep unpaid's UI on port 80? I've tried changing the port to other numbers and get the same error: [b]Removing container: pihole[/b] Successfully removed container 'pihole' [b]Command: [/b]root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="pihole" --net="bridge" -e TZ="America/Los_Angeles" -e HOST_OS="unRAID" -e "ServerIP"="192.168.1.26" -e "DNS1"="8.8.8.8" -e "DNS2"="8.8.4.4" -e "IPv6"="False" -p 53:53/tcp -p 53:53/udp -p [u][color=red]8111[/color][/u]:80/tcp -v "/mnt/user/appdata/pihole/pihole.log":"/var/log/pihole.log":rw -v "/mnt/user/appdata/pihole/blacklist.txt":"/etc/pihole/blacklist.txt":rw -v "/mnt/user/appdata/pihole/whitelist.txt":"/etc/pihole/whitelist.txt":rw --cap-add=NET_ADMIN diginc/pi-hole:alpine d4cea8212b5f7536bf61ecaa4b2cd218d8ebbdb121a7bd1546f490f21b5b1375 docker: Error response from daemon: failed to create endpoint pihole on network bridge: Error starting userland proxy: listen tcp 0.0.0.0:53: bind: address already in use. [b]The command failed.[/b] Unraid's IP is .25 and none of the other dockers are using port 8111. For 53, I get this: netstat -tulpn | grep --color :53 tcp 0 0 192.168.122.1:53 0.0.0.0:* LISTEN 11799/dnsmasq udp 0 0 0.0.0.0:53657 0.0.0.0:* 1681/rpc.statd udp 0 0 192.168.122.1:53 0.0.0.0:* 11799/dnsmasq udp 0 0 0.0.0.0:5353 0.0.0.0:* 8064/avahi-daemon: The ip address and port 80 have to be on the docker server that responds to the dns requests. If you had two network cards in and by some fiddling I guess that it could work. If you dont want to change the unraid web port (its easy), you could run pihole on a separate Pi
  11. I put that in there because I kept forgetting the settings :-) It takes so little space so dont worry about it. It doesn't get used for anything.
  12. Isn't it easier to use the app store plugin to install Docker's? Absolutely - use the app store plugin please!
  13. yes, add a new Path for /etc/localtime as shown below:
  14. No, I just tried it with my phone and my iMac but I get no websites loading and no queries on the docker either So the network settings on the imac and phone all point the dns to Tower?. Anything in logs?
  15. Strange, and the dns of all the clients is pointing to your server?
  16. I don't know what to suggest then... sorry!
  17. so there are no directories in the appdata folder for pihole, just files?
  18. did you definitely do this : 2) in your appdata/pihole directory, it will have created 3 directories. Delete these directories and create 3 files (of the same name): touch blacklist.txt whitelist.txt pihole.log If you don't do this, it will not start. Tony
  19. Hi - sorry I dont know about stopping dnsmasq as it isnt starting on my system. I think there is a plexconnect docker which lason acts as a dns server and this caused problems for one user. I dont have access to /etc/pihole/adlists.default as my template is only fronting the docker built by diginc. You may want to clone his dockerfile if you want access to other files..
  20. if the address is in use, it must be on your server? weird! Also, see werfsd's posts earlier in the thread....
  21. ok - you have eth0 connected and not eth1. Why are they bonded without cables in both? My config is attached
  22. Could it be the two network cards? I have two installed but only one is enabled.
  23. Here's mine - note the advanced settings with extra params = --cap-add=NET_ADMIN
  24. ok, it doesn't do that job - it checks to see if they are in a blacklist and then forwards the request to the dns server ips on the template. Are they correct?
  25. If it killed dnsmasq then its probably a plugin or something rather than a docker image.
×
×
  • Create New...