Hi,
I’ve recently discovered DietPi and it makes my life easier.
I set up my Pi to be a WAP with https://dietpi.com/docs/software/advanced_networking/#wifi-hotspot. I also activated Lighttpd. When I connect a device to the WAP and go to http://192.168.42.1, I see the default web page of Lighttpd.
I want to configure DNS/DHCP to use a name (ex: myserver.com) instead of the IP address but I never did that and I have no idea how to do it.
Here are the service running:
[ OK ] DietPi-Services | isc-dhcp-server active (running) since Thu 2021-09-02 18:23:27 NZST; 25min ago
[ OK ] DietPi-Services | proftpd active (running) since Thu 2021-09-02 18:23:28 NZST; 25min ago
[ OK ] DietPi-Services | php7.3-fpm active (running) since Thu 2021-09-02 18:23:29 NZST; 25min ago
[ OK ] DietPi-Services | lighttpd active (running) since Thu 2021-09-02 18:23:30 NZST; 25min ago
[ OK ] DietPi-Services | hostapd active (running) since Thu 2021-09-02 18:23:30 NZST; 25min ago
[ OK ] DietPi-Services | cron active (running) since Thu 2021-09-02 18:23:30 NZST; 25min ago
[ OK ] DietPi-Services | dropbear active (running) since Thu 2021-09-02 18:23:24 NZST; 26min ago
[ INFO ] DietPi-Services | dietpi-vpn inactive (dead)
[ OK ] DietPi-Services | dietpi-ramlog active (exited) since Thu 2021-09-02 18:23:03 NZST; 26min ago
[ OK ] DietPi-Services | dietpi-preboot active (exited) since Thu 2021-09-02 18:23:03 NZST; 26min ago
[ OK ] DietPi-Services | dietpi-boot active (exited) since Thu 2021-09-02 18:23:24 NZST; 26min ago
[ OK ] DietPi-Services | dietpi-postboot active (exited) since Thu 2021-09-02 18:23:24 NZST; 26min ago
[ INFO ] DietPi-Services | dietpi-wifi-monitor inactive (dead)
Thanks for your help.