1. /etc/hosts 파일과 같은 형태로 /etc/hosts.chat.freenode.net, 파일 생성.
2. /etc/hosts.chat.freenode.net, 파일에 round robin할 domain과 ip를 설정.
130.239.18.172 chat.freenode.net
140.211.167.105 chat.freenode.net
3. /etc/dnsmasq.conf 파일에 다른 라인을 추가
addn-hosts=/etc/hosts.chat.freenode.net
4. dnsmasq 재시작
참고
https://unix.stackexchange.com/questions/52933/how-to-assign-multiple-fixed-ip-address-for-one-domain
http://blog.woosum.net/archives/1223
'Programing > Linux' 카테고리의 다른 글
[Linux] SDL 컴파일하기 (0) | 2011.07.12 |
---|---|
[Linux] log4cxx 컴파일 (0) | 2011.07.12 |
[Linux] 64비트로 컴파일하기 (0) | 2011.07.12 |
[Linux] x264와 faac를 지원하는 FFmpeg 컴파일하기 (0) | 2011.06.28 |
[Linux]Ace 컴파일하기 (0) | 2011.06.24 |