Bug #1280
closedDHCP range validation is wrong then adding static mapping
100%
Description
I'm using pfSense 2.0 beta5
DHCP range is 192.168.10.10 to 192.168.10.200
Static mapping to:
IP 192.168.10.201 - OK
IP 192.168.10.200 - OK
IP 192.168.10.199 - Failed with error message "The IP address must not be within the DHCP range for this interface."
I believe that 192.168.10.200 should also be failed since 200 is the last IP in the DHCP range for this interface.
Updated by Jim Pingle almost 14 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 49e4ebf8348d32e0ecc2dc7f9dc9d1d113c765ca.
Updated by rancor rancor almost 14 years ago
This issue has been solved.
My DHCP range is 192.168.10.10 to 192.168.10.199
Static mapping to:
192.168.10.9 - OK
192.168.10.10 - Error message "The IP address must not be within the DHCP range for this interface."
192.168.10.199 - Error message "The IP address must not be within the DHCP range for this interface."
192.168.10.200 - OK
Thanks!
// rancor
Updated by rancor rancor almost 14 years ago
Sorry, verified with 2.0-RC1 (i386) built on Mon Feb 14 03:24:30 EST 2011
Updated by Jim Pingle almost 14 years ago
- Status changed from Feedback to Resolved