초록술님 블로그를 참고하여 간단한 형태의 DNS 서버를 구성해보았습니다.
https://greensul.tistory.com/294
요약하면
[ linux ]
netstat -na | grep 53
apt-get update
apt-get install dnsmasq
systemctl start dnsmasq
netstat -nap | grep 53
vi /etc/hosts
hosts 파일에 192.168.98.18 의 test.com DNS 추가
systemctl enable dnsmasq
systemctl restart dnsmasq
[ windows ]
DNS 변경 등록
ipconfig /flushdns