Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1051014

Summary: [WebUI] Not able to add Reverse zone IP in DNS
Product: Red Hat Enterprise Linux 7 Reporter: Varun Mylaraiah <mvarun>
Component: ipaAssignee: Martin Kosek <mkosek>
Status: CLOSED NOTABUG QA Contact: Namita Soman <nsoman>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: rcritten
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-10 08:32:12 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Not able to add Reverse zone IP in DNS none

Description Varun Mylaraiah 2014-01-09 14:48:04 UTC
Description of problem:
Not able to add Reverse zone IP in DNS

Version-Release number of selected component (if applicable):
ipa-server-3.3.3-8.el7.x86_64

How reproducible:
100%

Steps to Reproduce:
1.Login as admin user
2.Navigate to "Identity->DNS"
3.Select Add
4.Select radio button "Reverse zone IP network:"
5.enter reverse zone IP(222.65.10.in-addr.arpa.)

Actual results:
Showing error "Not a valid network address"

Expected results:
Reverse zone IP should be accept.

Additional info:
Screenshot attached

Comment 1 Varun Mylaraiah 2014-01-09 14:49:58 UTC
Created attachment 847682 [details]
Not able to add Reverse zone IP in DNS

Comment 2 Varun Mylaraiah 2014-01-09 14:56:00 UTC
Via CLI :

[root@rhel7ad ~]# ipa dnszone-add 222.65.10.in-addr.arpa.
Authoritative nameserver: rhel7ad.testrelm.com.
Administrator e-mail address [hostmaster.222.65.10.in-addr.arpa.]: 
  Zone name: 222.65.10.in-addr.arpa.
  Authoritative nameserver: rhel7ad.testrelm.com.
  Administrator e-mail address: hostmaster.222.65.10.in-addr.arpa.
  SOA serial: 1389297743
  SOA refresh: 3600
  SOA retry: 900
  SOA expire: 1209600
  SOA minimum: 3600
  BIND update policy: grant TESTRELM.COM krb5-subdomain 222.65.10.in-addr.arpa. PTR;
  Active zone: TRUE
  Dynamic update: FALSE
  Allow query: any;
  Allow transfer: none;

[root@rhel7ad ~]# rpm -qa ipa-server
ipa-server-3.3.3-8.el7.x86_64

Comment 4 Martin Kosek 2014-01-09 15:33:12 UTC
Web UI is right, 222.65.10.in-addr.arpa. is not a valid *IP network address*.

Try 10.65.222.0/24 or checking "Zone name" via the radio button.

Comment 5 Varun Mylaraiah 2014-01-09 19:57:26 UTC
Thanks,10.65.222.0/24 is works.
So this is not a bug.

Comment 6 Martin Kosek 2014-01-10 08:32:12 UTC
Closing.