Feature #4647
closedServices: DHCP server should default to LAN, not WAN
0%
Description
When you click on Services-DHCP Server the first tab to open is the WAN tab, where you're very unlikely to be serving DHCP. Almost everyone then has to click on the LAN tab to go about configuring the DHCP server.
Why not default to LAN and if you really want to serve on the WAN, then you have to click.
Updated by Chris Buechler almost 9 years ago
- Status changed from New to Needs Patch
it defaults to the first static IP interface, which for most is LAN. Defaulting to the first interface with an enabled DHCP server instance would be fine if someone would like to submit a pull request.
Updated by Phillip Davis almost 9 years ago
This has annoyed me also, and Chris bumping it here reminded me about it.
For a suggested solution see https://github.com/pfsense/pfsense/pull/2602
Updated by Chris Buechler almost 9 years ago
- Status changed from Needs Patch to Assigned
- Assignee set to Chris Buechler
- Target version set to 2.3
thanks Phil! PR looks fine at a glance, I'll test and merge when I get a chance sometime today.