Slashdot Mirror


Verizon Taking FTTP Installation Orders

ooglek writes "Verizon is now qualifying and accepting installations for FTTP (Fiber To the Premises)! $39.95 for 5MB/2MB, $49.95 for 15MB/2MB, and $199.95 for 30MB/5MB. No word yet on whether Verizon will block ports (25, 80, etc) for incoming or outgoing traffic; with 2MB upload, I hope to basically run a small data center in my basement. Both phone and Internet will come through the fiber, and there is an unofficial rumor of video services as well by the end of this year. Got Fiber? My install date is November 2nd in Falls Church, VA (near DC). Several people in Keller, Texas have posted pictures and reported 14,679 kbps download and 1,794 kbps download speeds." Update: 10/26 23:52 GMT by T : That second "download" ought probably read "upload."

6 of 624 comments (clear)

  1. The spammers will be pleased by codepunk · · Score: 0, Redundant

    Man can you even imagine how fast those trojaned windows boxes on fiber are going to be able to throw spam at the world.? Hell I bet it will only take 10 seconds vs the normal 20 seconds for a windows machine to be exploited.

    --


    Got Code?
  2. Just like Verizon. by SQLz · · Score: 0, Redundant

    I go to the page:

    Server Error in '/FiosForHome' Application.
    Runtime Error
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

    <!-- Web.Config Configuration File -->

    <configuration>
    <system.web>
    <customErrors mode="Off"/>
    </system.web>
    </configuration>

    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

    <!-- Web.Config Configuration File -->

    <configuration>
    <system.web>
    <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
    </configuration>

  3. The phone number qualiifcation... by antdude · · Score: 0, Redundant

    It is /.'ed I think. :(

    Server Error in '/FiosForHome' Application.

    Runtime Error
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off". ...

    --
    Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
  4. Interesting error from the verizon page. by bulldog2260 · · Score: 0, Redundant

    Server Error in '/FiosForHome' Application.

    Runtime Error
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

    <!-- Web.Config Configuration File -->

    <configuration>
    <system.web>
    <customErrors mode="Off"/>
    </system.web>
    </configuration>

    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

    <!-- Web.Config Configuration File -->

    <configuration>
    <system.web>
    <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
    </configuration>

  5. verizon.com go BOOM! by nsanders · · Score: 0, Redundant


    Server Error in '/FiosForHome' Application.
    Runtime Error
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off".

    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's configuration tag to point to a custom error page URL.

  6. NYNEX'ed by Doc+Ruby · · Score: 0, Redundant

    They're offering FTTP, and they can't even run a simple query Webpage? I don't want ASP with my fiber!

    Server Error in '/FiosForHome' Application.
    Runtime Error
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off".

    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's configuration tag to point to a custom error page URL.

    --

    --
    make install -not war