-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
rhel-9.4
-
None
-
None
-
Moderate
-
rhel-sst-cs-net-perf-services
-
ssg_core_services
-
None
-
False
-
-
None
-
None
-
None
-
None
-
x86_64
-
None
What were you trying to do that didn't work?
Trying to make an ALIAS/CNAME in Bind with the name "smtphost"
Please provide the package NVR for which bug is seen:
Bind 9.16.23-18.e19_4.1
How reproducible:
Create a DB for named (with Standard Header). Create an A Record. For example:
mailserver.mycompany.org A 192.168.1.1
Create a CNAME:
smtphost,mycompany.org. IN CNAME mailserver.mycompany.org.
Steps to reproduce
- Create a DB for named (with Standard Header). Create an A Record. For example:
mailserver.mycompany.org A 192.168.1.1
- Create a CNAME: smtphost, IN CNAME mailserver.mycompany.org.
- Restart named
- dig or nslookup smtphost
- Result: server can't find smtphost: NXDOMAIN
- Try another name:
- smtphorst for example
- It works. Every other name is working except "smtphost"
Expected results
smtphost canonical name: mailserver.mycompany.org
Name: mailserver.mycompany.org
Adress: 192.168.1.1
Actual results
server can't find smtphost: NXDOMAIN