Bug #1688
closedDHCP server subnet input validation needs to check config.xml, not ifconfig
0%
Description
The DHCP server subnet input validation in 2.0 checks what IP is configured on the interface, so it's impossible to change the subnet and DHCP at the same time. You have to change the subnet, apply changes, manually IP your client system, connect up to the new IP, then change DHCP. In all previous versions you could change the DHCP server subnet after changing the LAN IP but before applying changes. Then when changes are applied you just renew your DHCP lease and you're back in on the new IP.
To fix, just need to change the DHCP server input validation to use what's configured in config.xml, not what's actually on the interface.
Updated by Evgeny Yurchenko over 13 years ago
Commit 51cd7a1e31fd5018aa465c0de66905e759f2e8cb
Updated by Ermal Luçi over 13 years ago
Evgeny i do not see the commit anywhere?
Updated by Evgeny Yurchenko over 13 years ago
Updated by Daniel Jampen over 13 years ago
Bug ist fixed. Used version for testing: 2.0-RC3 (i386) built on Wed Aug 3 20:04:02 EDT 2011
Updated by Chris Buechler over 13 years ago
- Status changed from Feedback to Resolved
Updated by Nathan Barber over 6 years ago
I need the actual config location of file edited and or section removed please location of the DHCP server input validation section used to configure the config.xml