본문 바로가기

반응형

전체 글

bind 9 소스 컴파일 설치 bind-9.9.4-P1 소스 컴파일 설치(complie)소스 코드 다운로드wget http://ftp.isc.org/isc/bind9/9.9.4-P1/bind-9.9.4-P1.tar.gz압축 해제tar xzf bind-9.9.4-P1.tar.gzcd bind-9.9.4-P1환경 설정./configure --prefix=/usr/local/bind-9.9.4-P1 --sysconfdir=/etc --localstatedir=/varConfiguration summary:------------------------------------------------------------------------Optional features enabled: GSS-API (--with-gssapi) Prin.. 더보기
[네임서버] bind 슬레이브 ZONE 파일 유형 변경(masterfile-format) bind 슬레이브 ZONE 파일 유형 변경(data -> ASCII text) 슬레이브 서버 named 설정 파일에 적용 vim /etc/named.conf options { ... masterfile-format text; ... } Syntax: [ masterfile-format (text|raw) ; ] masterfile-format Specifies the file format of zone files (see Section 6.3.7). The default value is text, which is the standard textual representation, except for slave zones, in which the default value is raw. Files in oth.. 더보기
[bind] 슬레이브 DNS ZONE 파일 유형 변경(ASCII text > data) 슬레이브 DNS ZONE 파일 유형 변경(ASCII text > data) ----------------------------------------------------------------- # /usr/local/bind-9.9.4-P1/sbin/named -v BIND 9.9.4-P1 (Extended Support Version) # file * 192.168.0-rev: data sangchul.kr-zone: data ----------------------------------------------------------------- ----------------------------------------------------------------- # named -v BIND 9.8.2rc1.. 더보기
[네임서버] bind(named) 기본 파일 확장자: $GENERATE 지시어 bind(named) 기본 파일 확장자: $GENERATE 지시어 172.20.0.0/24 역도메인(reverse domain) zonefile 생성 named.conf(/etc/bind/named.conf) 편집 vim /etc/bind/named.conf zone "0.20.172.in-addr.arpa" { type master; file "172.20.0.zone"; }; 172.20.0.zone(/var/cache/bind/172.20.0.zone) 편집 vim /var/cache/bind/172.20.0.zone $TTL60 $ORIGIN 0.20.172.IN-ADDR.ARPA. @INSOAlocalhost. root.localhost. ( 2022112307; Serial 604800; Re.. 더보기
Mantis를 설치 및 구성하는 방법 Mantis를 설치 및 구성하는 방법Mantis Bug Tracker(보통 MantisBT로 불리는)는 오픈 소스 이슈 추적 소프트웨어로 프로젝트 관리에서 버그 및 문제 추적을 도와줍니다.1. LAMP 스택 설치MantisBT는 PHP 기반이므로, Apache, MySQL, PHP를 설치합니다.Apache 설치sudo yum install httpdsudo service httpd startsudo chkconfig httpd onMySQL(MariaDB) 설치기본적으로 MariaDB를 사용합니다.sudo yum install mariadb-server mariadbsudo service mysqld startsudo chkconfig mysqld onMySQL(MariaDB) 보안 설정을 진행합니다.s.. 더보기
[NAMED] Bind9 Query Log Bind9 Query Log Chapter�7.�DNS Supported Log Format http://download.logreport.org/pub/current/doc/user-manual/ch07s02.html 더보기
Linux Kernel Parameters Linux Kernel ParametersThe Linux KernelThe Linux Kernel ArchivesThe Linux Kernel documentation 더보기
CentOS 6에 Xen을 설치하는 방법 CentOS 6에 Xen을 설치하는 방법테스트 환경[root@was01 ~]$ cat /etc/redhat-releaseCentOS release 6.4 (Final)[root@was01 ~]$ getconf LONG_BIT64EPEL 리포지토리 설치sudo yum install epel-releaseXen 설치필요한 패키지 설치libvirt : 가상화 관리 도구virt-viewer : 가상 머신 그래픽 사용자 인터페이스libvirt-client : libvirt 클라이언트 라이브러리centos-release-xen : Xen 관련 패키지 저장소yum install -y libvirt virt-viewer libvirt-client centos-release-xen[root@was01 ~]$ yum in.. 더보기

반응형