sun's longitude:56 56 46 
¡¤ ÀÚÀ¯°Ô½ÃÆÇ ¡¤ ¹¯°í´äÇϱ⠡¤ ¾ËÆĹ®¼­ ¡¤ RPMS list
¡¤ »ç¿ëÀÚ¹®¼­ ¡¤ ÆÁ/FAQ¸ðÀ½ ¡¤ ¸®´ª½ºLinks ¡¤ ÀÚ·á½Ç
¡¤ ¼­¹öÁ¤º¸ ¡¤ ¿î¿µÀÚ ¡¤ Books/FAQ ¡¤ FreeBSD
 
/board/read.php:¼Ò½ºº¸±â   
 

Áú¹®°ú ´äº¯ °Ô½ÃÆÇÀÔ´Ï´Ù.

ÇöÀç ½Ç½Ã°£À¸·Î ÀÌ°÷ ¼­¹öÀÇ ¼³Á¤ÆÄÀÏ(¸î°³)¸¦ º¸¿©ÁÖ°í ÀÖ½À´Ï´Ù.
¼­¹öÀÇ ¼³Á¤³»¿ë¿¡ °üÇÑ Áú¹®Àº ¸ÕÀú ÀÌ°÷ ¼­¹öÀÇ ¼³Á¤³»¿ëÀ» Âü°íÇÏ½Ã±æ ¹Ù¶ø´Ï´Ù.

[*** ¾²±â ±ÝÁö´Ü¾î ÆÐÅÏ ***]
±Û º»¹® Áß°£¿¡ ¾÷·ÎµåÇÒ À̹ÌÁö¸¦ Ãß°¡ÇÏ´Â ¹æ¹ý : @@À̹ÌÁöÀ̸§@@
ex) @@foo.gif@@
2466 ¹ø ±Û: DNS Áú¹®ÀÌ¿ä^^
±Û¾´ÀÌ: Æ丮 ±Û¾´³¯: 2006³â 04¿ù 06ÀÏ 20:37:47 ¸ñ(Àú³á) Á¶È¸: 1582
-----------------------------------------
´äº¯ÀÚ°¡ ±âº»ÀûÀ¸·Î Âü°íÇÒ ³»¿ëÀÔ´Ï´Ù.
- ¹èÆ÷ÆÇ(¿É¼Ç)    : RH ES
- Ä¿³Î¹öÀü(¿É¼Ç)  : 
- µ¥¸ó¹öÀü(¿¹:apache 1.3.27) : bind-9.2.4-2
- µ¥¸ó¼³Ä¡À¯Çü(RPM/ÄÄÆÄÀÏ/±âŸ)
 :¼³Ä¡½Ã ÆÐÅ°Áö ¼±ÅÃ
-----------------------------------------

DNS ¸¦ óÀ½ °Çµå·Áº¸´Â ÃÊÂ¥ÀÔ´Ï´Ù.

»ç¿ë ¾ÈÇÏ´Â µµ¸ÞÀÎÀ» Çϳª ¹Þ¾Æ¼­, ³ª¸§´ë·Î °øºÎÇغ¸°í Àִµ¥

¼³Á¤ÀÌ ¾È¸Â¾Æ¼­ ±×·¸°ÚÁö¸¸, ¿µ µ¹¾Æ°¡Áú ¾Ê½À´Ï´Ù.

´çü ´äÀÌ ¾È³ª¿Í¼­, Á¶¾ð Á» ºÎŹµå¸³´Ï´Ù.

¾Æ·¡´Â named.conf ÇÏ°í officelady.co.kr.zone ÆÄÀÏÀÇ ³»¿ëÀÔ´Ï´Ù.


/etc/named.conf


options {
        directory "/var/named";
        dump-file "/var/named/data/cache_dump.db";
        statistics-file "/var/named/data/named_stats.txt";
        /*
         * If there is a firewall between you and nameservers you want
         * to talk to, you might need to uncomment the query-source
         * directive below.  Previous versions of BIND always asked
         * questions using port 53, but BIND 8.1 uses an unprivileged
         * port by default.
         */
         // query-source address * port 53;
};
 
// 
// a caching only nameserver config
// 
controls {
        inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};
 
zone "." IN {
        type hint;
        file "named.ca";
};
 
zone "localdomain" IN {
        type master;
        file "localdomain.zone";
        allow-update { none; };
};
 
zone "localhost" IN {
        type master;
        file "localhost.zone";
        allow-update { none; };
};
 
zone "0.0.127.in-addr.arpa" IN {
        type master;
        file "named.local";
        allow-update { none; };
};
 
zone
"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa"
IN {
        type master;
        file "named.ip6.local";
        allow-update { none; };
};
 
zone "255.in-addr.arpa" IN {
        type master;
        file "named.broadcast";
        allow-update { none; };
};
 
zone "0.in-addr.arpa" IN {
        type master;
        file "named.zero";
        allow-update { none; };
};
 
zone "61.107.70.223" IN {
        type master;
        file "officelady.co.kr.zone";
        allow-update { none; };
};
 
zone "70.107.61.in-addr.arpa" IN {
        type master;
        file "61.107.70.in-addr.arpa.zone";
        allow-update { none; };
};





/evar/named/officlady.co.kr.zone


$TTL    3600
@       IN      SOA     ns.officelady.co.kr.    root.officelady.co.kr. {
                        20060404        ; Serial
                        84600           ; Refresh 
                        1800            ; Retry
                        1209600         ; Expire
                        84600 }         ; Minimum
 
        IN      NS      ns.officelady.co.kr.
        IN      NS      ns2.officelady.co.kr.
        IN      A       61.107.70.223
 
ns      IN      A       61.107.70.223
ns2     IN      A       61.107.70.223
www     IN      A       61.107.70.223


À߸øµÈ ºÎºÐÀÌ ÀÖÀ¸¸é °¡Â÷¾øÀÌ ¾ê±âÇØÁÖ¼¼¿ä^^

 
ÀÌÀü±Û : Re: ¾Æ.. ½±Áö¸¸ º¹ÀâÇÑ Áú¹®ÀÔ´Ï´Ù..
´ÙÀ½±Û : Re: DNS Áú¹®ÀÌ¿ä^^  
 from 61.107.70.185
JS(Redhands)Board 0.4 +@

Re: ¾Æ.. ½±Áö¸¸ º¹ÀâÇÑ Áú¹®ÀÔ´Ï´Ù.. Re: DNS Áú¹®ÀÌ¿ä^^
Àμâ¿ë 


apache lighttpd linuxchannel.net 
Copyright 1997-2024. linuxchannel.net. All rights reserved.

Page loading: 0.03(server) + (network) + (browser) seconds