4620297
ORCL
3
버전 비교
비교대상
키
- 이 줄이 추가되었습니다.
- 이 줄이 삭제되었습니다.
- 서식이 변경되었습니다.
Image Removed
Image Added
Image Removed
Image Added
Image Removed
Image Added
Image Removed
Image Added
Image Removed
Image Added
Image Removed
Image Added
Image Removed
Image Added
Image Removed
Image Added
Image Removed
Image Added
Image Removed
Image Added
Image Removed
Image Added
Image Removed
Image Added
Image Removed
Image Added
Image Removed
Image Added
Image Removed
Image Added
Image Removed
Image Added
Image Removed
Image Added
Image Removed
Image Added
Image Removed
Image Added
Image Removed
Image Added
Image Removed
Image Added
Image Removed
Image Added
Image Removed
Image Added
Image Removed
Image Added
Image Removed
Image Added
Image Removed
Image Added
코드 블럭 | ||||||
---|---|---|---|---|---|---|
| ||||||
hostnamectl status hostnamectl set-hostname dns hostnamectl status |
펼치기 | ||
---|---|---|
|
코드 블럭 | ||||||
---|---|---|---|---|---|---|
| ||||||
systemctl stop firewalld systemctl disable firewalld |
펼치기 | ||
---|---|---|
|
코드 블럭 | ||||||
---|---|---|---|---|---|---|
| ||||||
cd <리눅스 설치 디스크 마운트 경로>/Packages rpm -ivh python-ply-*.noarch.rpm # rpm -ivh bind-license-*.el7.noarch.rpm # rpm -Uvh bind-utils-*.x86_64.rpm bind-libs-*.x86_64.rpm rpm -ivh bind-*.el7.x86_64.rpm rpm -ivh bind-chroot-*.x86_64.rpm cd eject |
펼치기 | ||
---|---|---|
|
코드 블럭 | ||||||
---|---|---|---|---|---|---|
| ||||||
/usr/libexec/setup-named-chroot.sh /var/named/chroot on systemctl stop named systemctl disable named systemctl start named-chroot systemctl enable named-chroot |
펼치기 | ||
---|---|---|
|
코드 블럭 | ||||
---|---|---|---|---|
| ||||
// listen-on port 53 { 127.0.0.1; }; listen-on port 53 { 127.0.0.1; 10.0.1.150; }; // allow-query { localhost; }; allow-query { localhost; 10.0.1.0/24; }; |
펼치기 | ||
---|---|---|
|
코드 블럭 | ||||
---|---|---|---|---|
| ||||
zone "localdomain." IN { type master; file "localdomain.zone"; allow-update { none; }; }; zone "1.0.10.in-addr.arpa." IN { type master; file "1.0.10.in-addr.arpa"; allow-update { none; }; }; |
펼치기 | ||
---|---|---|
|
코드 블럭 | ||||
---|---|---|---|---|
| ||||
$TTL 86400 @ IN SOA localhost root.localhost ( 42 ; serial (d. adams) 3H ; refresh 15M ; retry 1W ; expiry 1D ) ; minimum IN NS localhost localhost IN A 127.0.0.1 rac-scan IN A 10.0.1.191 rac-scan IN A 10.0.1.192 rac-scan IN A 10.0.1.193 |
코드 블럭 | ||||
---|---|---|---|---|
| ||||
$ORIGIN 1.0.10.in-addr.arpa. $TTL 1H @ IN SOA dns.localdomain. root.dns.localdomain. ( 2 3H 1H 1W 1H ) 1.0.10.in-addr.arpa. IN NS dns.localdomain. 191 IN PTR rac-scan.localdomain. 192 IN PTR rac-scan.localdomain. 193 IN PTR rac-scan.localdomain. |
코드 블럭 | ||||||
---|---|---|---|---|---|---|
| ||||||
chown root:named /var/named/chroot/var/named/localdomain.zone chown root:named /var/named/chroot/var/named/1.0.10.in-addr.arpa systemctl restart named-chroot |
펼치기 | ||
---|---|---|
|
코드 블럭 | ||||||
---|---|---|---|---|---|---|
| ||||||
nslookup rac-scan.localdomain nslookup 10.0.1.191 nslookup 10.0.1.192 nslookup 10.0.1.193 |
펼치기 | ||||
---|---|---|---|---|
|
{}