네임서버
[네임서버] bind(named) error-ran out of space 에러
변군이글루
2013. 9. 7. 23:43
반응형
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 space
zonefile
$ 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
반응형