Cant install on Odroid C3

Please follow the below template, it will help us to help you!

Expected Behaviour:

PiHole should install and work as 4.0 version do.

Actual Behaviour:

PiHole setup stuck on
[✗] DNS service is not running
When i manual start pihole-FTL, setup goes ahead.
But WWW admin not working - setupVars not found
On 4.0 version everything was ok, update to latest went wrong, but i tried fresh install of latest many times without success...

cat /etc/network/interfaces.d/eth0
auto eth0
#iface eth0 inet dhcp

iface eth0 inet static
 address 192.168.0.200/24

iface eth0 inet static
 address 192.168.0.231/24

cat /etc/lighttpd/external.conf
server.bind = "192.168.0.231"

I would like to run PiHole on .231 because i have apache server on 200

dhcpcd.conf:
interface eth0
static ip_address=192.168.0.231/24
static routers=192.168.0.1
static domain_name_servers=8.8.8.8

Debug Token:

https://tricorder.pi-hole.net/6tjuhhmg5t
log from working 4.0 version:
https://tricorder.pi-hole.net/qu43hmlj5r

You should try add aliased IP instead of above:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.