Actions
Bug #3323
closedBIND, Reverse Zones and Register DHCP static mappings.
Status:
Resolved
Priority:
High
Assignee:
-
Category:
BIND
Target version:
-
Start date:
11/15/2013
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
2.1
Affected Plus Version:
Affected Architecture:
Description
BIND 9.9.4 pkg v 0.3.2 with "Register DHCP static mappings" on does not respect Reverse Zone. After applying changes resulting config file contains:
psvita IN A 172.16.0.6
Windows-Phone IN A 172.16.0.8
wifi IN A 172.16.0.201
Which is obviously not right. It should be like:
6.0 IN PTR psvita
8.0 IN PTR Windows-Phone
201.0 IN PTR wifi
Updated by Ermal Luçi over 11 years ago
- Status changed from New to Feedback
Merged pull request #584 to fix this.
Updated by Dmitriy K over 11 years ago
I have performed some tests with pfSense 2.2 and seems like #3323 has been successfully fixed.
Updated by Chris Buechler almost 11 years ago
- Category changed from DNS Server to BIND
- Status changed from Feedback to Resolved
Actions