In this solution we explain how to connect a network cable to a fibre broadband modem (or FTTP ONT device), and make a connection to the ISP. The following screenshots are taken from a Windows 10 PC.
Requirements
- OpenReach modem or FTTP ONT (or a VDSL router with "PPPoE pass-through" enabled, and PPPoE WAN connection disabled)
- Ethernet cable (Cat.5)
- PC (with WiFi turned off)
- Broadband username/password from ISP
Sections
- Section 1: Disconnect existing router & WiFi
- Section 2: Create the PPPoE connection
- Section 3: Connect using a PPPoE connection
- Section 4: View the PPPoE connection status
- Section 5: Using BT test credentials
Section 1: Disconnect existing router & WiFi
Sections
- Section 1: Disconnect existing router & WiFi
- Section 2: Create the PPPoE connection
- Section 3: Connect using a PPPoE connection
- Section 4: View the PPPoE connection status
- Section 5: Using BT test credentials
Power off (then back on) your BT OpenReach modem so as to ensure best possible sync speed.
Unplug your existing router from the BT OpenReach modem, and connect your PC directly to it instead
(Ensure that the LED indicators light up on both the modem AND your PC; if in doubt, try a replacement cable)
Turn off your WiFi: Click the WiFi icon in your system tray, then click "Wi-Fi" to turn it off
Section 2: Create the PPPoE connection
Sections
- Section 1: Disconnect existing router & WiFi
- Section 2: Create the PPPoE connection
- Section 3: Connect using a PPPoE connection
- Section 4: View the PPPoE connection status
- Section 5: Using BT test credentials
Click Start (Windows logo) > Settings
Click Network & Internet
Click Dial-up
Click Connect to the Internet, then click Next
When asked to use an existing connection select No, then click Next
Enter the broadband username & password, then click Connect
Wait whilst the connection is established...
Whilst waiting with the message "Registering your computer...", click Skip
Click Close
Section 3: Connect using a PPPoE connection
Sections
- Section 1: Disconnect existing router & WiFi
- Section 2: Create the PPPoE connection
- Section 3: Connect using a PPPoE connection
- Section 4: View the PPPoE connection status
- Section 5: Using BT test credentials
You will again be prompted to enter the broadband username & password (due to the way Windows 10 authenticates)
(The "Email address" is the broadband username)
Wait whilst your username & password are authenticated...
...and (hopefully!) connected.
Section 4: View the PPPoE connection status
Sections
- Section 1: Disconnect existing router & WiFi
- Section 2: Create the PPPoE connection
- Section 3: Connect using a PPPoE connection
- Section 4: View the PPPoE connection status
- Section 5: Using BT test credentials
Click the Details button
Make a note of the assigned IPv4 Address
You can also check the status of the connection by clicking the network icon in the system tray: (in the following example we see the "Network" Ethernet cable "Connected" and we see the dialup connection "Connected")
You do not generally need to perform this step, but if asked to do so then here are the instructions: |
Section 5: Using BT test credentials
Sections
- Section 1: Disconnect existing router & WiFi
- Section 2: Create the PPPoE connection
- Section 3: Connect using a PPPoE connection
- Section 4: View the PPPoE connection status
- Section 5: Using BT test credentials
Email address: bt_test_user@startup_domain
Password: test
Make a note of the IPv4 Address (as in section 4)
Press the keys "Windows logo" + "R", and type http://www.bbc.co.uk, then click OK
If the test has succeeded, you should see the notice shown below:
Expert testing
Experts may want to change the MTU of the PPPoE connection, perhaps to test if lower MTU values yield better performance. From a command prompt type the following:
netsh interface ipv4 show interfaces
...which will list the IDs of the networks including PPPoE connections. TO change the MTU use this command:
netsh interface ipv4 set subinterface "25" mtu=1492 store=persistent
...where "25" is the ID of the PPPoE connection.
Be sure to change the MTU back to 1500 after testing.
[End of article]
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article