Domain setup step by step
- buy bomain
- nameserver register( need time )
- server nameserver service install ( bind9 )
Buy Domain and connect to your domain server
i bought domain ydwhoru.com from here(whois.co.kr) not AD
becuase i used it before so i choose easy one after this,
setup to your domain nameserver to your server ip
ns1.ydwhoru.com -> x.x.x.x
to register root DNS, after that you can check your domain in dnsmap.io
this is my ip, and propagation is done
it takes some time
Setup your server ( BIND9 )
# apt update
# apt install bind9
# cd /etc/bind/
# ls -al
in this case i used default setup from man file, so the file name is made by this sequance
the ip is a.b.c.d -> filename is zone-c.b.a.in-addr.arpa
# cat ydwhoru.come.zone
# cat named.conf.default-zones
# cat zone-202.122.222.in-addr.arpa
# service bind9 restart
어우... 영어 쓰기 힘들어 한글 써봅니다.
서버 bind 설정이 많긴 하지만 눈에 보이는 도메인, IP만 본인의 것으로 바꿔 사용하시면 그렇게 어렵지 않게 설정 하실 수 있습니다.
blog.ydwhoru.com 으로 반영이 잘되었습니다
by ydwhoru(2019년 6월 30일 2:31 오전)