WEB: How to set up web-server w/ FiOS

Since Verizon blocks port 80, this is listed online as the only workaround. It entails targeting a different port (like 8015), and then using the Verizon FiOS router to re-route the request to the correct web server machine.

Furthermore, people used no-ip.com's dynamic dns service to automatically forward the url name requests like www.happy.com to www.happy.com:8015, thereby eliminating the ugliness of forcing your customers to specify the ports.

* Prior to following the steps in this guide to hosting your web server, make sure you read the Verizon ToS, which states the following:

You also may not exceed the bandwidth usage limitations that Verizon may establish from time to time for the Service, or use the Service to host any type of server. Violation of this section may result in bandwidth restrictions on your Service or suspension or termination of your Service.

That said, be careful and charging on :)

STEP 1: Goto URL http://192.168.1.1
STEP 2: By default, username = admin, password = password (or password1)



STEP 3: On the top navi-bar, select Firewall Settings



STEP 4: Click yes to proceed



STEP 5: Click on Port Forwarding on the left navi-bar



STEP 6: From that table list, click Add at the bottom



STEP 7: Fill out the following table...
STEP 7a: Networked Computer/Device = danny (actual device name works best, since IPs can be dynamic)



STEP 8: Add new protocol



STEP 9: WAN Connection Type: All Broadband Devices
STEP 10: Forward to Port: Specify - 80
STEP 11: When should this rule occur: Always

STEP 12: Click Apply to get out of the Edit Port Forwarding Rule page
STEP 13: Click Apply to get out of the Port Forwarding page

STEP 14: From an external computer, type http://YOUR.IP:8015/, should direct you to the web server.

1 comment:

Lance said...

This works, but you have to make sure you change the general security settings on the firewall to low to allow for inbound traffic. This may open your network to attacks so you should probably know how to set up your own firewall inside your network.