Thursday, August 16, 2018

domain name system - Secondary server testing environment

I want to test our secondary e-mail server but the primary one right now works correctly. How can I manage to make that server slow down a bit by using dns records and test the secondary server ?



Once at a time I did this by not writing the ns servers addresses correctly.



Do you know another approach ?



Thanks

Baris

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...