[dns] dns round robin 테스트 방법좀 알려주세요.

jw0717의 이미지

dns로 bind9.2를 사용하려고 합니다.

주소 레코드는

foo.bar. IN A 192.168.0.1
foo.bar. IN A 192.168.0.2
foo.bar. IN A 192.168.0.3

이렇게 적었습니다 그리고 nslookup으로 이 dns를 잡고 테스트해보면

192.168.0.1 192.168.0.2 192.168.0.3

192.168.0.2 192.168.0.3 192.168.0.1

192.168.0.3 192.168.0.1 192.168.0.2

이런식으로 반환이 됩니다.

그런데 실제로 로컬피시 한대에서 웹브라우저에서 접속해보면

192.168.0.1로만 접속이 되네요.. 요청이 적어서 그런건지.

테스트 할 방법이나 툴 있으면 조언부탁드립니다.

hdsong의 이미지

아파치의 'ab'를 이용해서 다수의 요청을 보낸 후 각서버들의 로그를 한번 살펴보시는것도 .. 간단한 테스트 방법이될 수 있을것 같습니다.

zflute의 이미지

nslookup에서 확인하신 것처럼 나오는 것이 정상입니다. (바인드 자체에서 그렇게 응답하도록 만들어져 있습니다)

일반 피씨에서 테스트 했을 때 한곳으로만 접속되는 것은 피씨(윈도우)에도 dns cache가 있어서 더 이상 dns 서버로 질의를 보내지 않기 때문입니다.

도스창에서 ipconfig /displaydns 라고 하시면 현재 캐쉬에 저장된 내용을 볼 수 있고 ipconfig /flushdns 라고 하시면 캐쉬 내용을 삭제할 수 있습니다.

바인드를 이용한 로드 밸런싱 테스트를 하시려면 웹서버까지 올라가지 않더라도 dig나 nslookup만 사용하셔도 될텐데요.

저라면 간단히 스크립트를 짜서 내부적으로 dig를 실행하도록 하겠습니다.

jw0717의 이미지

hdsong zflute 님 답변감사합니다.

ab 좀더 사용법익혀서 더 테스트해봐야겟지만 간단하게 하니까..

제대로 라운드로빈되는거 같네요..

글구 어떤식으로 쉘스크립트를 만들어야 할지 잘 모르겠네요..

워낙 내공이 부족한지라... :oops:

두분 답변감사드립니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.