-
I was using an older version of RASPAP until this morning when I upgraded to the latest release. Since upgrading, the DHCP config page is not pulling in any data from the associated config files and it is not updating it either. Consequently dhcp for AP clients aren't functioning. I figured that I bungled something up and then did a reimage of the Pi and did a fresh install RASPAP. However, the issue persists. If I add config via the UI for WLAN0, the UI says it saves, but the config lines are blank post save. See the screen shot below. I then manually added /etc/dnsmasq.d/090_wlan0.conf as it did not exist nor was it created during install. RaspAP wlan0 configurationpi@raspberrypi:/etc/dnsmasq.d $ sudo cat 090_wlan0.conf Permissionspi@raspberrypi:/etc/dnsmasq.d $ ls -la Not sure if this is a permissions issue or not but would appreciate help and suggestions. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Version 2.6 was a significant refactoring of RaspAP's internals, including DHCP. If your previous version was 2.5.x you will need to do a fresh install. |
Beta Was this translation helpful? Give feedback.
-
Thanks much for helping me understand the changes in 2.6. I got it to work after reading the notes and switching from Chrome to Edge...weird. What threw me for a loop was that there appears to be an issue when I use Chrome to access the UI. The fields do not populate on Chrome and I had to use Edge. Screenshots below of experience when using different browsers. Values populate on EdgeValues do not populate on Chrome |
Beta Was this translation helpful? Give feedback.
-
Most likely Chrome is caching one or more JavaScript files used by RaspAP. Clearing your cache will usually fix this. |
Beta Was this translation helpful? Give feedback.
Version 2.6 was a significant refactoring of RaspAP's internals, including DHCP.
https://github.com/RaspAP/raspap-webgui/releases/tag/2.6-beta
If your previous version was 2.5.x you will need to do a fresh install.