+++++++++++++++ Web Demo: index +++++++++++++++ Simple website with several web pages that can be used to demonstrate access to a web site (e.g. capture HTTP packets). To deploy automatically, on the node that you want to run the site, perform: sudo bash ~/virtnet/bin/vn-deployindex Optionally, on clients you could edit the /etc/hosts file to use a fake domain. Alternatively, to deploy manually: 1. Copy all files and directories to the web server directory: sudo cp -a /home/network/virtnet/data/webdemos/index/www/* /var/www/ 2. Set permissions ...