<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://help.ncf.ca/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Xx181</id>
	<title>Support - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://help.ncf.ca/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Xx181"/>
	<link rel="alternate" type="text/html" href="https://help.ncf.ca/Special:Contributions/Xx181"/>
	<updated>2026-04-16T16:24:52Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.4</generator>
	<entry>
		<id>https://help.ncf.ca/index.php?title=Publishing_Web_Pages&amp;diff=8544</id>
		<title>Publishing Web Pages</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=Publishing_Web_Pages&amp;diff=8544"/>
		<updated>2026-03-25T12:53:36Z</updated>

		<summary type="html">&lt;p&gt;Xx181: /* Upload your web pages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Creating your own website can be a great deal of fun and a good way to share pictures, text and ideas with the whole world. All NCF accounts automatically include web space.&lt;br /&gt;
&lt;br /&gt;
==General==&lt;br /&gt;
There is no limit on the size of your web space as long as there is enough space for everybody. If space becomes an issue, NCF will contact the people who use the most space.&lt;br /&gt;
&lt;br /&gt;
To create a website you need to do four things:&lt;br /&gt;
&lt;br /&gt;
# Create the web pages offline and link them together to form a website&lt;br /&gt;
# Test your web pages offline to make sure they work&lt;br /&gt;
# Upload them to your space on the NCF web server and then they will be visible to everyone on the internet&lt;br /&gt;
# Validate your web pages to identify any errors&lt;br /&gt;
&lt;br /&gt;
==Creating web pages==&lt;br /&gt;
When someone visits your website their browser will ask the server for the home page first, which is called ''index.html'' or ''index.htm''. If that file does not exist, the web server will display a list of the files in the directory. &lt;br /&gt;
&lt;br /&gt;
When you design your website make sure you create a home page and call it ''index.html'', so people visiting your website will start by seeing that page.&lt;br /&gt;
&lt;br /&gt;
Web pages are written in [https://en.wikipedia.org/wiki/HTML Hyper Text Markup Language] (HTML). There are basically two ways to write HTML files:&lt;br /&gt;
&lt;br /&gt;
# Writing them by hand &lt;br /&gt;
# Using a WYSIWYG (What-You-See-Is-What-You-Get) HTML page creator.&lt;br /&gt;
&lt;br /&gt;
===Hand coding HTML===&lt;br /&gt;
Hand coding HTML requires some skill and practice to learn, but can be quick and rewarding to do, once you have learned how. Most professionally-designed websites these days are hand-written. There are many guides available on the internet, in bookstores and libraries to help you learn to write HTML. &lt;br /&gt;
&lt;br /&gt;
HTML is just text, so any plain text editor can be used to write HTML by hand, although the best ones are those that offer syntax highlighting to show mistakes quickly with text colours. &lt;br /&gt;
&lt;br /&gt;
Some good free software text editors with syntax highlighting include:&lt;br /&gt;
&lt;br /&gt;
* [http://jedit.org/ jEdit] (for Windows, Mac, Linux and BSD)&lt;br /&gt;
* [https://notepad-plus-plus.org/ NotePad++] (for Windows)&lt;br /&gt;
&lt;br /&gt;
===WYSIWYG HTML page creators===&lt;br /&gt;
There are also many software applications to automate the task of making HTML pages which allow beginners to make beautiful web pages without learning how to hand code HTML. If you are designing a complex web site with many components or want to save the time learning hand coding HTML, these tools can be helpful. &lt;br /&gt;
&lt;br /&gt;
Commercial, proprietary web page creation software applications, like [https://en.wikipedia.org/wiki/Adobe_Dreamweaver Adobe Dreamweaver CC], can be purchased or rented by the month, but many office applications, such as word processors, can also produce documents in HTML format. To write a web page just select &amp;quot;save as HTML&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
One word processor that can do this is the free software, cross platform LibreOffice Writer:&lt;br /&gt;
&lt;br /&gt;
* [http://www.libreoffice.org/download/libreoffice-fresh/ LibreOffice]&lt;br /&gt;
&lt;br /&gt;
==Testing webpages==&lt;br /&gt;
Once you have written your web pages, open them in your [[web browser]] while still offline, to test them and see how they look and make sure that they link together.&lt;br /&gt;
&lt;br /&gt;
==Upload your web pages==&lt;br /&gt;
The process of transferring a file from your computer to your web space (on NCF's computer) is called ''uploading''.&lt;br /&gt;
&lt;br /&gt;
=== How to upload files ===&lt;br /&gt;
There are several ways to upload files, including:&lt;br /&gt;
&lt;br /&gt;
*'''NCF's Web File Manager''' - We suggest using NCF's &amp;quot;Web File Manager&amp;quot; (because it requires no set-up) to upload your files. Go to the [http://start.ncf.ca StartPage] and click on [https://www.ncf.ca/ncf/home/tools/fileManager.jsp Web File Manager] under 'Tools' in the right column. It is kind of basic, but you'll see simple tools for uploading files.  There's an FAQ link on its page that explains how it works. &lt;br /&gt;
&lt;br /&gt;
'''Note''': The Web File Manager cannot transfer files larger than 2MB. For large files, use FTP.&lt;br /&gt;
&lt;br /&gt;
*'''File Transfer Protocol''' (FTP) - If you are using an FTP program, use the following settings:&lt;br /&gt;
**Host Name/Address: ftp.ncf.ca (IP 172.83.172.13)&lt;br /&gt;
**User ID: accountID&lt;br /&gt;
**If a selection is available then choose &amp;quot;passive mode&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===FTP clients===&lt;br /&gt;
Some FTP clients that have been tested and work well with NCF web hosting are:&lt;br /&gt;
&lt;br /&gt;
;Free software&lt;br /&gt;
*[http://filezilla-project.org/ FileZilla] for BSD, Linux, Mac OSX and Windows&lt;br /&gt;
*[http://gftp.seul.org/ gFTP] for Linux.&lt;br /&gt;
&lt;br /&gt;
Notes: &lt;br /&gt;
#Linux users should download these from their distribution repositories.&lt;br /&gt;
#gFTP users should set ''FTP&amp;amp;rarr; Preferences&amp;amp;rarr; Preserve File Permissions&amp;amp;rarr; uncheck this box'', or else the uploaded files will not be able to be viewed.&lt;br /&gt;
&lt;br /&gt;
==== SFTP (SSH) ====&lt;br /&gt;
The NCF FTP server now supports SSH transfers (SFTP)&lt;br /&gt;
&lt;br /&gt;
If you are using gFTP, change the port from 21 to 22, and the protocol to SSH2.&lt;br /&gt;
&lt;br /&gt;
If you use the FileZilla Quickconnect bar, just specify &amp;quot;&amp;lt;nowiki&amp;gt;sftp://ftp.ncf.ca&amp;lt;/nowiki&amp;gt;&amp;quot; for the Host field. FileZilla does not seem to need the port specified as 22.&lt;br /&gt;
&lt;br /&gt;
==== Secure FTP ====&lt;br /&gt;
The NCF FTP server now supports TLS explicit mode. If you previously used NCF FTP to upload to your web space, you may wish to enable TLS in your client, if it is supported.&lt;br /&gt;
&lt;br /&gt;
If you are using FileZilla, this is as simple as changing the encryption type from &amp;quot;Use Plain FTP&amp;quot; to &amp;quot;Require explicit FTP over TLS&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[File:Filezilla_explicit_tls.png|400px]]&lt;br /&gt;
&lt;br /&gt;
If you use the FileZilla Quickconnect bar, just specify &amp;quot;ftpes://ftp.ncf.ca&amp;quot; for the Host: field:&lt;br /&gt;
&lt;br /&gt;
[[File:Filezilla_explicit_tls_quickconnect.png|400px]]&lt;br /&gt;
&lt;br /&gt;
Note: If you are using an older FTP client that only supports legacy SSL on port 990, that will not work. You must use a client that understands how to use &amp;quot;Explicit TLS&amp;quot; on port 21.&lt;br /&gt;
&lt;br /&gt;
==FTP certificates==&lt;br /&gt;
The first time you connect with an FTP client, or when the certificate has been updated, you will receive a warning from your FTP client about an &amp;quot;unknown certificate&amp;quot;. If the certificate date is correct and the host is ftp.ncf.ca then you can accept the certificate and continue to upload your files.&lt;br /&gt;
&lt;br /&gt;
[[File:FileZilla certificate warning.png|400px]]&lt;br /&gt;
&lt;br /&gt;
==Viewing your website on the internet==&lt;br /&gt;
===Location of your web pages (URL)===&lt;br /&gt;
Your web space is at '''&amp;lt;nowiki&amp;gt;https://web.ncf.ca/youraccountID&amp;lt;/nowiki&amp;gt;''', where ''youraccountID'' is replaced by your NCF accountID. If you have an email alias, you can use that too. For example, if your accountID is ab123 and your email alias is 'fred', then your web space would be at:&lt;br /&gt;
&lt;br /&gt;
*'''&amp;lt;nowiki&amp;gt;https://web.ncf.ca/ab123&amp;lt;/nowiki&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
and also at:&lt;br /&gt;
&lt;br /&gt;
*'''&amp;lt;nowiki&amp;gt;https://web.ncf.ca/fred&amp;lt;/nowiki&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
==Validating your pages==&lt;br /&gt;
Newly uploaded pages should be validated to make sure the coding on them is correct and will display correctly in reader's browsers. You can do this using a free online tool at:&lt;br /&gt;
&lt;br /&gt;
*[https://validator.w3.org/nu/ W3C validator]&lt;br /&gt;
&lt;br /&gt;
Just copy your page's URL into the box, hit &amp;quot;return&amp;quot; and it will test your page and list any errors that need correcting. If there are errors, fix them on the original file and then upload the newly corrected version.&lt;br /&gt;
&lt;br /&gt;
== Organizational Accounts at NCF ==&lt;br /&gt;
To transfer files to your organization web space, use the following settings on your FTP program:&lt;br /&gt;
* Host Name/Address: ftp.ncf.ca&lt;br /&gt;
* User ID: accountID-n ('n' is a letter code assigned to the organization, usually the first letter of the directory name)&lt;br /&gt;
&lt;br /&gt;
Your web site will be found at:&lt;br /&gt;
 &lt;br /&gt;
*'''&amp;lt;nowiki&amp;gt;https://yourOrg.ncf.ca&amp;lt;/nowiki&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
== Tools for web page authors ==&lt;br /&gt;
NCF's &amp;quot;comment-taker&amp;quot; utility provides a way for readers of your web page to send you email without you having to expose your email address to spammers.  Have a look at the [http://www.ncf.ca/ncf/support/faqMaker.jsp?faq=7 Comment-Taker FAQ] for more information.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Website Statistics]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.techsoup.org/support/articles-and-how-tos/nonprofits-guide-to-building-simple-low-cost-websites A Nonprofit's Guide to Building Simple, Low-Cost Websites]&lt;br /&gt;
*[http://www.websitesthatsuck.com/ Websites That Suck] - a guide a what to avoid in website design&lt;br /&gt;
&lt;br /&gt;
[[Category: Web space]]&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=Category:Community_Services&amp;diff=8467</id>
		<title>Category:Community Services</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=Category:Community_Services&amp;diff=8467"/>
		<updated>2025-09-29T14:16:42Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;ncfrightbox&amp;quot;&amp;gt; {{Template:My Support Options}} &amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=NCF_TOC&amp;diff=8466</id>
		<title>NCF TOC</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=NCF_TOC&amp;diff=8466"/>
		<updated>2025-09-29T14:15:08Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;infobox&amp;quot;&lt;br /&gt;
! Help sections at NCF&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* [[:Category:Account &amp;amp; Membership|Account &amp;amp; membership]]&lt;br /&gt;
* [[:Category:Apple|Apple devices]]&lt;br /&gt;
* [[:Category:Billing|Billing]]&lt;br /&gt;
* [[:Category:Computer Help|Computer Help]]&lt;br /&gt;
* [[:Category:DSL|DSL]]&lt;br /&gt;
* [[:Category:Dial-up|Dial-up]]&lt;br /&gt;
* [[:Category:Email|Email]]&lt;br /&gt;
* [[:Category:Community Services|Community Services]]&lt;br /&gt;
* [[:Category:Web space|Web page hosting]]&lt;br /&gt;
* [[:Category:Windows|Windows software]]&lt;br /&gt;
* [[:Category:Zimbra|Zimbra]]&lt;br /&gt;
* [[Special:AllPages|All of it]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=NCF_TOC&amp;diff=8465</id>
		<title>NCF TOC</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=NCF_TOC&amp;diff=8465"/>
		<updated>2025-09-29T14:13:50Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;infobox&amp;quot;&lt;br /&gt;
! Help sections at NCF&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* [[:Category:Account &amp;amp; Membership|Account &amp;amp; membership]]&lt;br /&gt;
* [[:Category:Apple|Apple devices]]&lt;br /&gt;
* [[:Category:Billing|Billing]]&lt;br /&gt;
* [[:Category:Computer help|Help with your computer]]&lt;br /&gt;
* [[:Category:DSL|DSL]]&lt;br /&gt;
* [[:Category:Dial-up|Dial-up]]&lt;br /&gt;
* [[:Category:Email|Email]]&lt;br /&gt;
* [[:Category:Community Services|Community Services]]&lt;br /&gt;
* [[:Category:Web space|Web page hosting]]&lt;br /&gt;
* [[:Category:Windows|Windows software]]&lt;br /&gt;
* [[:Category:Zimbra|Zimbra]]&lt;br /&gt;
* [[Special:AllPages|All of it]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=Workshops&amp;diff=8464</id>
		<title>Workshops</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=Workshops&amp;diff=8464"/>
		<updated>2025-09-29T14:12:53Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Upcoming NCF Workshops=&lt;br /&gt;
There's no workshops currently scheduled.&lt;br /&gt;
&lt;br /&gt;
=Past NCF Workshops=&lt;br /&gt;
&lt;br /&gt;
== Saved with a Click ==&lt;br /&gt;
Thanks to funding from the City of Ottawa’s Community Economic Development Program, we were pleased to offer a series of free workshops in the Fall and Winter of 2018 known as &amp;quot;Saved with a Click&amp;quot;. The intention was to help people learn how to save money online while staying safe and protecting their privacy, and respecting copyright. We also produced a related handbook and will post the link here once it's done.&lt;br /&gt;
&lt;br /&gt;
The workshops were offered in partnership with Ottawa Public Library (OPL). We capped off this work with a panel discussion in June 2019 about the trade-offs involved with many free online services.   &lt;br /&gt;
&lt;br /&gt;
===How to shop for internet and computers ===&lt;br /&gt;
{{Template:Back_to_the_Top}}&lt;br /&gt;
* [[:File:SWAC-Demystifying Internet Basics.pdf|Demystifying Internet Basics presentation]]&lt;br /&gt;
* [[:File:SWaC-Compucorps-Choosing an IT Device.pdf|Choosing an IT Device presentation]] by Compucorps&lt;br /&gt;
* [[:File:SWaC-Compucorps-Get To Know Your Technology.pdf|Get to Know your technology handout]] by Compucorps&lt;br /&gt;
'''Date:''' Monday, September 10&amp;lt;sup id=&amp;quot;Monday.2C_September_10th_at_6:30pm:_How_to_shop_for_internet_and_computers&amp;quot;&amp;gt;th&amp;lt;/sup&amp;gt; at 6:30pm&lt;br /&gt;
&lt;br /&gt;
''Saving money online starts with your internet connection and the computer or mobile device you want to connect. Megs vs gigs? Cable vs DSL? Ram vs processor? Desktop vs tablet? How do you buy what you need without getting oversold? Join us as we help you understand the basics.'' &lt;br /&gt;
&lt;br /&gt;
'''Location:''' Ottawa Public Library, Nepean Centrepointe Branch  &lt;br /&gt;
&lt;br /&gt;
101 Centrepointe  &lt;br /&gt;
&lt;br /&gt;
Ottawa, Ontario K2G 5K7 &lt;br /&gt;
&lt;br /&gt;
613-580-2940 (Infoservice)&lt;br /&gt;
&lt;br /&gt;
Public transit routes: 82,83,84,86,87,94,95,111,174&lt;br /&gt;
&lt;br /&gt;
https://biblioottawalibrary.ca/en/branch/nepean-centrepointe&lt;br /&gt;
&lt;br /&gt;
=== Free anti-virus and anti-malware programs and how to use them effectively ===&lt;br /&gt;
{{Template:Back_to_the_Top}}&lt;br /&gt;
* [[:File:SWaC-Anti-Malware Handouts.pdf|Presentation Handout]]&lt;br /&gt;
You don't need to buy a pricey software program to be safe, learn what's available and how best to use it.&lt;br /&gt;
&lt;br /&gt;
'''Date:''' Wednesday, October 17th at 6:30pm&lt;br /&gt;
&lt;br /&gt;
'''OPL Event Links:''' [https://biblioottawalibrary.ca/en/event/saved-click-free-anti-virus-and-anti-malware-programs-and-how-use-them-effectively Event Page] | [https://biblioottawalibrary.ca/en/opluser/login?nid=107690 Register]| [https://biblioottawalibrary.ca/en/branch/centennial Location]&lt;br /&gt;
&lt;br /&gt;
'''Location:''' Ottawa Public Library, Centennial Branch&lt;br /&gt;
&lt;br /&gt;
3870 Old Richmond&lt;br /&gt;
&lt;br /&gt;
Ottawa, Ontario K2H 5C4&lt;br /&gt;
&lt;br /&gt;
Public transit routes: 88,9,256 &lt;br /&gt;
&lt;br /&gt;
[https://goo.gl/maps/kg8YGN8Vv942 Directions:Google Map]&lt;br /&gt;
===Identifying spam, phishing emails and suspicious websites ===&lt;br /&gt;
{{Template:Back_to_the_Top}}&lt;br /&gt;
* [[:File:SWaC - Spam+Phishing.pdf|Presentation Handout]]&lt;br /&gt;
Saving money online can mean using unfamiliar websites, signing up for email newsletters offering discounts, and entering contests. When is it real and when is it too good to be true? We'll teach you how to tell the difference. here's time for one-on-one digital support after the workshop so please bring your questions and feel free to also bring a connected device if you want specific help. That said, we can't help with any repairs.&lt;br /&gt;
&lt;br /&gt;
'''Date:''' Tuesday, October 23&amp;lt;sup&amp;gt;rd&amp;lt;/sup&amp;gt; at 6:30pm&lt;br /&gt;
&lt;br /&gt;
'''OPL Event Links:''' [https://biblioottawalibrary.ca/en/event/saved-click-identifying-spam-phishing-emails-and-websites Event Page] | [https://biblioottawalibrary.ca/en/opluser/login?nid=107694 Register]| [https://biblioottawalibrary.ca/en/branch/centennial Location]&lt;br /&gt;
&lt;br /&gt;
'''Location:''' Ottawa Public Library, Centennial Branch&lt;br /&gt;
&lt;br /&gt;
3870 Old Richmond&lt;br /&gt;
&lt;br /&gt;
Ottawa, Ontario K2H 5C4&lt;br /&gt;
&lt;br /&gt;
Public transit routes: 88,9,256 &lt;br /&gt;
&lt;br /&gt;
[https://goo.gl/maps/kg8YGN8Vv942 Directions:Google Map]&lt;br /&gt;
=== Internet Security Basics ===&lt;br /&gt;
{{Template:Back_to_the_Top}}&lt;br /&gt;
* [[:File:SWaC- Internet Security Basics.pdf|Presentation Handout]]&lt;br /&gt;
At Internet Security Basics learn about using public wifi and other ways to feel safe online without spending a bundle. You're at a cafe or a public space and the free wifi login pops up: learn how to make sure your private information is safe, and other online security precautions you can take. There's time for one-on-one digital support after the workshop so please bring your questions and feel free to also bring a connected device if you want specific help. That said, we can't help with any repairs.   &lt;br /&gt;
&lt;br /&gt;
'''Date:''' RESCHEDULED, NEW DATE: Monday, October 29&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; at 6:30pm&lt;br /&gt;
&lt;br /&gt;
'''OPL Event Links:''' [https://biblioottawalibrary.ca/en/event/saved-click-internet-security-basics Event Page] | [https://biblioottawalibrary.ca/en/opluser/login?nid=107692 Register]| [https://biblioottawalibrary.ca/en/branch/centennial Location]&lt;br /&gt;
&lt;br /&gt;
'''Location:''' Ottawa Public Library, Centennial Branch&lt;br /&gt;
&lt;br /&gt;
3870 Old Richmond&lt;br /&gt;
&lt;br /&gt;
Ottawa, Ontario K2H 5C4&lt;br /&gt;
&lt;br /&gt;
Public transit routes: 88,9,256 &lt;br /&gt;
&lt;br /&gt;
[https://goo.gl/maps/kg8YGN8Vv942 Directions:Google Map]&lt;br /&gt;
&lt;br /&gt;
=== Saving money on long-distance calling ===&lt;br /&gt;
* [[:File:SWaC-Saving on Long Distance Calling.pdf|Presentation Handout]]&lt;br /&gt;
{{Template:Back_to_the_Top}}Technology has made the world feel smaller: use the internet to connect with friends and family around Canada and the world for free or a fraction of traditional long distance rates! There's time for one-on-one digital support after the workshop so please bring your questions and feel free to also bring a connected device if you want specific help. That said, we can't help with any repairs.&lt;br /&gt;
&lt;br /&gt;
'''Date:''' Monday, November 5&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; at 6:30pm&lt;br /&gt;
&lt;br /&gt;
'''OPL Event Links:''' [https://biblioottawalibrary.ca/en/event/saved-click-saving-money-long-distance-calling Event Page] | [https://biblioottawalibrary.ca/en/opluser/login?nid=107688 Register]| [https://biblioottawalibrary.ca/en/branch/alta-vista Location]&lt;br /&gt;
&lt;br /&gt;
'''Location:''' Ottawa Public Library, Alta Vista&lt;br /&gt;
&lt;br /&gt;
2516 Alta Vista&lt;br /&gt;
&lt;br /&gt;
Ottawa, Ontario K1V 7T1&lt;br /&gt;
&lt;br /&gt;
Public transit routes: 87,92,93 &lt;br /&gt;
&lt;br /&gt;
[https://goo.gl/maps/N9gbf9eT8cr Directions:Google Map]&lt;br /&gt;
=== Saving on entertainment online while respecting copyright ===&lt;br /&gt;
{{Template:Back_to_the_Top}}&lt;br /&gt;
* [[:File:SWaC-Saving on Entertainment while Respecting Copyright.pdf|Presentation Handout]]&lt;br /&gt;
Cut the cord and diversify your media diet! We help you find safe and free online video, audio, e-books and gaming content that don't break the law. There's time for one-on-one digital support after the workshop so please bring your questions and feel free to also bring a connected device if you want specific help. That said, we can't help with any repairs.&lt;br /&gt;
&lt;br /&gt;
'''Date:''' Wednesday, November 14&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; at 6:30pm&lt;br /&gt;
&lt;br /&gt;
'''OPL Event Links:''' [https://biblioottawalibrary.ca/en/event/saved-click-finding-free-entertainment-online-while-respecting-copyright Event Page] | [https://biblioottawalibrary.ca/en/opluser/login?nid=107696 Register]| [https://biblioottawalibrary.ca/en/branch/elmvale-acres Location]&lt;br /&gt;
&lt;br /&gt;
'''Location:''' Ottawa Public Library, Elmvale Acres&lt;br /&gt;
&lt;br /&gt;
1910 St-Laurent&lt;br /&gt;
&lt;br /&gt;
Ottawa, Ontario K1G 1A4&lt;br /&gt;
&lt;br /&gt;
Public transit routes: 40,48,86,106 &lt;br /&gt;
&lt;br /&gt;
[https://goo.gl/maps/g89zGv5eRsT2 Directions:Google Map]&lt;br /&gt;
&lt;br /&gt;
=== Open Source options ===&lt;br /&gt;
{{Template:Back_to_the_Top}}At Open Source options, learn about free robust operating systems and free software that can work on your existing system. For those of you looking for free Windows alternatives. Or maybe you want to be able to edit photos, or audio, or video without breaking the bank. We show you options. There's time for one-on-one digital support after the workshop so please bring your questions and feel free to also bring a connected device if you want specific help. That said, we can't help with any repairs.&lt;br /&gt;
* [[:File:SWaC - Free Software.pdf|Presentation Handout]]&lt;br /&gt;
'''Date:''' Wednesday, November 28&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; at 6:30pm&lt;br /&gt;
&lt;br /&gt;
'''OPL Event Links:''' [https://biblioottawalibrary.ca/en/event/saved-click-open-source-options Event Page] | [https://biblioottawalibrary.ca/en/opluser/login?nid=107698 Register]| [https://biblioottawalibrary.ca/en/branch/orl%C3%A9ans Location]&lt;br /&gt;
&lt;br /&gt;
Location: Ottawa Public Library, Orleans&lt;br /&gt;
&lt;br /&gt;
1705 Orléans&lt;br /&gt;
&lt;br /&gt;
Ottawa, Ontario K1C 4W2&lt;br /&gt;
&lt;br /&gt;
Public transit routes: 34,134,634&lt;br /&gt;
&lt;br /&gt;
[https://goo.gl/maps/UrELWJVsAo42 Directions:Google Map]&lt;br /&gt;
===Finding and using online coupons, flyers, and promo codes! ===&lt;br /&gt;
{{Template:Back_to_the_Top}}This one speaks for itself: save money online by comparing prices, finding coupons for things you already buy, and sniffing out other online deals. No scissors required! There's time for one-on-one digital support after the workshop so please bring your questions and feel free to also bring a connected device if you want specific help. That said, we can't help with any repairs.&lt;br /&gt;
&lt;br /&gt;
'''Date:''' Wednesday, December 5&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; at 6:30pm&lt;br /&gt;
&lt;br /&gt;
'''OPL Event Links:''' [https://biblioottawalibrary.ca/en/event/saved-click-finding-and-using-online-coupons-flyers-and-promo-codes Event Page] | [https://biblioottawalibrary.ca/en/opluser/login?nid=107700 Register]| [https://biblioottawalibrary.ca/en/branch/carlingwood Location]&lt;br /&gt;
&lt;br /&gt;
'''Location:''' Ottawa Public Library, Carlingwood&lt;br /&gt;
&lt;br /&gt;
281 Woodroffe&lt;br /&gt;
&lt;br /&gt;
Ottawa, Ontario K2A 3W4&lt;br /&gt;
&lt;br /&gt;
Public transit routes:11,16,87&lt;br /&gt;
&lt;br /&gt;
[https://goo.gl/maps/356rkEdPoLT2 Directions:Google Map]&lt;br /&gt;
=== Hands-on help to apply online for government subsidies: Ontario Electricity Support Program and the Canada Learning Bond ===&lt;br /&gt;
{{Template:Back_to_the_Top}}Are you living on a low income and pay your own hydro? You might be eligible for a rebate up to $75 a month! Do you live on a low to moderate income and have children? You might be eligible for up to $2000 per child for their post-secondary education! Find out more about these programs and apply online, with hands-on help. You'll need your latest Notice of Assessment from your taxes, your hydro bill, and the Social Insurance Numbers of everyone in your household.&lt;br /&gt;
&lt;br /&gt;
'''Date:''' Wednesday, December 12&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; at 6:30pm&lt;br /&gt;
&lt;br /&gt;
'''OPL Event Links:''' [https://biblioottawalibrary.ca/en/event/saved-click-finding-and-applying-online-subsidies-and-grants Event Page] | [https://biblioottawalibrary.ca/en/opluser/login?nid=107704 Register]| [https://biblioottawalibrary.ca/en/branch/greenboro Location]&lt;br /&gt;
&lt;br /&gt;
'''Location:''' Ottawa Public Library, Greenboro &lt;br /&gt;
&lt;br /&gt;
363 Lorry Greenberg&lt;br /&gt;
&lt;br /&gt;
Ottawa, Ontario K1T 3P8&lt;br /&gt;
&lt;br /&gt;
Public transit routes:98,644,649&lt;br /&gt;
&lt;br /&gt;
[https://goo.gl/maps/1PWUXE7Mm682 Directions:Google Map]&lt;br /&gt;
===What free really means: understanding how you pay for free services with your personal data ===&lt;br /&gt;
{{Template:Back_to_the_Top}}Many of us use free online services for communication, work and fun. In the wake of scores of recent data breeches and the Cambridge Analytica scandal, where the personal data of more than 87 million Facebook users was secretly searched and used for targeted political ads, this panel discussion will explain what you signed up for when you clicked accept on an agreement that was too long and complicated to read.&lt;br /&gt;
&lt;br /&gt;
'''Date:''' Wednesday, June 26 2019 6:30-8:30pm&lt;br /&gt;
&lt;br /&gt;
'''Location:''' Auditorium of Main Branch, Ottawa Public Library &lt;br /&gt;
&lt;br /&gt;
'''Note:''' Registration is not required, but appreciated by those who are Ottawa Public Library members.  &lt;br /&gt;
&lt;br /&gt;
'''Event Links:''' [https://biblioottawalibrary.ca/en/event/what-free-really-means-understanding-how-you-pay-free-services-your-personal-data Registration Page] | Drop In Program| [https://biblioottawalibrary.ca/en/branch/main Location] &lt;br /&gt;
&lt;br /&gt;
'''Panelists include:'''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Bailey Photo 3.png|left|166x166px|thumb]]&lt;br /&gt;
|'''Jane Bailey''' is a Full Professor of Law at the University of Ottawa where she researches and teaches about the intersections of law, technology and equality. She co-leads The eQuality Project, a SSHRC funded partnership of researchers, educators, advocates, civil society groups, and policymakers who are interested in examining the impact of online commercial profiling on young people's identities and social relationships.  Jane leads the Project stream focused on tech-facilitated violence and youth from marginalized communities. She acted as co-counsel for CIPPIC on the ''Jarvis ''voyeurism case in the Supreme Court of Canada in spring 2018. Jane is currently co-editing a new collection on tech-facilitated violence and abuse with colleagues from Monash University and RMIT.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dguerrero9123.jpg|left|185x185px|thumb]]&lt;br /&gt;
|'''Daphne Guerrero''' led engagement and outreach efforts for Canada’s privacy commissioner for eight years. More recently, she led innovation projects at a human-centred design lab in the federal government and outreach and engagement initiatives at the government’s strategic foresight organization. She recently joined Treasury Board Secretariat, working on digital government. Prior to joining the federal public service, Daphne was a press secretary to two federal cabinet ministers and worked on digital and media literacy initiatives with the nonprofit MediaSmarts.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:TI Profile Crop.jpg|left|168x168px|thumb]]&lt;br /&gt;
|'''Tamir Israel''' works for the Centre for Internet Policy and Public Interest Clinic (CIPPIC), leading its privacy, net neutrality, electronic surveillance and telecommunications regulation activities. His research regularly includes issues raised by trade agreements, intermediary liability, national security and cybersecurity. He has participated in a range of technology-impacting policy processes, including regulatory proceedings, Internet governance processes, intervening in appellate courts, and appearing before parliamentary committees. Tamir is a member of the Advisory Board of Privacy International and Canadian Journalists for Free Expression’s Digital Issues Committee.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:NUIM 91.jpg|left|230x230px|thumb]]&lt;br /&gt;
|'''Tracey P. Lauriault''' is Assistant Professor, Critical Media and Big Data, Cross Appointed to the MA in Digital Humanities and Faculty of the Institute for Data Science at Carleton University. Lauriault is one of the founders of critical data studies and of open data in Canada and founded Open Smart Cities with OpenNorth, a data and technology governance approach shaping how Canadian cities roll out their ‘smart’ programs. She works with the makers, governors and stakeholders of these data, processes and infrastructures, not only to better understand them but also to ensure that these do not cause harm and that they are governed in an ethical, accountable and transparent way so as to balance economic development, social progress and environmental responsibility.&lt;br /&gt;
|}&lt;br /&gt;
== Other Workshops ==&lt;br /&gt;
{{Template:Back_to_the_Top}}We started offering workshops in partnership with the Ottawa PC Users' Group (http://opcug.ca/public/home.htm) in 2015. They continue to offer many of these workshops at Ottawa Public Library locations around the city, check them out! &lt;br /&gt;
&lt;br /&gt;
Then in 2016 and 2017, thanks to funding from the New Horizons for Seniors Program from Economic and Social Development Canada, we ran &amp;quot;WiseNet&amp;quot; a hands-on 16-workshop series targeting those 55 years and older. Thanks to Pinecrest-Queensway Employment Services Centre for use of their space.  &lt;br /&gt;
&lt;br /&gt;
We also offer occasional workshops by NCF staff and volunteers on areas of interest to NCF members, including copyright and maximizing wifi. Some examples of past workshops include:  &lt;br /&gt;
&lt;br /&gt;
=== ''Windows 10 — the Good, the Bad, and the Ugly'' ===&lt;br /&gt;
Windows 10 represents a considerable change from Windows 7 and an evolutionary refinement from Windows 8.1. Chris Taylor, President of the Ottawa PC Users™ Group, will talk about some of the important changes both visible and under the hood. If you find Windows 10 confusing, or just want to know more about what's hidden, this session is for you.&lt;br /&gt;
&lt;br /&gt;
=== ''Computer Basics'' ===&lt;br /&gt;
This workshop includes content on the basics of your computer, from connecting your mouse and keyboard, to types of memory, installing a new program, creating short-cuts, to how to turn on your wi-fi, use a USB port and more!&lt;br /&gt;
&lt;br /&gt;
=== ''Office suites/word processing'' ===&lt;br /&gt;
This workshop includes the basics on different office suites (MS Office vs. LibreOffice), how to start a document, save it, and retrieve it. As well as different file types, and how to change font size, page alignment, numbering, margins etc.&lt;br /&gt;
&lt;br /&gt;
=== ''Basic internet/web browsing'' ===&lt;br /&gt;
This workshop includes an overview of different browsers, bookmarking, how to optimize your search results, and some basics on safe web-surfing.&lt;br /&gt;
&lt;br /&gt;
=== ''Basics of computer and internet security'' ===&lt;br /&gt;
This workshop digs into malware, how to create strong passwords, how to set-up secure wi-fi, and anti-virus programs.&lt;br /&gt;
&lt;br /&gt;
=== ''Email'' ===&lt;br /&gt;
This workshop covers browser-based email vs using a mail client, IMAP vs POP, attaching documents and images, and a detailed exploration of spam/spoofing/phishing and how to avoid them.&lt;br /&gt;
&lt;br /&gt;
=== ''Communications'' ===&lt;br /&gt;
This workshop includes an overview of Voice over Internet Protocol (VOIP) telephone services, as well as Skype and similar programs.&lt;br /&gt;
&lt;br /&gt;
[[Category:Computer Help]]&lt;br /&gt;
[[Category:Email]]&lt;br /&gt;
[[Category:Community Services]]&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=Newsgroups&amp;diff=8463</id>
		<title>Newsgroups</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=Newsgroups&amp;diff=8463"/>
		<updated>2025-09-29T14:12:10Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;b&amp;gt;Newsgroups are no longer supported by NCF&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can search for specific newsgroups, like [https://groups.google.com/forum/#!forum/comp.lang.python comp.lang.python], on [https://groups.google.com/ Google Groups].&lt;br /&gt;
&lt;br /&gt;
== What are newsgroups? ==&lt;br /&gt;
&lt;br /&gt;
Newsgroups were an early feature of NCF (and the internet). They operate like a 'virtual bulletin board', where people can post and reply to messages.  Typically a newsgroup is dedicated to a particular topic. There are hundreds of newsgroups at NCF and over 15,000 newsgroups on the internet.&lt;br /&gt;
&lt;br /&gt;
Newsgroups were popular in the early days of the internet, but spam (unwanted junk posting from advertisers) and the development of easier-to-use web-based alternatives have diminished their stature and popularity.&lt;br /&gt;
&lt;br /&gt;
== How do I read newsgroups? ==&lt;br /&gt;
&lt;br /&gt;
To view or post to a newsgroup, you need software called a 'newsreader', which is built into some mail readers. &lt;br /&gt;
 &lt;br /&gt;
After [http://www.ncf.ca/ncf/support/newsSetup.html configuring your mail or newsreader] (the link is to old material but pending replacement, it gives the basic idea), you can open a newsgroup simply by clicking on a link to it or by selecting it from within your reader. Getting set up to use newsgroups is like using an email program. It takes some work to set up, but is easy to use thereafter.&lt;br /&gt;
&lt;br /&gt;
NCF's news server is news.ncf.ca and requires your NCF account ID and [[password]]. If you are connected directly through our modem pool, you can read all the newsgroups NCF has available. If you are connected through another provider, you can read all NCF (ncf.*) newsgroups via our news server. You can also read any non-NCF newsgroups through your other provider's news server.&lt;br /&gt;
&lt;br /&gt;
Please note that due to its age, this NCF service is no longer maintained and may be discontinued without warning if the ancient hardware it runs on fails.&lt;br /&gt;
&lt;br /&gt;
[[Category:Community Services]]&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=NCF_shop&amp;diff=8462</id>
		<title>NCF shop</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=NCF_shop&amp;diff=8462"/>
		<updated>2025-09-29T14:11:44Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(Note: As of 2024 NCF no longer has an online shop, nor offers any merchandise)[[File:Year2012018.JPG|thumb|right|An NCF volunteer shows off the NCF golf shirt and water bottle]]&lt;br /&gt;
National Capital FreeNet has an online shop where anyone can buy NCF items, such as:&lt;br /&gt;
&lt;br /&gt;
*T-Shirts&lt;br /&gt;
*Golf Shirts&lt;br /&gt;
*Coffee Mugs&lt;br /&gt;
*Water Bottles&lt;br /&gt;
*and much more.&lt;br /&gt;
&lt;br /&gt;
Buy some merchandise and show your support for NCF!&lt;br /&gt;
&lt;br /&gt;
[[Category:Community Services]]&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=NCF_History&amp;diff=8461</id>
		<title>NCF History</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=NCF_History&amp;diff=8461"/>
		<updated>2025-09-29T14:11:22Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are places to read the history of NCF:&lt;br /&gt;
&lt;br /&gt;
* On [https://en.wikipedia.org/wiki/National_Capital_FreeNet Wikipedia], which is an academic history&lt;br /&gt;
* [http://web.ncf.ca/fn352/InTheirOwnWords.pdf In Their Own Words - The Story of National Capital FreeNet], Edited by Adam Hunt, 73 pages, PDF document 0.4 MB download, which is an oral history of the organization.&lt;br /&gt;
* [http://www.collectionscanada.gc.ca/eppp-archive/100/202/300/womenspace/2000/v05n01/vol26b.html CollectionsCanada Women's space: National Capital FreeNet], an introduction by NCF administrator Sheila Alder circa 1997.&lt;br /&gt;
* ''AA000 25 Years of National Capital FreeNet'', edited by Alex Parsons - a paper book created for NCF's 25th anniversary and distributed under a Creative Commons license. The book was officially launched at the birthday celebrations held at Ottawa City Hall on 28 September 2017. Copies of the book are available for free though the NCF office, although donations are accepted.&lt;br /&gt;
&lt;br /&gt;
[[Category:Community Services]]&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=File:SWAC-Demystifying_Internet_Basics.pdf&amp;diff=8460</id>
		<title>File:SWAC-Demystifying Internet Basics.pdf</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=File:SWAC-Demystifying_Internet_Basics.pdf&amp;diff=8460"/>
		<updated>2025-09-29T14:10:51Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Saved With a Click -Presentation on Demystifying Internet Basics&lt;br /&gt;
[[Category:Community Services]]&lt;br /&gt;
[[Category:Computer Help]]&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=Category:Community_Services&amp;diff=8459</id>
		<title>Category:Community Services</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=Category:Community_Services&amp;diff=8459"/>
		<updated>2025-09-29T14:08:49Z</updated>

		<summary type="html">&lt;p&gt;Xx181: Created blank page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=Community_Access_Fund_(CAF)&amp;diff=8458</id>
		<title>Community Access Fund (CAF)</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=Community_Access_Fund_(CAF)&amp;diff=8458"/>
		<updated>2025-09-29T14:08:40Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Community Access Fund was launched in December 2016 but builds on NCF's history. The Fund will help provide high speed Internet services to people in our community who may have difficulty affording and/or accessing it.&lt;br /&gt;
&lt;br /&gt;
The CAF will include a number of specific projects and services.&lt;br /&gt;
&lt;br /&gt;
==Ottawa Community Housing Partnership - New Community Access Plan==&lt;br /&gt;
NCF has just announced a new Community Access plan for all Ottawa Community Housing tenants. &lt;br /&gt;
&lt;br /&gt;
The plan includes our high-speed DSL internet up to 6mbps, including unlimited usage and free line installation for $25.00 + HST/month. &lt;br /&gt;
&lt;br /&gt;
Those without a land-line phone service will also need a dry line, which costs an additional $5.00 + HST per month. They will also need to purchase a modem (refurbished modems are available, but availability and costs vary).&lt;br /&gt;
&lt;br /&gt;
This service was launched on Tuesday, 3 January 2017. Full details of the community access plan are on the [http://www.ncf.ca/caf NCF website] and on this wiki. &lt;br /&gt;
&lt;br /&gt;
Anyone who wants to be contacted about the plan when it becomes available should call: 613-721-8445 to leave a message with their name, full mailing address of the address where internet is desired, and contact information or email: caf@ncf.ca. &lt;br /&gt;
&lt;br /&gt;
===Some CAF-OCH Details===&lt;br /&gt;
# Applicants for the special offer '''must be existing OCH tenants'''. Their DSL install address must validate against the OCH housing list.&lt;br /&gt;
# All other DSL plans are available to OCH tenants, but the special cost applies only to the 6M unlimited plan.&lt;br /&gt;
# There are no special prices on new modems as part of this offering. However the following options exist:&lt;br /&gt;
## Purchase a new modem outright - normal approach&lt;br /&gt;
## Purchase a new modem in four (maximum) equal installments&lt;br /&gt;
## Purchase one of our used modems (availability and costs vary - call 613-721-1773 for inventory inquiry)&lt;br /&gt;
## Use a secondhand modem or router. Call 613-721-1773  with the make and model and we can check if it will work with our service.&lt;br /&gt;
#The CAF-OCH plan is possible in part to a gift from the estate of one of NCF's first members, Gunther Abrahamson, and due to ongoing donations from many other members. &lt;br /&gt;
[[Category:DSL]]&lt;br /&gt;
[[Category:Community Services]]&lt;br /&gt;
[[Category:Billing]]&lt;br /&gt;
[[Category:Account &amp;amp; Membership]]&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=NCF_DSL_Rate_Changes&amp;diff=8457</id>
		<title>NCF DSL Rate Changes</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=NCF_DSL_Rate_Changes&amp;diff=8457"/>
		<updated>2025-09-15T20:15:32Z</updated>

		<summary type="html">&lt;p&gt;Xx181: Changed redirect target from DSL Rates to Pricing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Pricing]]&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=Template:Cable_Links&amp;diff=8456</id>
		<title>Template:Cable Links</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=Template:Cable_Links&amp;diff=8456"/>
		<updated>2025-09-15T20:01:06Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;ncfbox w-25 min-w-20rem ncfboxborder&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;ncfboxtitle ncfcenter&amp;quot;&amp;gt;Cable&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;ncfboxcontents&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;ncfcenter&amp;quot;&amp;gt;&lt;br /&gt;
  [[File:Cable_graphics.png|link=:Category:Cable|x120px]]&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
*[[Pricing]]&lt;br /&gt;
*[[Cable Modem Manuals]]&lt;br /&gt;
*[[Use Your Own Modem]]&lt;br /&gt;
*[[Troubleshooting Cable]]&lt;br /&gt;
*[[WiFi|Troubleshooting Wi-Fi]]&lt;br /&gt;
*[[Speed|Cable Speeds]]&lt;br /&gt;
* &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://www.ncf.ca/ncf/support/wiki/Category:Cable All Cable Pages]&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=Category:Modems&amp;diff=8455</id>
		<title>Category:Modems</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=Category:Modems&amp;diff=8455"/>
		<updated>2025-09-15T20:00:19Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;ncfrightbox&amp;quot;&amp;gt; {{Template:My Support Options}} &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+DSL Modems &lt;br /&gt;
!Modem&lt;br /&gt;
!Configuration&lt;br /&gt;
!DSL Type&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
!DSL Speeds Supported&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;(in Mbps)&lt;br /&gt;
!Wi-Fi&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
!Ethernet Ports&lt;br /&gt;
!Sales History at NCF&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|OvisLink OV978WAX&lt;br /&gt;
|&lt;br /&gt;
|Fiber / VDSL&lt;br /&gt;
|6/0.8 to 1024/940&lt;br /&gt;
|Wi-Fi 6 (802.11ax)&lt;br /&gt;
|4 Gigabit ports&lt;br /&gt;
|Fall 2025&lt;br /&gt;
|-&lt;br /&gt;
|OvisLink OV935WV&lt;br /&gt;
|[[Ovislink OV935WVA|Link]]&lt;br /&gt;
|VDSL&lt;br /&gt;
|6/0.8 to 50/10&lt;br /&gt;
|Wi-Fi 5 (802.11ac)&lt;br /&gt;
|4 Gigabit ports&lt;br /&gt;
|sold from Nov 2022 to present&lt;br /&gt;
|-&lt;br /&gt;
|OvisLink OV804WV&lt;br /&gt;
|[[Ovislink OV804WVA|Link]]&lt;br /&gt;
|VDSL&lt;br /&gt;
|6/0.8 to 50/10&lt;br /&gt;
|Wi-Fi 5 (802.11ac)&lt;br /&gt;
|4 Gigabit ports&lt;br /&gt;
|sold from Nov 2022 to present&lt;br /&gt;
|-&lt;br /&gt;
|OvisLink OV501GF&lt;br /&gt;
|[[Ovislink OV501GF|Link]]&lt;br /&gt;
|VDSL&lt;br /&gt;
|6/0.8 to 50/10&lt;br /&gt;
|NA&lt;br /&gt;
|1 Fast port&lt;br /&gt;
|sold from Nov 2022 to present&lt;br /&gt;
|-&lt;br /&gt;
|[[SmartRG SR516ac]] &lt;br /&gt;
|[[SmartRG SR516ac#Configuration|Link]]&lt;br /&gt;
|VDSL&lt;br /&gt;
|6/0.8 to 50/10&lt;br /&gt;
|Wi-Fi 5 (802.11ac)&lt;br /&gt;
|4 Gigabit ports&lt;br /&gt;
|sold from Jun 2019 to present&lt;br /&gt;
|-&lt;br /&gt;
|[[SmartRG SR506n]]&lt;br /&gt;
|[[SmartRG SR506n#Configuration|Link]] &lt;br /&gt;
|VDSL&lt;br /&gt;
|6/0.8 to 50/10&lt;br /&gt;
|Wi-Fi 4 (802.11n)&lt;br /&gt;
|4 Fast ports&lt;br /&gt;
|sold from Aug 2018 to July 2021&lt;br /&gt;
|-&lt;br /&gt;
|SmartRG SR505n&lt;br /&gt;
|[[SmartRG SR505N Configuration|Link]]&lt;br /&gt;
|VDSL&lt;br /&gt;
|6/0.8 to 50/10&lt;br /&gt;
|Wi-Fi 4 (802.11n)&lt;br /&gt;
|1 Gigabit, 3 Fast ports&lt;br /&gt;
|sold from Sep 2014 to Aug 2018&lt;br /&gt;
|-&lt;br /&gt;
|TP-Link TD-W9970&lt;br /&gt;
|[[TP-Link TD-W9970 Configuration|Link]]&lt;br /&gt;
|VDSL&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10/7 to 50/10&lt;br /&gt;
|Wi-Fi 4 (802.11n)&lt;br /&gt;
|4 Fast ports&lt;br /&gt;
|sold from Jan 2016 to Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|TP-Link TD-W8961ND&lt;br /&gt;
|[[TP-Link TD-W8961ND Configuration|Link]] &lt;br /&gt;
|ADSL&lt;br /&gt;
|6/0.8 to 15/1&lt;br /&gt;
|Wi-Fi 4 (802.11n)&lt;br /&gt;
|4 Fast ports&lt;br /&gt;
|sold from Feb 2016 to Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|TP-Link TD-W8951ND&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;&lt;br /&gt;
|[[TP-Link TD-W8951ND Configuration|Link]] &lt;br /&gt;
|ADSL&lt;br /&gt;
|6/0.8 to 15/1&lt;br /&gt;
|Wi-Fi 4 (802.11n)&lt;br /&gt;
|4 Fast ports&lt;br /&gt;
|sold from Nov 2012 to Jan 2016&lt;br /&gt;
|-&lt;br /&gt;
|TP-Link TD-8816&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;&lt;br /&gt;
|[[TP-Link TD-8816 Configuration|Link]]&lt;br /&gt;
|ADSL&lt;br /&gt;
|6/0.8 to 15/1&lt;br /&gt;
|NA&lt;br /&gt;
|1 Fast port&lt;br /&gt;
|sold from Dec 2011 to Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|Sagemcom 2864&amp;lt;sup&amp;gt;7&amp;lt;/sup&amp;gt;&lt;br /&gt;
|[[Sagemcom 2864 Configuration|Link]]&lt;br /&gt;
|VDSL&lt;br /&gt;
|6/0.8 to 50/10&lt;br /&gt;
|Wi-Fi 4 (802.11n)&lt;br /&gt;
|4 Fast ports&lt;br /&gt;
|sold from Nov 2013 to Aug 2014&lt;br /&gt;
|-&lt;br /&gt;
|TP-Link TD-W8901G&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;&lt;br /&gt;
|[[TP-Link TD-W8901G Configuration|Link]]&lt;br /&gt;
|ADSL&lt;br /&gt;
|6/0.8 to 15/1&lt;br /&gt;
|Wi-Fi 3 (802.11g)&lt;br /&gt;
|4 Fast ports&lt;br /&gt;
|sold from Dec 2011 and Oct 2012&lt;br /&gt;
|-&lt;br /&gt;
|TP-Link TD-W8950ND&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;&lt;br /&gt;
|[[TP-Link TD-W8950ND Configuration|Link]]&lt;br /&gt;
|ADSL&lt;br /&gt;
|6/0.8 to 15/1&lt;br /&gt;
|Wi-Fi 4 (802.11n)&lt;br /&gt;
|4 Fast ports&lt;br /&gt;
|sold from Dec 2011 and Oct 2012&lt;br /&gt;
|-&lt;br /&gt;
|SpeedTouch ST516&lt;br /&gt;
|[[SpeedTouch Configuration|Link]]&lt;br /&gt;
|ADSL&lt;br /&gt;
|6/0.8 to 15/1&lt;br /&gt;
|NA&lt;br /&gt;
|Varies&lt;br /&gt;
|sold until the fall of 2011&lt;br /&gt;
|-&lt;br /&gt;
|SpeedTouch ST585&lt;br /&gt;
(Thomson TG585)&lt;br /&gt;
|[[SpeedTouch Configuration|Link]]&lt;br /&gt;
|ADSL&lt;br /&gt;
|6/0.8 to 15/1&lt;br /&gt;
|Wi-Fi 4 (802.11n) or&lt;br /&gt;
Wi-Fi 3 (802.11g)&lt;br /&gt;
|4 Fast ports&lt;br /&gt;
|sold until the fall of 2011&lt;br /&gt;
|-&lt;br /&gt;
|[[Modem Manuals#Bell Home Hub 1000, four ethernet ports, wireless &amp;quot;N&amp;quot; ADSL+VDSL|Bell Home Hub 1000]]&lt;br /&gt;
(or Sagemcom FAST4350)&lt;br /&gt;
|[[Bell Home Hub 1000 Configuration|Link]]&lt;br /&gt;
|VDSL&lt;br /&gt;
|6/0.8 to 50/10&lt;br /&gt;
|Wi-Fi 4 (802.11n)&lt;br /&gt;
|4 Fast ports&lt;br /&gt;
|NA&lt;br /&gt;
|-&lt;br /&gt;
|[[Modem Manuals#Bell Home Hub 2000, four ethernet ports, wireless &amp;quot;AC&amp;quot; ADSL+VDSL|Bell Home Hub 2000]]&lt;br /&gt;
(or Sagemcom FAST5250)&lt;br /&gt;
|[[Bell Home Hub 2000 Configuration|Link]]&lt;br /&gt;
|VDSL&lt;br /&gt;
|6/0.8 to 50/10&lt;br /&gt;
|Wi-Fi 5 (802.11ac)&lt;br /&gt;
|4 Fast ports&lt;br /&gt;
|NA&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;7&amp;quot; |&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; Modem must match DSL Type of selected plan. VDSL modems are backwards compatible with ADSL plans (note: TP-Link TD-W9970&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;).&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; Subject to geographic and supplier network availability. Plan pricing available at: [[Pricing]] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Wi-Fi naming nomenclature was simplified and updated in 2018. You're likely to see 802.11 naming on your device.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt; Sales history shows modem which NCF sold as new with full manufacturer's warranty (not donated or refurbished modems). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; NCF only recommends using the TP-Link TD-W9970 on VDSL plans due to some performance bugs we discovered. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt; Some versions of these TP-Link Models are vulnerable to the [[Misfortune Cookie Vulnerability|Misfortune Cookie]]. Check for the [[Misfortune Cookie Vulnerability]] recommendation for your modem. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;7&amp;lt;/sup&amp;gt; Sagemcom 2864 may reset and need to be reconfigured. See the[[Sagemcom 2864 Configuration#Welcome to Bell Page Problem|Welcome to Bell Page Problem]] if you experience this.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Cable Modems &lt;br /&gt;
!Modem&lt;br /&gt;
!Configuration&lt;br /&gt;
!DOCSIS Version&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
!Speeds Supported&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;(in Mbps)&lt;br /&gt;
!Wi-Fi&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
!Ethernet Ports&lt;br /&gt;
!Sales History at NCF&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Hitron CODA-4680]] &lt;br /&gt;
|[[Hitron CODA-4680#Configuration|Link]]&lt;br /&gt;
|3.1&lt;br /&gt;
|5/1 to 1024/30&lt;br /&gt;
|Wi-Fi 5 (802.11ac)&lt;br /&gt;
|4 Gigabit ports&lt;br /&gt;
|sold from July 2021 to present&lt;br /&gt;
|-&lt;br /&gt;
|[[Hitron CODA-45]] &lt;br /&gt;
|N/A&lt;br /&gt;
|3.1&lt;br /&gt;
|5/1 to 1024/30&lt;br /&gt;
|N/A&lt;br /&gt;
|2 Gigabit ports&lt;br /&gt;
|sold from August 2021 to present&lt;br /&gt;
|-&lt;br /&gt;
|[[Technicolor TC4400]]&lt;br /&gt;
|N/A&lt;br /&gt;
|3.1&lt;br /&gt;
|5/1 to 1024/30&lt;br /&gt;
|N/A&lt;br /&gt;
|2 Gigabit ports&lt;br /&gt;
|sold from April 2021 to August 2021&lt;br /&gt;
|-&lt;br /&gt;
|[[SmartRG SR808ac]]&lt;br /&gt;
|N/A&lt;br /&gt;
|3.0&lt;br /&gt;
|5/1 to 300/20&lt;br /&gt;
|Wi-Fi 5 (802.11ac)&lt;br /&gt;
|4 Gigabit ports&lt;br /&gt;
|sold from April 2021 to May 2021&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;7&amp;quot; |&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; DOCSIS 3.1 modems are required for new sign-ups on the Rogers network in Ontario as of June 1, 2021.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; Subject to geographic and supplier network availability. Plan pricing available at: [[Pricing]] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Wi-Fi naming nomenclature was simplified and updated in 2018. You're likely to see 802.11 naming on your device.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt; Sales history shows modem which NCF sold as new with full manufacturer's warranty (not donated or refurbished modems). &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:DSL]]&lt;br /&gt;
[[Category:Cable]]&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=Cable_Pricing&amp;diff=8454</id>
		<title>Cable Pricing</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=Cable_Pricing&amp;diff=8454"/>
		<updated>2025-09-15T19:46:01Z</updated>

		<summary type="html">&lt;p&gt;Xx181: Redirected page to Pricing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Pricing]]&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=Pricing&amp;diff=8453</id>
		<title>Pricing</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=Pricing&amp;diff=8453"/>
		<updated>2025-09-15T19:43:51Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; Disclaimer: This page details NCF's current pricing for its products and services. In the case of any pricing discrepancies between this page and another on our website, NCF will honour the pricing specified below. As part of our commitment to transparent pricing, our [[Historical Pricing|historical pricing]] is also available online.&lt;br /&gt;
&lt;br /&gt;
=DSL=&lt;br /&gt;
{{Template:Pricing Links}}&lt;br /&gt;
&lt;br /&gt;
==Residential==&lt;br /&gt;
{{Template:Pricing Links}}&amp;lt;blockquote&amp;gt;&amp;lt;big&amp;gt;On February 1, 2021, our Residential DSL and dry line pricing changed. See below for our current rates.&amp;lt;/big&amp;gt; &amp;lt;/blockquote&amp;gt;{{Template:Residential DSL Pricing}}&lt;br /&gt;
&lt;br /&gt;
==Installation and Change Fees==&lt;br /&gt;
{{Template:Pricing Links}}{{Template:DSL Installation and Change Fees}}&lt;br /&gt;
&lt;br /&gt;
==Organizational==&lt;br /&gt;
{{Template:Pricing Links}}&amp;lt;blockquote&amp;gt;&amp;lt;big&amp;gt;On February 1, 2021, our Organizational DSL dry line pricing changed. See below for our current rates.&amp;lt;/big&amp;gt;&amp;lt;/blockquote&amp;gt;{{Template:Organizational DSL Pricing}}&lt;br /&gt;
&lt;br /&gt;
==Modems==&lt;br /&gt;
{{Template:Pricing Links}}{{Template:DSL Modems for Sale}}&lt;br /&gt;
&lt;br /&gt;
=Cable=&lt;br /&gt;
{{Template:Pricing Links}}&lt;br /&gt;
&lt;br /&gt;
==Residential==&lt;br /&gt;
{{Template:Pricing Links}}&lt;br /&gt;
{{Template:Residential Cable Pricing}}&lt;br /&gt;
&lt;br /&gt;
==Installation and Change Fees==&lt;br /&gt;
{{Template:Pricing Links}}&lt;br /&gt;
{{Template:Cable Installation and Change Fees}}&lt;br /&gt;
&lt;br /&gt;
==Organizational==&lt;br /&gt;
{{Template:Pricing Links}}&lt;br /&gt;
{{Template:Organizational Cable Pricing}}&lt;br /&gt;
&lt;br /&gt;
==Modems==&lt;br /&gt;
{{Template:Pricing Links}}&lt;br /&gt;
{{Template:Cable Modems for Sale}}&lt;br /&gt;
&lt;br /&gt;
=Networking Accessories=&lt;br /&gt;
{{Template:Pricing Links}}&lt;br /&gt;
&lt;br /&gt;
The following accessories can be used to optimize your network. Please call [Tel:613-721-1773 613-721-1773] ext. 0 or email [mailto:support@ncf.ca support@ncf.ca] to confirm availability.&lt;br /&gt;
{{Template:Home_Networking_Accessories_for_Sale}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Billing]]&lt;br /&gt;
[[Category:Cable]]&lt;br /&gt;
[[Category:DSL]]&lt;br /&gt;
[[Category:Account &amp;amp; Membership]]&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=Template:Pricing_Links&amp;diff=8452</id>
		<title>Template:Pricing Links</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=Template:Pricing_Links&amp;diff=8452"/>
		<updated>2025-09-15T19:40:18Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[#DSL|'''DSL''']] | [[#Residential|Residential]] | [[#Installation and Change Fees|Installation and Change Fees]] | [[#Organizational|Organizational]] | [[#Modems|Modems]] | [[#Cable|'''Cable''']] | [[#Residential_2|Residential]] | [[#Installation and Change Fees_2|Installation and Change Fees]] | [[#Organizational_2|Organizational]] | [[#Modems_2|Modems]] | [[#Networking Accessories|'''Networking Accessories''']]&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=Template:Pricing_Links&amp;diff=8451</id>
		<title>Template:Pricing Links</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=Template:Pricing_Links&amp;diff=8451"/>
		<updated>2025-09-15T19:39:25Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[#DSL|'''DSL''']] | [[#Residential|Residential]] | [[#Installation and Change Fees|Installation and Change Fees]] | [[#Organizational|Organizational]] | [[#Modems|Modems]] | [[#Cable|'''Cable''']] | [[#Residential|Residential]] | [[#Installation and Change Fees|Installation and Change Fees]] | [[#Organizational|Organizational]] | [[#Modems|Modems]] | [[#Networking Accessories|'''Networking Accessories''']]&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=Template:Pricing_Links&amp;diff=8450</id>
		<title>Template:Pricing Links</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=Template:Pricing_Links&amp;diff=8450"/>
		<updated>2025-09-15T19:39:02Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[#DSL|'''DSL''']] | [[#Residential|Residential]] | [[#Installation and Change Fees|Installation and Change Fees]] | [[#Organizational|Organizational]] | [[#Modems|Modems]] | [[#Cable|'''Cable''']] | [[#Residential|Residential]] | [[#Installation and Change Fees|Installation and Change Fees]] | [[#Organizational|Organizational]] | [[#Modems|Modems]] | [[#Networking Accessories|Networking Accessories]]&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=Pricing&amp;diff=8448</id>
		<title>Pricing</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=Pricing&amp;diff=8448"/>
		<updated>2025-09-15T19:33:44Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; Disclaimer: This page details NCF's current pricing for its products and services. In the case of any pricing discrepancies between this page and another on our website, NCF will honour the pricing specified below. As part of our commitment to transparent pricing, our [[Historical Pricing|historical pricing]] is also available online.&lt;br /&gt;
&lt;br /&gt;
=DSL=&lt;br /&gt;
{{Template:Pricing Links}}&lt;br /&gt;
&lt;br /&gt;
==Residential==&lt;br /&gt;
{{Template:Pricing Links}}&amp;lt;blockquote&amp;gt;&amp;lt;big&amp;gt;On February 1, 2021, our Residential DSL and dry line pricing changed. See below for our current rates.&amp;lt;/big&amp;gt; &amp;lt;/blockquote&amp;gt;{{Template:Residential DSL Pricing}}&lt;br /&gt;
&lt;br /&gt;
==Installation and Change Fees==&lt;br /&gt;
{{Template:Pricing Links}}{{Template:DSL Installation and Change Fees}}&lt;br /&gt;
&lt;br /&gt;
==Organizational==&lt;br /&gt;
{{Template:Pricing Links}}&amp;lt;blockquote&amp;gt;&amp;lt;big&amp;gt;On February 1, 2021, our Organizational DSL dry line pricing changed. See below for our current rates.&amp;lt;/big&amp;gt;&amp;lt;/blockquote&amp;gt;{{Template:Organizational DSL Pricing}}&lt;br /&gt;
&lt;br /&gt;
==Modems==&lt;br /&gt;
{{Template:Pricing Links}}{{Template:DSL Modems for Sale}}&lt;br /&gt;
&lt;br /&gt;
=Cable=&lt;br /&gt;
{{Template:Cable Pricing Links}}&lt;br /&gt;
&lt;br /&gt;
==Residential==&lt;br /&gt;
{{Template:Cable Pricing Links}}{{Template:Residential Cable Pricing}}&lt;br /&gt;
&lt;br /&gt;
==Installation and Change Fees==&lt;br /&gt;
{{Template:Cable Pricing Links}}{{Template:Cable Installation and Change Fees}}&lt;br /&gt;
&lt;br /&gt;
==Organizational==&lt;br /&gt;
{{Template:Cable Pricing Links}}{{Template:Organizational Cable Pricing}}&lt;br /&gt;
&lt;br /&gt;
==Modems==&lt;br /&gt;
{{Template:Cable Pricing Links}}{{Template:Cable Modems for Sale}}&lt;br /&gt;
&lt;br /&gt;
=Networking Accessories=&lt;br /&gt;
{{Template:Cable Pricing Links}}&lt;br /&gt;
&lt;br /&gt;
The following accessories can be used to optimize your network. Please call [Tel:613-721-1773 613-721-1773] ext. 0 or email [mailto:support@ncf.ca support@ncf.ca] to confirm availability.&lt;br /&gt;
{{Template:Home_Networking_Accessories_for_Sale}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Billing]]&lt;br /&gt;
[[Category:Cable]]&lt;br /&gt;
[[Category:DSL]]&lt;br /&gt;
[[Category:Account &amp;amp; Membership]]&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=Pricing&amp;diff=8447</id>
		<title>Pricing</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=Pricing&amp;diff=8447"/>
		<updated>2025-09-15T19:32:56Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; Disclaimer: This page details NCF's current pricing for its products and services. In the case of any pricing discrepancies between this page and another on our website, NCF will honour the pricing specified below. As part of our commitment to transparent pricing, our [[Historical Pricing|historical pricing]] is also available online.&lt;br /&gt;
&lt;br /&gt;
=DSL=&lt;br /&gt;
{{Template:Pricing Links}}&lt;br /&gt;
&lt;br /&gt;
==Residential==&lt;br /&gt;
{{Template:Pricing Links}}&amp;lt;blockquote&amp;gt;&amp;lt;big&amp;gt;On February 1, 2021, our Residential DSL and dry line pricing changed. See below for our current rates.&amp;lt;/big&amp;gt; &amp;lt;/blockquote&amp;gt;{{Template:Residential DSL Pricing}}&lt;br /&gt;
&lt;br /&gt;
==Installation and Change Fees==&lt;br /&gt;
{{Template:Pricing Links}}{{Template:DSL Installation and Change Fees}}&lt;br /&gt;
&lt;br /&gt;
==Organizational==&lt;br /&gt;
{{Template:Pricing Links}}&amp;lt;blockquote&amp;gt;&amp;lt;big&amp;gt;On February 1, 2021, our Organizational DSL dry line pricing changed. See below for our current rates.&amp;lt;/big&amp;gt;&amp;lt;/blockquote&amp;gt;{{Template:Organizational DSL Pricing}}&lt;br /&gt;
&lt;br /&gt;
==Modems==&lt;br /&gt;
{{Template:Pricing Links}}{{Template:DSL Modems for Sale}}&lt;br /&gt;
&lt;br /&gt;
==Networking Accessories==&lt;br /&gt;
{{Template:Pricing Links}}&lt;br /&gt;
&lt;br /&gt;
The following accessories can be used to optimize your network. Please call [Tel:613-721-1773 613-721-1773] ext 0 or email [mailto:support@ncf.ca support@ncf.ca] to confirm availability.&lt;br /&gt;
{{Template:Home_Networking_Accessories_for_Sale}}&lt;br /&gt;
&lt;br /&gt;
=Cable=&lt;br /&gt;
{{Template:Cable Pricing Links}}&lt;br /&gt;
&lt;br /&gt;
==Residential==&lt;br /&gt;
{{Template:Cable Pricing Links}}{{Template:Residential Cable Pricing}}&lt;br /&gt;
&lt;br /&gt;
==Installation and Change Fees==&lt;br /&gt;
{{Template:Cable Pricing Links}}{{Template:Cable Installation and Change Fees}}&lt;br /&gt;
&lt;br /&gt;
==Organizational==&lt;br /&gt;
{{Template:Cable Pricing Links}}{{Template:Organizational Cable Pricing}}&lt;br /&gt;
&lt;br /&gt;
==Modems==&lt;br /&gt;
{{Template:Cable Pricing Links}}{{Template:Cable Modems for Sale}}&lt;br /&gt;
&lt;br /&gt;
=Networking Accessories=&lt;br /&gt;
{{Template:Cable Pricing Links}}&lt;br /&gt;
&lt;br /&gt;
The following accessories can be used to optimize your network. Please call [Tel:613-721-1773 613-721-1773] ext. 0 or email [mailto:support@ncf.ca support@ncf.ca] to confirm availability.&lt;br /&gt;
{{Template:Home_Networking_Accessories_for_Sale}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Billing]]&lt;br /&gt;
[[Category:Cable]]&lt;br /&gt;
[[Category:DSL]]&lt;br /&gt;
[[Category:Account &amp;amp; Membership]]&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=Pricing&amp;diff=8446</id>
		<title>Pricing</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=Pricing&amp;diff=8446"/>
		<updated>2025-09-15T19:32:10Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; Disclaimer: This page details NCF's current pricing for its products and services. In the case of any pricing discrepancies between this page and another on our website, NCF will honour the pricing specified below. As part of our commitment to transparent pricing, our [[Historical Pricing|historical pricing]] is also available online.&lt;br /&gt;
&lt;br /&gt;
=DSL Internet Service=&lt;br /&gt;
{{Template:Pricing Links}}&lt;br /&gt;
&lt;br /&gt;
==Residential==&lt;br /&gt;
{{Template:Pricing Links}}&amp;lt;blockquote&amp;gt;&amp;lt;big&amp;gt;On February 1, 2021, our Residential DSL and dry line pricing changed. See below for our current rates.&amp;lt;/big&amp;gt; &amp;lt;/blockquote&amp;gt;{{Template:Residential DSL Pricing}}&lt;br /&gt;
&lt;br /&gt;
==Installation and Change Fees==&lt;br /&gt;
{{Template:Pricing Links}}{{Template:DSL Installation and Change Fees}}&lt;br /&gt;
&lt;br /&gt;
==Organizational==&lt;br /&gt;
{{Template:Pricing Links}}&amp;lt;blockquote&amp;gt;&amp;lt;big&amp;gt;On February 1, 2021, our Organizational DSL dry line pricing changed. See below for our current rates.&amp;lt;/big&amp;gt;&amp;lt;/blockquote&amp;gt;{{Template:Organizational DSL Pricing}}&lt;br /&gt;
&lt;br /&gt;
==Modems==&lt;br /&gt;
{{Template:Pricing Links}}{{Template:DSL Modems for Sale}}&lt;br /&gt;
&lt;br /&gt;
==Networking Accessories==&lt;br /&gt;
{{Template:Pricing Links}}&lt;br /&gt;
&lt;br /&gt;
The following accessories can be used to optimize your network. Please call [Tel:613-721-1773 613-721-1773] ext 0 or email [mailto:support@ncf.ca support@ncf.ca] to confirm availability.&lt;br /&gt;
{{Template:Home_Networking_Accessories_for_Sale}}&lt;br /&gt;
&lt;br /&gt;
=Cable Internet Service=&lt;br /&gt;
{{Template:Cable Pricing Links}}&lt;br /&gt;
&lt;br /&gt;
==Residential==&lt;br /&gt;
{{Template:Cable Pricing Links}}{{Template:Residential Cable Pricing}}&lt;br /&gt;
&lt;br /&gt;
==Installation and Change Fees==&lt;br /&gt;
{{Template:Cable Pricing Links}}{{Template:Cable Installation and Change Fees}}&lt;br /&gt;
&lt;br /&gt;
==Organizational==&lt;br /&gt;
{{Template:Cable Pricing Links}}{{Template:Organizational Cable Pricing}}&lt;br /&gt;
&lt;br /&gt;
==Modems==&lt;br /&gt;
{{Template:Cable Pricing Links}}{{Template:Cable Modems for Sale}}&lt;br /&gt;
&lt;br /&gt;
=Networking Accessories=&lt;br /&gt;
{{Template:Cable Pricing Links}}&lt;br /&gt;
&lt;br /&gt;
The following accessories can be used to optimize your network. Please call [Tel:613-721-1773 613-721-1773] ext. 0 or email [mailto:support@ncf.ca support@ncf.ca] to confirm availability.&lt;br /&gt;
{{Template:Home_Networking_Accessories_for_Sale}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Billing]]&lt;br /&gt;
[[Category:Cable]]&lt;br /&gt;
[[Category:DSL]]&lt;br /&gt;
[[Category:Account &amp;amp; Membership]]&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=Template:Home_Networking_Accessories_for_Sale&amp;diff=8445</id>
		<title>Template:Home Networking Accessories for Sale</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=Template:Home_Networking_Accessories_for_Sale&amp;diff=8445"/>
		<updated>2025-09-15T19:27:32Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Networking Accessories for Sale&lt;br /&gt;
!Networking Accessory&lt;br /&gt;
!Description&lt;br /&gt;
!Purpose&lt;br /&gt;
!Warranty&lt;br /&gt;
!Costs&lt;br /&gt;
|-&lt;br /&gt;
|Cable Modem with Wireless AC Router  &lt;br /&gt;
|Refurbished cable modem with dual-band router&lt;br /&gt;
|Provides Wi-Fi N and Wi-Fi AC.&lt;br /&gt;
|90 day warranty&lt;br /&gt;
|$ 60.00 + HST&lt;br /&gt;
|-&lt;br /&gt;
|VDSL Modem with Wireless AC Router  &lt;br /&gt;
|Refurbished VDSL modem with dual-band router&lt;br /&gt;
|Provides Wi-Fi N and Wi-Fi AC.&lt;br /&gt;
|90 day warranty&lt;br /&gt;
|$ 40.00 + HST&lt;br /&gt;
|-&lt;br /&gt;
|VDSL Modem with Wireless N Router  &lt;br /&gt;
|Refurbished VDSL modem with WiFi N router&lt;br /&gt;
|Provides Wi-Fi N.&lt;br /&gt;
|90 day warranty&lt;br /&gt;
|$ 30.00 + HST&lt;br /&gt;
|-&lt;br /&gt;
|VDSL Modem Only (No Wi-Fi)&lt;br /&gt;
|Refurbished cable modem with dual-band router&lt;br /&gt;
|Provides ethernet only&lt;br /&gt;
|90 day warranty&lt;br /&gt;
|$ 25.00 + HST&lt;br /&gt;
|-&lt;br /&gt;
|Wireless AC Router   &lt;br /&gt;
|Refurbished dual-band routers supporting Wi-Fi N and Wi-Fi AC&lt;br /&gt;
|Provides Wi-Fi N and Wi-Fi AC.&lt;br /&gt;
|90 day warranty&lt;br /&gt;
|$ 20.00 + HST&lt;br /&gt;
|-&lt;br /&gt;
|Ethernet Cable                                      &lt;br /&gt;
|Cat5e (10 feet)&lt;br /&gt;
|Connects 2 devices with Ethernet (RJ45) ports like a modem and computer&lt;br /&gt;
|1 year warranty&lt;br /&gt;
|$ 10.00 + HST&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=Template:Cable_Modems_for_Sale&amp;diff=8444</id>
		<title>Template:Cable Modems for Sale</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=Template:Cable_Modems_for_Sale&amp;diff=8444"/>
		<updated>2025-09-15T19:14:02Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Cable Modems for Sale&lt;br /&gt;
!Modem&lt;br /&gt;
!Condition&lt;br /&gt;
!DOCSIS&lt;br /&gt;
!Firmware Version&lt;br /&gt;
!Network&lt;br /&gt;
!WiFi&lt;br /&gt;
!Warranty&lt;br /&gt;
!Price&lt;br /&gt;
|-&lt;br /&gt;
|Hitron CODA-4680&lt;br /&gt;
|New&lt;br /&gt;
|DOCSIS 3.1&lt;br /&gt;
|7.1.1.2.2b9&lt;br /&gt;
|Rogers&lt;br /&gt;
|Yes, WiFi AC&lt;br /&gt;
|1 year&lt;br /&gt;
|$ 225.00 + HST&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;8&amp;quot; align=&amp;quot;left&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
'''Notes:''' &lt;br /&gt;
&lt;br /&gt;
Modems may be returned for a full refund within 30 days of purchase. To be eligible for refund modems must be returned &amp;lt;br&amp;gt;&lt;br /&gt;
in good and working condition, in original packaging, and including all cables and instructions.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=Disposable_email_addresses&amp;diff=8009</id>
		<title>Disposable email addresses</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=Disposable_email_addresses&amp;diff=8009"/>
		<updated>2023-11-27T16:28:34Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
This article describes NCF's disposable email addresses and how to use them.&lt;br /&gt;
&lt;br /&gt;
==Avoid spammers by using NCF's disposable email addresses==&lt;br /&gt;
If you give out your email address, you might get spam in return. To reduce the exposure of your real email address, you can give out a disposable email address (an alias) instead. Your real e-mail address will still be there, in less visible headers.&lt;br /&gt;
&lt;br /&gt;
Often when signing up for something on the internet, they require you to provide an email address.  But what if they sell it to spammers?  For this purpose, NCF created ''disposable email addresses''.&lt;br /&gt;
&lt;br /&gt;
==How to use NCF's disposable email addresses==&lt;br /&gt;
It works like this:  Go to the [https://www.ncf.ca/en/members/email/disposables/ disposable email address page] and create a new email address.  Describe it so later you'll know who you gave it to. NCF's computer will create a disposable address that you can then use as required. Any email sent to that address will arrive in your regular mailbox.&lt;br /&gt;
&lt;br /&gt;
If later you decide you do not want to hear from that source again, just delete the disposable address and future e-mail sent to it will bounce back as undeliverable.&lt;br /&gt;
&lt;br /&gt;
If you are using the NCF [[Zimbra]] webmail system then you can also select the disposable address as your outgoing address when composing a message to protect the identity of your real address and make the disposable address act like a regular address. Most e-mail clients, like Mozilla Thunderbird, will also allow setting a the outgoing address as the disposable address.&lt;br /&gt;
&lt;br /&gt;
==How many disposable email addresses can you have?==&lt;br /&gt;
As many as you like.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Alternate email address]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Email]]&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=Template:Pricing_Links&amp;diff=8001</id>
		<title>Template:Pricing Links</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=Template:Pricing_Links&amp;diff=8001"/>
		<updated>2023-08-04T23:09:23Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[#DSL|'''DSL''']] | [[#Residential|Residential]] | [[#Installation and Change Fees|Installation and Change Fees]] | [[#Organizational|Organizational]] | [[#Modems|'''Modems''']] | [[#Networking Accessories|Networking Accessories]]&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=Template:Modem_Manual_Links&amp;diff=7994</id>
		<title>Template:Modem Manual Links</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=Template:Modem_Manual_Links&amp;diff=7994"/>
		<updated>2023-05-31T16:23:22Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Back_to_the_Top}}&lt;br /&gt;
[[#Ovislink Modems|Ovislink Modems]] |[[#SmartRG Modems|SmartRG Modems]] | [[#TP-Link Modems|TP-Link Modems]] | [[#Sagemcom and Bell Modems|Sagemcom and Bell Modems]] | [[#Thomson and SpeedTouch Gateways|Thomson and SpeedTouch Gateways]]&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=Modem_Manuals&amp;diff=7993</id>
		<title>Modem Manuals</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=Modem_Manuals&amp;diff=7993"/>
		<updated>2023-05-31T16:21:49Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a reference of important resources for DSL modems NCF has sold or members have needed support for over the years. It includes:&lt;br /&gt;
* NCF created resources&lt;br /&gt;
* Manufacturer resources&lt;br /&gt;
* Helpful 3rd-party resources&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfrightbox&amp;quot;&amp;gt; {{:Template:Quick Facts (all modems)}} &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' Modem emulators, that let you try out the modem interface online, can be found in each of the specific modem sections.&lt;br /&gt;
&lt;br /&gt;
=Ovislink Modems=&lt;br /&gt;
{{Template:Modem_Manual_Links}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfrow&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfbox w-33 min-w-20rem&amp;quot;&amp;gt; {{Template:Ovislink_OV804WVA}} &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=SmartRG Modems=&lt;br /&gt;
{{Template:Modem_Manual_Links}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfrow&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfbox w-33 min-w-20rem&amp;quot;&amp;gt; {{Template:SmartRG SR516ac}} &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfbox w-33 min-w-20rem&amp;quot;&amp;gt; {{Template:SmartRG SR506n}} &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfbox w-33 min-w-20rem&amp;quot;&amp;gt; {{Template:SmartRG SR505n}} &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=TP-Link Modems=&lt;br /&gt;
{{Template:Modem_Manual_Links}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfrow&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfbox w-33 min-w-20rem&amp;quot;&amp;gt; {{Template:TP-Link TD-W9970}} &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfbox w-33 min-w-20rem&amp;quot;&amp;gt; {{Template:TP-Link TD-W8961ND}} &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfbox w-33 min-w-20rem&amp;quot;&amp;gt; {{Template:TP-Link TD-W8951ND}} &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfbox w-33 min-w-20rem&amp;quot;&amp;gt; {{Template:TP-Link 8960}} &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfbox w-33 min-w-20rem&amp;quot;&amp;gt; {{Template:TP-Link TD-W8950ND}} &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfbox w-33 min-w-20rem&amp;quot;&amp;gt; {{Template:TP-Link TD-W8901G}} &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfrow&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfbox w-33 min-w-20rem&amp;quot;&amp;gt; {{Template:TP-Link 8816}} &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfbox w-33 min-w-20rem&amp;quot;&amp;gt; {{Template:TP-Link 8616}} &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Sagemcom and Bell Modems=&lt;br /&gt;
{{Template:Modem_Manual_Links}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfrow&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfbox w-33 min-w-20rem&amp;quot;&amp;gt; {{Template:Sagemcom 2864}} &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfbox w-33 min-w-20rem&amp;quot;&amp;gt; {{Template:Bell Home Hub 3000}} &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfbox w-33 min-w-20rem&amp;quot;&amp;gt; {{Template:Bell Home Hub 2000}} &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfbox w-33 min-w-20rem&amp;quot;&amp;gt; {{Template:Bell Home Hub 1000}} &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfbox w-33 min-w-20rem&amp;quot;&amp;gt; {{Template:Bell 2Wire 2701HG-G}} &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfbox w-33 min-w-20rem&amp;quot;&amp;gt; {{Template:Speedstream 5200}} &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfbox w-33 min-w-20rem&amp;quot;&amp;gt; {{Template:Speedstream 4200}} &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Thomson and SpeedTouch Gateways = &lt;br /&gt;
{{Template:Modem_Manual_Links}}&lt;br /&gt;
&lt;br /&gt;
NCF sold Thomson modems prior to December 2011. Before 2010, Thomson Gateway (TG) DSL modems ('gateways') were called 'SpeedTouch' (ST).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfrow&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfbox w-33 min-w-20rem&amp;quot;&amp;gt; {{Template:Thomson TG585 V8}} &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfbox w-33 min-w-20rem&amp;quot;&amp;gt; {{Template:Thomson TG585 V7}} &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfbox w-33 min-w-20rem&amp;quot;&amp;gt; {{Template:Thomson TG585 V6}} &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;ncfbox w-33 min-w-20rem&amp;quot;&amp;gt; {{Template:SpeedTouch ST516 V6}} &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=See also=&lt;br /&gt;
*[[Dynamic DNS]]&lt;br /&gt;
*[[Firmware]]&lt;br /&gt;
*[[Modem Configuration]]&lt;br /&gt;
*[[Port forwarding]]&lt;br /&gt;
*[[SpeedTouch 516 and 585 on ADSL2+]]&lt;br /&gt;
&lt;br /&gt;
[[Category:DSL]]&lt;br /&gt;
[[Category:Modems]]&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=Template:Organizational_Cable_Pricing&amp;diff=7981</id>
		<title>Template:Organizational Cable Pricing</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=Template:Organizational_Cable_Pricing&amp;diff=7981"/>
		<updated>2023-02-16T15:59:13Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Organizational Cable Monthly Pricing&lt;br /&gt;
!Speeds (Up To)&lt;br /&gt;
!Usage&lt;br /&gt;
!Network&lt;br /&gt;
!Price&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |'''Current Plans'''&lt;br /&gt;
|-&lt;br /&gt;
|Cable 30/5 Mbps&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Rogers&lt;br /&gt;
|$59.95/month + HST&lt;br /&gt;
|-&lt;br /&gt;
|Cable 75/30 Mbps&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Rogers&lt;br /&gt;
|$68.95/month + HST&lt;br /&gt;
|-&lt;br /&gt;
|Cable 500/30 Mbps&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Rogers&lt;br /&gt;
|$104.95/month + HST&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; align=&amp;quot;left&amp;quot; |&amp;lt;!--* '''ON''': 13% HST; '''QC''': 5% GST--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Notes:'''&lt;br /&gt;
&lt;br /&gt;
- Service is available in Ontario only. &lt;br /&gt;
&lt;br /&gt;
- Registered not-for-profits and charities are eligible for a '''15% discount''' on the organizational account rates.&lt;br /&gt;
&lt;br /&gt;
- The Cable 1024/30 plan is not available for Organizations.&lt;br /&gt;
&lt;br /&gt;
- Static IPs are not available with cable internet service.&lt;br /&gt;
&lt;br /&gt;
- [https://www.ncf.ca/ncf/support/wiki/Cable_Pricing#Installation_and_Change_Fees Installation and Change Fees] apply for installations, moves, speed changes, and modem changes.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
	<entry>
		<id>https://help.ncf.ca/index.php?title=Template:Residential_Cable_Pricing&amp;diff=7980</id>
		<title>Template:Residential Cable Pricing</title>
		<link rel="alternate" type="text/html" href="https://help.ncf.ca/index.php?title=Template:Residential_Cable_Pricing&amp;diff=7980"/>
		<updated>2023-02-16T15:58:39Z</updated>

		<summary type="html">&lt;p&gt;Xx181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Residential Cable Monthly Pricing&lt;br /&gt;
!Speeds (Up To)&lt;br /&gt;
!Usage&lt;br /&gt;
!Network&lt;br /&gt;
!Price&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |'''Current Plans'''&lt;br /&gt;
|-&lt;br /&gt;
|Cable 30/5 Mbps&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Rogers&lt;br /&gt;
|$59.95/month + HST&lt;br /&gt;
|-&lt;br /&gt;
|Cable 75/30 Mbps&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Rogers&lt;br /&gt;
|$68.95/month + HST&lt;br /&gt;
|-&lt;br /&gt;
|Cable 500/30 Mbps&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Rogers&lt;br /&gt;
|$104.95/month + HST&lt;br /&gt;
|-&lt;br /&gt;
|Cable 1024/50 Mbps&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Rogers&lt;br /&gt;
|$114.95/month + HST&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; align=&amp;quot;left&amp;quot; |&amp;lt;!--* '''ON''': 13% HST; '''QC''': 5% GST--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Notes:'''&lt;br /&gt;
&lt;br /&gt;
- Service is available in Ontario only.&lt;br /&gt;
&lt;br /&gt;
- Static IPs are not available with cable internet service.&lt;br /&gt;
&lt;br /&gt;
- [https://www.ncf.ca/ncf/support/wiki/Cable_Pricing#Installation_and_Change_Fees Installation and Change Fees] apply for installations, moves, speed changes, and modem changes.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Xx181</name></author>
	</entry>
</feed>