Sorry if this is not the right place but Reddit is down due to protest and I'm running low on ideas...
Here's a copy of my debug log: https://tricorder.pi-hole.net/hxbTaKPb/
My other lxc running Homebridge is fine, it's just Pihole that fails randomly.
I'm using an Asus AXE7800.
I followed this Asus guide to set the DNS on WAN only and left LAN alone since I'm on firmware 3.0.0.4.388_22068.
The only thing I could think of is that I did disable ipv6 on the pihole VM using the following edits:
All my other VMs are fine. It's just Pihole that crashes and when I try to do "ip a" I see this I have no ip address. It's just the mac address and no address.
does not show any errors
I'm completely lost now. No idea what the issue could be. Any help is appreciated.
Here's a copy of my debug log: https://tricorder.pi-hole.net/hxbTaKPb/
My other lxc running Homebridge is fine, it's just Pihole that fails randomly.
I'm using an Asus AXE7800.
I followed this Asus guide to set the DNS on WAN only and left LAN alone since I'm on firmware 3.0.0.4.388_22068.
The only thing I could think of is that I did disable ipv6 on the pihole VM using the following edits:
Code:
nano /etc/sysctl.conf
#added the lines
below to sysctl.conf
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
All my other VMs are fine. It's just Pihole that crashes and when I try to do "ip a" I see this I have no ip address. It's just the mac address and no address.
Code:
less /var/log/syslog
I'm completely lost now. No idea what the issue could be. Any help is appreciated.