In the home internet installation provided by TELUS, the most obvious box is a cylindrical drum labeled "Boost Wi-Fi 6." This is not the router. This is simply a Wi-Fi access point. You can find your default Wi-Fi SSID and Wi-Fi password by lifting the Boost drum out of its base. Although the label gives an admin password, this is not the password for your router. It is only for logging on to the Boost. You can change your SSID and password if you log on to this device (although it's probably easier to do it in the TELUS Connect mobile app.) You cannot set up port forwarding from the Boost.
To set up port forwarding, you need to log on to the router. This is a square box called the "Network Access Hub." This is a router model NH20A manufactured by a Taiwanese company called Arcadyan. By gently removing the lid from the NH20A, you'll see a label giving the IP address and password to log on to the router. Then you can log on to the NH20A like this:
http://192.168.1.254
(or whatever your router's IP address is).Now you can set up your port forwarding rules.
As well as setting up port forwarding, you must also open the firewall on the router (Firewall > Firewall). The router firewall has a number of preset rules that can be enabled or disabled. It doesn't seem to be possible to define new rules apart from these presets. For example, you can't arbitrarily say you want to open the firewall for precisely port udp/1194
and no other ports.
Name | Definition |
WWW | HTTP, TCP Port 80, 3128, 8000, 8001, 8080 |
E-mail Sending | SMTP, TCP Port 25 |
News Forums | NNTP, TCP Port 119 |
E-mail Receiving | POP3, TCP Port 110 |
Secure HTTP | HTTPS, TCP Port 443 |
File Transfer | FTP, TCP Port 21 |
Telnet Service | TCP Port 23 |
AIM | AOL Instant Messenger, TCP Port 5190 |
NetMeeting | H.323, TCP Port 1720, 1503 |
DNS | UDP Port 53 |
SNMP | UDP Port 161, 162 |
VPN-PPTP | TCP Port 1723 |
VPN-L2TP | UDP Port 1701 |
All Other Ports | All Undefined Ports |
You can test that port forwarding works as follows:
appwiz.cpl
in the Run box, and click OK.inetmgr
in the Run box, and click OK.http://localhost
and displays the default Internet Information Services start page from C:\inetpub\wwwroot\iisstart.htm
.ipconfig
. Note your computer's IP address on the LAN (e.g. 192.168.1.68
).tcp/80
to private port tcp/80
on your Windows PC's LAN IP address, and click Save settings.http://YOUR.PUBLIC.IP.ADDRESS
from a proxy site such as https://hide.me/en/proxy. In either case you should see the default Internet Information Services start page.Remember to close the firewall and delete the port forwarding rule once you're done testing.