Road Runner Guide to the Internet
Enable DD-WRT Webserver
using dd-wrt supported router & firmware
this guide will explain how to host ur very own website using dd-wrt firmware. its not an obvious feature of the firmware but only takes a bit of work to enable the websever and begin hosting ur website for free. this guide works even if you have a dynamic ip address. if your ip address is static than that makes this guide even easier. the requirements for this guide are also extremly minimal. all you need is a router that supports ddwrt-firmware and enough free jffs space to host your website. there are other features which can be added that will make ur site more practical but at an added cost that i will go over later.
Install & Configure DD-WRT Router
- Enable SSH & Telnet Servers
- install current dd-wrt firmware that supports jffs
- login and click the services tab.
- enable sshd & password login.
- enable telnet sever and click save.
- Enable Remote Access Managment
- next click the Administration tab
- copy settings like the screenshots below
- click save, than reboot
- Enable JFFS2 Support
- click on the admin tap again
- enable jffs2 & clean jffs2 and click apply
- next tick disable jffs2. click save, then reboot
- after reboot it should show the amount of free space
- if it does not, then this guide will not work

- Enable Webserver
- Enable Webserver
- in the admin tab click the commands tab
- enter the below commands & click save startup
killall httpd
httpd -p 81 -h /www
httpd -h /jffs - next paste this command and click save firewall
/usr/sbin/iptables -I INPUT 1 -p tcp --dport 80 -j logaccept
- now ur settings should look like the screenshot below

- Upload Website to Router
- Upload Website to Router
- download and start winscp
- log into router using scp protocol
- browse to jffs folder and upload website
- index file must be named index.htm not html
- Dynamic DNS
- Dynamic DNS
- if ur ip is dynamic use a dynamic dns service for your website
- next log into router and click setup, then ddns
- select your ddns service, complete fields, and save

- Testing & Troubleshooting
