리눅스 [ DNS ] Web, FTP Server 실습
시나리오 Server A : Web server Server B : FTP server, DNS server 소프트웨어 설치 dnf -y install httpd vsftpd bind 먼저 관련 소프트웨어들을 설치 - httpd,vsftpd,bind(namd) 방화벽 열어주기 firewall-cmd --add-service={http,https,dns,ftp} --permanent && firewall-cmd --reload firewall-cmd --list-all HTTP (Server A) 설정파일은 '/var/www/html/http.conf'에 존재한다. 간단하게 실습만할것이므로 대문페이지만 /var/www/html/index.html 생성 = 대문 페이지 내용은 더보기란 참조 더보기 First..