1
edit
Changes
→Install and test Apache on your VM02 and VM03
systemctl start httpd.service
systemctl enable httpd.service
* Using Firefox a text browser such as lynx on vm02 go to localhost. You should get the "Fedora Test Page" which indicates your web server is running on the local virtual machine.
*Flush your existing iptables rules on vm02.
**Add a rule to allow all packets "to" and "from" the loop back interface "lo".