enerspace
Basic Pleskian
Username:
TITLE
Slave DNS manager does not transfer subdomains
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
Version 18.0.58 Update #2, CloudLinux 8.9
PROBLEM DESCRIPTION
When a new subdomain is created, the command
must be executed on the slave DNS server to make the subdomain accessible.
Presumably, the subdomain is transferred as its own zone.
STEPS TO REPRODUCE
ACTUAL RESULT
EXPECTED RESULT
- The IP address of the subdomain should be displayed on the SLAVE DNS server.
ANY ADDITIONAL INFORMATION
When I enter the command on the Slave DNS Server:
and then create the subdomain in the Plesk Panel, I briefly see the correct result until the IP address disappears again. I believe that the Slave DNS manager correctly creates the subdomain and then creates its own zone for it.
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM
Confirm bug
TITLE
Slave DNS manager does not transfer subdomains
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
Version 18.0.58 Update #2, CloudLinux 8.9
PROBLEM DESCRIPTION
When a new subdomain is created, the command
Code:
rndc delzone subdomain.domain.de
Presumably, the subdomain is transferred as its own zone.
STEPS TO REPRODUCE
- Create the domain: [tt]domain.de[/tt].
- Create a subdomain under the Domain:
Code:
subdomain.domain.de
- Verify the result on the slave DNS server using the following command:
Code:
dig @localhost any subdomain.domain.de
ACTUAL RESULT
- No IP address is displayed.
- On the Master DNS Server (Plesk), the correct IP address is provided when using the command
Code:
dig @localhost any subdomain.domain.de
EXPECTED RESULT
- The IP address of the subdomain should be displayed on the SLAVE DNS server.
ANY ADDITIONAL INFORMATION
When I enter the command on the Slave DNS Server:
Code:
watch -n 0.5 dig @localhost any subdomain.domain.de
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM
Confirm bug