good day DP i am setting up one VPS for personal use i want to link it with domain i have registered on another registrar now with vps i have 2 ip's like : abc.def.ghi.1 abc.def.ghi.2 now as far i know i have to register a new name servers for vps at my domain registrar eg if my domain is : domain.com i have set name servers like : ns1.domain.com > abc.def.ghi.1 (ip) ns2.domain.com > abc.def.ghi.2 (2nd ip ) in FQDN i entered : host.domain.com but its still not working any help guys ?
Make sure that you have created A records for your nameserver in the DNS zone of your main domain (domain.com). you will need to create following A records, ns1 A abc.def.ghi.1 ns2 A abc.def.ghi.2 Also, it will take few hours to propagate the changes. Kailash
Also, make sure that you have set up resolver.conf correctly. It should contain local DNS records of your service provider.