Recent Comments
목록전체 글 (893)
변군이글루
[BIND] DNSSEC 구축 방법 및 검증
DNSSEC 구축 방법 및 검증 1. 도메인 설정 및 존파일 작성 [root@LAMP01 named]# tail /etc/named.conf zone "sangchul.kr" { type master; file "sangchul.kr-zone"; allow-update { none; }; }; [root@LAMP01 named]# cat sangchul.kr-zone $TTL 600 @ IN SOA ns.sangchul.kr. dns.netpiacorp.com. ( 2013022701 ; Serial 2H ; Refresh 1H ; Retry 1W ; Expire 1H ) ; Minimum IN NS ns1.sangchul.kr. IN NS ns2.sangchul.kr. IN A 211.234.242.1..
+ 네임서버
2013. 6. 18. 22:18
세계 Browser 점유율 Internet Explorer History http://en.wikipedia.org/wiki/Internet_Explorer Browser 점유율 http://gs.statcounter.com
- 이슈(보안)
2013. 6. 18. 22:05
[BIND] bind 9.7.7 설치
bind 9.7.7 설치 # ./configure --prefix=/usr/local/bind --sysconfdir=/etc --localstatedir=/var --enable-threads --disable-ipv6
+ 네임서버
2013. 6. 18. 22:01