To make the SG20 be a web server for the people outside the firewall: 1. Edit the file /sa2/templates/etc/httpd/conf/httpd.intranet/10base Find the line: DocumentRoot "/sa2/web/intranet" And change it to: DocumentRoot "/sa2/web/custom" You will find this in 2 places (lines 455 and 480) 2. In the directory "/home/intranet" rename the file "index.cgi" to "index.cgi.old" 3. Put all your html files in the "/home/intranet" directory. 4. Go to the "/sa2/triggers/mod_apache" directory and run the file "10apache" by typing "./10apache" 5. Under the Firewall settings (http://192.168.1.1:8282) Network -> Firewall -> Customize, enable the "WWW Server" Done!