도메인 관련 질문입니다.

mold76의 이미지

안녕하세요 저 다름이 아니고 현재 서버가 네임서버 웹서버 디비서버 이렇게 나눠져 있습니다.

현재 저희가 가지고 있는 도메인이 woori.com 이라고 가정을 합니다. 그런데 작업의뢰가 들어와서 작업을 aaa.woori.com 이라는 도메인에 작업을 마친 상태입니다. 작업속성상 위와 같이 서브도메인을 사용해서 작업을 합니다. 그런데 그 작업을 의뢰했던 곳에서
bbb.your.com(그쪽에서 관리하는 도메인) 이곳에다 저희가 작업한 aaa.woori.com 이곳을 포워딩을 하기를 원합니다. 그래서 그쪽에서 아이피를 알려달라고 해서 저희 네임서버의 아이피를알려줬습니다. 그리고 작업을

1.네임서버의 /etc/named.conf 문서에 아래와 같이 추가를 했습니다.
zone "your.com" IN {
type master;
file "yourcom.zone";
allow-update { none; };
};
2.역시 네임서버의 /var/named 에 yourcom.zone 파일을 아래와 같이 추가를 했습니다.
$TTL 86400
$ORIGIN your.com.
@ IN SOA ns1.woori.com. root (
2006010210 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum

IN NS ns1.woori.com.
IN NS ns2.woori.com.
@ IN A xxx.xxx.xxx.xxx
IN A xxx.xxx.xxx.xxx
bbb IN A xxx.xxx.xxx.xxx

위의 ns1.woori.com 과 ns2.woori.com 은 네임서버 이고 xxx.xxx.xxx.xxx는 웹서버 아이피 입니다.

3.웹서버의 /etc/httpd/conf/httpd.conf 문서를 아래과 같이 추가를 했습니다.
<VirtualHost xxx.xxx.xxx.xxx>
ServerAdmin root@woori.com
DocumentRoot /home/woori
ServerName bbb.your.com
</VirtualHost>

위에서 xxx.xxx.xxx.xxx 웹서버 아이피 이고 /home/woori 는 aaa.woori.com 의 경로로 쓰이는 경로입니다.

그후에 네임서버에 /etc/rc.d/init.d/named stop , /etc/rc.d/init.d/named start
그리고 웹서버에 /usr/sbin/apachectl stop, /usr/sbin/apachectl start
했습니다.

이렇게 작업을 다한후에 nslookup bbb.your.com 을 해보면
Name: bbb.your.com
Address: xxx.xxx.xxx.xx1 => 1차네임서버(저희쪽)
Name: bbb.your.com
Address: xxx.xxx.xxx.xx2 => 2차네임서버(저희쪽)
이렇게 나옵니다. 그리고 직접 웹상에서 http://bbb.your.com 으로 접속을 해보면 저희가 작업을 한 aaa.woori.com 이 아닌 woori.com 이 내용이 나옵니다. 현재 원하는 상황은aaa.woori.com 내용이 나와야 합니다.

질문을 정리를 하자면
1.그쪽에서 저희 사이트로 포워딩을 한다고 아이피를 알려달라고 할때 저의 네임서버를 알려주는것이 맞는것인지 아니면 웹서버를
알려주는것인지
2.현재 woori.com 내용이 나오는 것을 어떻게 하면 aaa.woori.com 내용이 나오게 할것인지( 물론 사용자가 bbb.your.com 이라는 도메인으로 접속을 했
을때 포워딩 된 경우 입니다)

현재 woori.com 이라는 도메인은 저희쪽이 관리하는 도메인이고
your.com은 그쪽회사에서 관리하는 도메인 입니다.

하수에게 조언 좀 부탁드립니다. (__)

superkkt의 이미지

your.com의 관리는 다른 회사에서 하고 있다고 하셨는데 그렇다면 네임서버가 그쪽 회사거란 얘기죠? 그렇다면 질문하신분이 네임서버를 설정해주실 필요가 없이 그쪽 관리자에게 웹서버 IP만 알려주시면 됩니다. 그리고 아파치 설정에서 버츄얼호스트에 bbb.your.com을 등록하시고 document root를 aaa.woori.com과 동일하게 해주시면 됩니다. 질문에 있는대로 그대로 사용하시면 되겠네요~

======================
BLOG : http://superkkt.com

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.