• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Verizon FIOS: Port Blocking

StarsFan4Life

Golden Member
I just got bumpred up to the FIOS 25/15 package. I would like to starting hosting my personal website at home (just a family photo website) on my local WHS machine (I could on Time Warner just fine), as well as share files (music/videos/pictures) with friends.

My question is, what ports are BLOCKED byt Verizon FIOS and how can I get around them?
Edit/Delete Message
 
You can get around ports that are blocked by your ISP by specifying another report.

port 80 is the default port used for a webserver. If your using apache you can change this in the .conf file.

for example port 8000

using your ISP IP address you can type in your web browser

http://xxx.xxx.xxx.xxx:8000

make sure your router is port forwarding to the webserver.

however some ISP do not allow running services like a web server etc in their terms of service. So you may get a call or email if your attracting a lot of traffic.
 
You can get around ports that are blocked by your ISP by specifying another report.

port 80 is the default port used for a webserver. If your using apache you can change this in the .conf file.

You can do this with almost all servers (use another port), but that means that only people that knows the alternate port can sort of use the site.

http://wiki.wegotserved.com/index.php?title=Setup_Alternate_Ports_for_your_WHS_Web_Sites

Another solution is to find a DNS service that provides Dynamic DNS with port redirection.

I.e. if you currently use Microsoft Home Server Domain, you need to switch to DynDNS, or similar service.
 
Last edited:
Back
Top