Ok, I've searched for the past 6 hours and can't figure this out.
I have several domains, in shared hosing I set the nameserver as ns1.my-hosting-company.com
& ns2.my-hosting-company.com
Now I want to setup a VPS so I created a domain my-custom-name-server.com
and added glue record to a static IP so :-
ns1.my-custom-name-server.com
== 1.2.3.4
ns2.my-custom-name-server.com
== 1.2.3.4
Now I want to use this name server for all my domains
- example.com
- example.net
- example.tld
When I add the nameserver for example.com as ns1.my-custom-name-server.com
it isn't working.
The reason for this setup is if I move to a different server I just need to update ns1
& ns2
of my-custom-name-server.com
Update
Finally !!! it worked.. oh the joy when it worked ;-)
This is what got me to the solution.
- INPUT Port 53 needs to open.
- I was using bind9 listen-on port 53 in named.conf should have been any
Vanity Server
For professionally managed this is solution I was looking for :-
Comments
Post a Comment