Let say I have a Static public IP(ex: 115.41.41.41) and a new Domain Name (ex:test.com) purchased from godaddy.com
I have Win2003 server, can I setup a DNS server with the domain I purchase with following:
Create a new forward zone for "test.com"
test.com SOA ns1.test.com
test.com NS ns1.test.com
ns1.test.com A 115.41.41.41
But in Godaddy Manager
What is the nameserver I should point my "test.com" to?
" NS ns1.test.com 115.41.41.41 "
Above does not seem valid, how someone will find my "test.com" if they can not find my "ns1.test.com" at first place.
What is the proper way to setup Public DNS?