13,420
edits
Changes
no edit summary
# Confirm that httpd is listening to TCP/80 using the '''netstat''' command.
# Create a small html document called '''/var/www/html/index.html''' that displays a short message. If you do not know how to use HTML markup language, just type a simple text message...
# On the your '''centos1 ''' VM (i.e. the http server) , confirm everything is working locally by using a browser to connect to '''http://localhost'''
# Set the default firewall configuration on centos1 to REJECT incoming requests to http (TCP/80)
# Confirm that you can't connect by using firefox on centos to connect to centos1 '''http://centos1/'''