Replies: 2 comments 2 replies
-
RaspAP conforms with the IANA Private Address Space as specified by RFC 1918.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Completely true, but: https://www.techtarget.com/searchnetworking/answer/Can-you-assign-an-IP-address-ending-in-0-or-255 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently raised an issues which became a question as I wasted a lot of time trying to work out why a device attached to the WiFi wasn't working. This was because it was allocated the .255 IP address which isn't a valid one.
I looked at the code and there are only 3 files to change where the string '10.3.141.255' should be changed to '10.3.141.254'
modified: README.md
modified: config/090_wlan0.conf
modified: config/defaults.json
Please can someone pick this up when they next make a functional change? It may save someone else from a lot of wasted time ;-)
I haven't built this project myself and don't have the time to learn how to do it and test locally right now. I got away with manually changing the IP address range for DHCP in the console window of my RaspAP GUI.
Thanks
Seve
Beta Was this translation helpful? Give feedback.
All reactions