Hello,
After i was installing pihope my dnsmasq folder was change.
ubuntu@ubuntu:/etc$ cat dnsmasq.conf
conf-dir=/etc/dnsmasq.d
My previous dnsmasq was
ubuntu@ubuntu:/etc$ cat dnsmasq.conf
interface=wlan0
dhcp-range=192.168.17.100,192.168.17.120,255.255.255.0,24h
Now, my raspberry pi will not allocate address ip through DCHP.
ubuntu@ubuntu:~$ systemctl status dnsmasq.service
Jun 30 07:31:54 ubuntu systemd[1]: Starting dnsmasq - A lightweight DHCP and ca>
Jun 30 07:31:55 ubuntu dnsmasq[3986]: dnsmasq: syntax check OK.
Jun 30 07:31:55 ubuntu dnsmasq[3987]: dnsmasq: failed to create listening socke>
Jun 30 07:31:55 ubuntu dnsmasq[3987]: failed to create listening socket for por>
Jun 30 07:31:55 ubuntu dnsmasq[3987]: FAILED to start up
Jun 30 07:31:55 ubuntu systemd[1]: dnsmasq.service: Control process exited, cod>
Jun 30 07:31:55 ubuntu systemd[1]: dnsmasq.service: Failed with result 'exit-co>
Jun 30 07:31:55 ubuntu systemd[1]: Failed to start dnsmasq - A lightweight DHCP>
So my question is, how can i resolve the issue with the DHCP part ?