Open main menu

CDOT Wiki β

Changes

OPS235 Lab 7 - Fedora17

644 bytes added, 14:19, 17 March 2010
no edit summary
* Create a small html document called <code>/var/www/html/index.html</code> that displays a short message.*
* On the fedora1 (the http server) confirm everything is working locally by using a browser to connect to http://localhost
*The default firewall configuration on fedora1 is to REJECT incoming requests to http (TCP/80)* Confirm that you can't connect by using firefox on fedora2 to connect to fedora1 http://fedora1/* On fedora2 confirm that the httpd service is stopped so it cannot interfere with your observations.* The next step is to establish a tunnel. When you establish a tunnel you make an ssh connection to a remote host and open a new port on the local host. That local host port is then connected to a port on the remote host through the established tunnel. When you send requests to the local port it is forwarded through the tunnel to the remote port.
9
edits