Can anyone please tell me why my wlan0 - DOWN and docker0 - DOWN

Expected Behaviour: Pi-hole interface overview: wlan0 - UP and docker0 - UP

[-Pi4 ]

Actual Behaviour:[ Pi-hole interface overview: wlan0 - DOWN and docker0 - DOWN]

Debug Token: [https://tricorder.pi-hole.net/rOngcr6Y/]

Your debug log shows these interfaces are actually DOWN.

Look at the state DOWN

3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 
   qdisc pfifo_fast state DOWN group default qlen 1000
5: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 
   qdisc noqueue state DOWN group default 

Why do you expect them to be up?

Thanks for your response. But I was wondering if this normal for wlan0 and docker0 to be down? Because I wasn’t sure what it does

wlan0 is your wifi interface. If you disabled wifi in your machine, it is normal to see wlan0 down.

docker0 is the docker interface. If you are not using docker, it is normal to see it down.

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