Linux/Ubuntu
DNS Server setting
seungkyua@gmail.com
2014. 7. 18. 16:34
반응형
1. dnsmasq 설치하기
# apt-get install dnsmasq
2. conf 설정
# vi /etc/dnsmasq.conf
resolv-file=/etc/resolv.conf
interface=eth0
interface=eth1
listen-address=127.0.0.1
3. 다른 호스트에서 nameserver 를 dnsmasq 가 설치된 서버로 지정
# vi /etc/resolv.conf
nameserver dnsmasq 서버
반응형