알고 싶은 점


실습


1. NAT 설정

Untitled

2. webserv VM

yum -y install httpd
systemctl restart httpd
systemctl status httpd | grep -i active

Untitled

Untitled

3. client VM

curl <webserv VM IP>