Dear readers
How can I use PiHole on a Raspberry Pi2 Raspbian Jessie and configured bind9-sever and isc-dhcpd-server.
As much as I figured out is that dnsmasq can't start as port 53 is used by bind9.
Where do I have changes to the system that way that PiHole does the filtering but bind9 and isc-dhcpd-server does still serve the main part to my clients?
sudo systemctl -l status dnsmasq.service
● dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server
Loaded: loaded (/lib/systemd/system/dnsmasq.service; enabled)
Drop-In: /run/systemd/generator/dnsmasq.service.d
└─50-dnsmasq-$named.conf, 50-insserv.conf-$named.conf
Active: failed (Result: exit-code) since Wed 2016-10-26 20:35:00 CEST; 9min ago
Process: 1007 ExecStart=/etc/init.d/dnsmasq systemd-exec (code=exited, status=2)
Process: 1004 ExecStartPre=/usr/sbin/dnsmasq --test (code=exited, status=0/SUCCESS)
Oct 26 20:35:00 raspberrypi dnsmasq[1004]: dnsmasq: syntax check OK.
Oct 26 20:35:00 raspberrypi dnsmasq[1007]: dnsmasq: failed to create listening socket for port 53: Address already in use
Oct 26 20:35:00 raspberrypi dnsmasq[1007]: failed to create listening socket for port 53: Address already in use
Oct 26 20:35:00 raspberrypi dnsmasq[1007]: FAILED to start up
Oct 26 20:35:00 raspberrypi systemd[1]: dnsmasq.service: control process exited, code=exited status=2
Oct 26 20:35:00 raspberrypi systemd[1]: Failed to start dnsmasq - A lightweight DHCP and caching DNS server.
Oct 26 20:35:00 raspberrypi systemd[1]: Unit dnsmasq.service entered failed state.
Thank you for feedback and respons.
Regards
Thomas