반응형
    
    
    
  bind(named) error-ran out of space 에러
named-checkzone bioscbyun.com bioscbyun.com.zone$ named-checkzone bioscbyun.com bioscbyun.com.zone
dns_rdata_fromtext: bioscbyun.com.zone:13: ran out of space
zone bioscbyun.com/IN: loading from master file bioscbyun.com.zone failed: ran out of spacezonefile
$ cat bioscbyun.com.zone
; Created by Internet Connection SNG 961081821
$TTL   10m
@       IN      SOA     scbyun.com.     root.scbyun.com. (
                                        2009102710      ;
                                        7200            ; refresh = 7200, 21600 (2 hours)
                                        1800            ; retry   = 3600 (1 hour)
                                        302400         ; expire  = 302400 (3 days 12 hours)
                                        43200)         ; minimum ttl = 1800 (30 mins)
         IN     NS      ns.scbyun.com.
         IN     A       192.168.0.100
         IN     TXT     "v=spf1 ip4:xxx.xxx.xxx.xx ip4:xx.xx.xxx.xx ip4:xxx.xxx.xxx.xx ip4:xxx.xxx.xxx.xx ip4:xxx.xxx.xxx.xx ip4:xxx.xxx.xxx.xx ip4:xxx.xxx.xxx.xx xxx.xxx.xxx.xx ip4:xxx.xxx.xxx.xx ip4:xxx.xxx.xxx.xx ip4:xxx.xxx.xxx.xx ip4:xxx.xxx.xxx.xx ip4:xxx.xxx.xxx.xx ip4:xxx.xxx.xxx.xx ip4:xxx.xxx.xxx.xx ip4:xxx.xxx.xxx.xx ip4:xxx.xxx.xxx.xx ip4:xxx.xxx.xxx.xx ip4:v ip4:xxx.xxx.xxx.xx -all"
         IN     MX 10    mail.scbyun.com.
www      IN     A       192.168.0.101
2.3.4. Size limits 
Various objects and parameters in the DNS have size limits. They are listed below. Some could be easily changed, others are more fundamental.
- labels 63 octets or less
- names 255 octets or less
- TTL positive values of a signed 32 bit number.
- UDP messages 512 octets or less
참고URL
- bind9 docs : Can I have a TXT or SPF record longer than 255 characters?
- aws : Route 53에서 255자를 초과하는 SPF 또는 TXT 레코드를 구성하려면 어떻게 해야 하나요?
- akamai community : Set up TXT or SPF record longer than 255 bytes in Edge DNS
- rfc1035 : DOMAIN NAMES - IMPLEMENTATION AND SPECIFICATION
728x90
    
    
  반응형
    
    
    
  '네임서버' 카테고리의 다른 글
| named hint(named.cache) 파일을 생성하는 방법 (0) | 2013.09.07 | 
|---|---|
| [bind] rndc(remote name daemon control) 유틸리티 (0) | 2013.09.07 | 
| [네임서버] Powered by DNS (0) | 2013.09.07 | 
| [원도우] 이벤트 ID 4000 (0) | 2013.09.04 | 
| bind zone 파일 IP 변경 스크립트 (0) | 2013.09.04 | 
 
                  
                