Issue Summary: Raspberry Pi 5 with Ubuntu 24.04 - Conflict Between Pi-hole and Hotspot
I have installed Ubuntu 24.04 on my Raspberry Pi 5, and everything works fine. I also installed Pi-hole, which functions perfectly. My Raspberry Pi is connected via Ethernet. However, I'm encountering an issue when trying to use the hotspot feature on my Ubuntu installation.
Problem: When I attempt to activate the hotspot on Ubuntu, I receive an error message stating that the network failed to activate. However, if I stop the Pi-hole service using the following command:
sudo service pihole-FTL stop
The hotspot works correctly. This suggests a conflict between the Pi-hole service and the hotspot feature.
Question: Why is there a conflict between Pi-hole and the hotspot, and what is causing this behavior?
Objective: I need to use the hotspot feature while keeping Pi-hole active because I want to test the network with specific devices. How can I configure my Raspberry Pi to use both Pi-hole and the hotspot simultaneously without any conflicts?