Use of alternate DNS #161
|
Hi, I promise (probably) that this is the last question from me, but: I am trying to run ytuner and pi-hole on the same box but both want control of Port 53. So on RPi, I have specified an alternate DNS port for UDP in ytuner.ini (5003) but when I start YTuner, I get: Besides setting the port in ytuner.ini, is there anything else I need to do? I have read and re-read ytuner.ini comments and don't see anything additional there. I am not running any firewall, and the command 'sudo lsof -i :5003' and 'sudo netstat -tuln | grep udp' do not show port 5003 in use. |
Replies: 1 comment 6 replies
|
@landolfi-us that is same setup I do prefer.
you will found it in pihole v6 under All-Settings-> Miscellaneous-> misc.dnsmasq_lines add like this: (attention, 127.0.0.1 could work) I didn't use pihole and ytuner on same device. address=/radioyamaha.vtuner.com/127.0.0.1 so what you want will work with this setup. read dnsmasq setting requirements properly ! |
@landolfi-us
use pihole web on port 443 only or change it to 8080,443 (see pihole v6 documentation !) pihole web port 80 could not be used together with ytuner on same machine !
ytuner runs on port 80 (this could not be changed !, this is while demon radio needs the connection on port 80 !
this setup is a must have ! Try not use other options or ports !
dnsmasq setup is needed ! I have described it properly.
if you setup this properly, no change on your denon radio is needed. It will automatically use ytuner connection on port 80.
(dhcp setup is default for the radio devices)
view the ytuner logs. You will see the radio connections in log.
come back when you have setup done.