본문 바로가기

ETC

마스터 네임서버 구축

1
2
3
4
5
6
7
8
9
10
11
12
13
14
yum -y install bind bind-chroot
rpm -qa httpd
systemctl status httpd
systemctl restart httpd
firewall-config (http, ftp, dns)
vi /var/www/html/index.html
firewall-cmd --permanent --add=service=ftp
firewall-cmd --reload
vi /etc/named.conf
named-checkconf
cd /aver/named
vi remind.com.db
named-checkzone remind.com remind.com.db
systemctl restart named
cs

 

'ETC' 카테고리의 다른 글

센드 메일서버 구현  (0) 2019.02.27