Can you tell me, where the following wifi IP comes from, when dietpi config does its hotspot thing?
cat /etc/network/interfaces
...
# WiFi
...
address 192.168.42.1
192.168.42.0 is the network of my eth0 and 192.168.42.1 collides with the router on the wired network. How can I reconfigure the hotspot network in a dietpi save way?
I already tried to change /etc/dhcp/dhcpd.conf to use another network, but this only results in dhcpd[1675]: No subnet declaration for wlan0 (192.168.42.1). when doint systemctl restart isc-dhcp-server