How to Set Up and Use a PPPoE Internet Connection on Windows 10

Many Internet service providers provide their customers with a Point-to-Point Protocol over Ethernet (PPPoE) connection . To use this type of Internet connection, Internet service providers typically provide customers with a unique username and password that they use to connect to their network. This article will show you how to configure Windows to connect to the Internet via PPPoE.

Instructions for setting up a PPPoE Internet connection

How PPPoE Works

PPPoE Internet providers assign each of their subscribers a unique PPPoE username and password. Providers use this network protocol to manage IP address allocation and track each customer's data usage.

The protocol operates on a router or broadband modem. The home network initiates an Internet connection request, sends a username and PPPoE password to the provider, and in return receives a public IP address .

PPPoE uses a protocol technique called Tunneling, which essentially involves embedding messages in one format within packets in another format. PPPoE works similarly to virtual private network tunneling protocols such as Point-to-Point Tunneling Protocol .

How to Set Up and Use a PPPoE Internet Connection on Windows 10
Please confirm whether your Internet service uses PPPoE.

Does your Internet service use PPPoE?

Many, but not all, DSL Internet providers use PPPoE. Cable and fiber Internet providers do not use it. Providers of other types of Internet services, such as high-speed Internet, may or may not use PPPoE. Check with your service provider to confirm whether or not the company uses PPPoE.

Problems with PPPoE

PPPoE connections may require special MTU settings to function properly. Providers will tell customers whether their network requires a specific MTU value — numbers like 1492 (the maximum supported by PPPoE) or 1480 are common. Home routers support an option to manually set the MTU size if necessary.

Home network administrators may accidentally delete PPPoE settings. Because of the risk of errors in home network configuration, some ISPs have moved away from PPPoE in favor of DHCP-based customer IP addressing.

Instructions for setting up a PPPoE Internet connection

Open the Connect to the Internet wizard

To set up a PPPoE connection on Windows 10, you need to open the Connect to the Internet wizard . First, you need to open the Settings app (press Win+ I).

In the Settings window , open the Network & Internet section , go to Dial-up on the left side of the window and click the Set up a new connection link from the right.

How to Set Up and Use a PPPoE Internet Connection on Windows 10

You will see the Set Up a Connection or Network wizard .

How to Set Up and Use a PPPoE Internet Connection on Windows 10

You can also open the Connect to the Internet wizard from Control Panel . In Control Panel, go to Network and Internet and open Network and Sharing Center , then click or tap the Set up a new connection or network link from the Change your networking settings section .

How to Set Up and Use a PPPoE Internet Connection on Windows 10

How to Set Up a PPPoE Internet Connection in Windows 10

In the list of available connection options, select Connect to the Internet and click Next .

How to Set Up and Use a PPPoE Internet Connection on Windows 10

In the Connect to the Internet window, click Broadband (PPPoE) .

How to Set Up and Use a PPPoE Internet Connection on Windows 10

You will be redirected to the PPPoE connection settings. Here, type in the username and password provided by your Internet service provider.

How to Set Up and Use a PPPoE Internet Connection on Windows 10

There are several options you can change:

  • You can check the Show characters option if you want to see the password and make sure you typed it correctly.
  • If you don't want your Windows 10 computer to ask you for your password every time it connects to the Internet, you can make it remember your password by selecting the Remember this password option.
  • By default, Windows 10 provides the PPPoE connection with the name Broadband Connection. However, if you want to use a different name, enter the name you want in the Connection name text field .

Finally, if you want to set up a new PPPoE connection for everyone who has access to your computer, select the last option Allow other people to use this connection . However, if you enable this option, you need administrative rights.

Once you have changed the settings, click Connect.

How to Set Up and Use a PPPoE Internet Connection on Windows 10

The wizard will go through a few steps, verifying your username and password and testing your internet connection.

How to Set Up and Use a PPPoE Internet Connection on Windows 10

If everything works fine, the wizard will say The connection to the Internet is ready to use .

How to Set Up and Use a PPPoE Internet Connection on Windows 10

Close the wizard and the PPPoE connection is now active. You can go ahead and use any web browser or Windows application that requires the Internet.

How to enable PPPoE Internet connection on Windows 10

Now you have set up a PPPoE network connection and can use it whenever you want to access the Internet. However, there is a downside to using it, you have to connect to it every time you need it. Here is how to do it.

Click on the Network icon from the notification area on the Taskbar and then click and the PPPoE connection you want to connect to. If you do not change the default name, the connection will be Broadband Connection.

How to Set Up and Use a PPPoE Internet Connection on Windows 10

This will open the Settings app and go to Dial-up. Click on the PPPoE connection on the right side of the window and press Connect .

How to Set Up and Use a PPPoE Internet Connection on Windows 10

If you ask Windows 10 to remember your PPPoE connection information during setup, your computer will automatically connect to the Internet. However, if you don't, you'll need to enter a username and password for your PPPoE connection.

How to Set Up and Use a PPPoE Internet Connection on Windows 10

Once Windows 10 connects to the Internet, you'll be returned to the Network & Internet section of Settings. Here, you can see the Connected message displayed below the PPPoE connection.

How to Set Up and Use a PPPoE Internet Connection on Windows 10

How to Disconnect from a PPPoE Internet Connection on Windows 10

To disconnect from a running PPPoE connection in Windows 10, click the Network icon from the Taskbar and then click or tap on the PPPoE connection. Finally, go to the Dial-up section and click Disconnect.

How to Set Up and Use a PPPoE Internet Connection on Windows 10

Windows 10 will immediately close the connection.

How to Remove a PPPoE Connection from Windows 10

If you decide to remove the PPPoE connection completely, go to the Settings app, go to Network & Internet > Dial-up . If necessary, you can disconnect the PPPoE connection and then click the Remove button .

How to Set Up and Use a PPPoE Internet Connection on Windows 10

Windows 10 will notify If you remove this VPN connection , you'll need to set it up again to reconnect.

If you are sure you want to continue, click Remove to permanently delete the PPPoE connection.

How to Set Up and Use a PPPoE Internet Connection on Windows 10

How to automatically start PPPoE connection via script and Task Scheduler

This section will discuss how to start a PPPoE connection automatically when Windows starts, after Windows wakes up (from Sleep or Hibernate mode ), when any user logs in, and when a network cable is plugged in. The method is to create a scheduled task to run a VBScript (.vbs) file, which is responsible for starting the connection.

You just have to follow a few simple steps, as described below:

1. Press the Win+ key R. Run the following command to open Network Connections.

ncpa.cpl
How to Set Up and Use a PPPoE Internet Connection on Windows 10
Open Network Connections

2. Write down the connection name. The default name is Broadband Connection as shown above.

3. Download this ZIP file here: https://www.fshare.vn/file/XPH3MM1XFZFV
and extract the files.

4. Right click on the Auto-connect.vbs file , select Edit. Unblock the .vbs file. Find the following line (second line):

("Rasdial ""Connection name"" ""User name"" ""Password""",0,True)

5. Replace Connection name, User name, and Password with the correct names. For example,

("Rasdial ""Broadband Connection"" ""Matthew Wai"" ""12345678""",0,True)

Be careful not to remove any of the quotes. In the upper left corner, click File > Save . The .vbs file will start connecting automatically in the background (no command window). 4 attempts will be made as it can take a while for the connection to become available.

6. Double click on Create_a_scheduled_task.cmd to run it. Unblock the .cmd file and click Yes if prompted by UAC. The file will automatically create a scheduled task to run the said .vbs file.

How to Set Up and Use a PPPoE Internet Connection on Windows 10
Double click on Create_a_scheduled_task.cmd to run it

Your PPPoE connection will then be initiated automatically. The task will be triggered by the following conditions:

How to Set Up and Use a PPPoE Internet Connection on Windows 10
PPPoE connection will be initiated automatically
  • At log on of any user : This applies to Windows startup as well.
  • Power-Troubleshooter, Event ID: 1 : Windows woke up from Sleep or Hibernate mode.
  • NetworkProfile, Event ID: 4001 : Network cable is plugged in.

Note: You can edit/delete them or add a new one if needed.

The VBScript (.vbs) file will be copied to this folder %ProgramData%\ForumName.com\PPPoE\.

If you want to delete the scheduled task and the above folder, double-click Undo everything.cmd , which is also in the ZIP file you downloaded.

How to Set Up and Use a PPPoE Internet Connection on Windows 10
Double click Undo everything.cmd to delete the scheduled task

The above article has guided you through setting up, using and deleting PPPoE connections on Windows 10.

Good luck!

Sign up and earn $1000 a day ⋙

Leave a Comment

How to fix “Well Need Your Current Windows Password” error on Windows 10/11

How to fix “Well Need Your Current Windows Password” error on Windows 10/11

Are you getting the “We'll need your current Windows password one last time” error? This annoying pop-up can prevent you from getting things done.

Quickly fix Unmountable Boot Volume error on Windows 10/11

Quickly fix Unmountable Boot Volume error on Windows 10/11

The Unmountable Boot Volume error occurs due to some installed software conflicting with the operating system or due to the computer suddenly shutting down,... In the article below, WebTech360 will guide you through some ways to fix this error.

How to Fix Clipboard History Error in Windows 11 Latest Update

How to Fix Clipboard History Error in Windows 11 Latest Update

If you use Clipboard History to store data for later use, there is a small chance that the data will remain empty no matter what you try.

How to remove Copilot and other AI features in Windows

How to remove Copilot and other AI features in Windows

If you don't care about having extra bloatware on your system, there are ways to remove or disable Windows Copilot on Windows 11.

Why is the laptop battery percentage estimate never accurate?

Why is the laptop battery percentage estimate never accurate?

Most laptop users have encountered a situation where Windows shows 2 hours of battery life left, then five minutes later it jumps to 5 hours or even 1 hour. Why does this time jump around like that?

10 Windows 11 settings to maximize laptop battery life

10 Windows 11 settings to maximize laptop battery life

Laptop batteries degrade over time and lose capacity, resulting in less battery life. But after tweaking some deeper Windows 11 settings, you should see a significant improvement in battery life.

Microsoft: PCs running Windows 11 21H2/22H2 will be forced to update to 23H2 next month

Microsoft: PCs running Windows 11 21H2/22H2 will be forced to update to 23H2 next month

Windows 11 version 21H2 is one of the major original releases of Windows 11 that began rolling out globally on October 4, 2021.

Microsoft spams Copilot QR codes on Windows 11 lock screen to lure users

Microsoft spams Copilot QR codes on Windows 11 lock screen to lure users

The year 2023 saw Microsoft betting heavily on artificial intelligence and its partnership with OpenAI to make Copilot a reality.

How to Disable User Accounts on Windows 11

How to Disable User Accounts on Windows 11

You can disable User Accounts so that others can no longer access your computer.

Buying a Windows laptop is harder than ever

Buying a Windows laptop is harder than ever

Is the NPU different enough to delay purchase and wait for the PC Copilot+ to become mainstream?

How to turn on and off battery saving mode on Windows 11 laptop

How to turn on and off battery saving mode on Windows 11 laptop

Windows 11's Battery saver mode is a feature designed to extend laptop battery life.

Microsoft Launches New Sticky Notes App for Windows 11

Microsoft Launches New Sticky Notes App for Windows 11

After keeping things the same for years, the Sticky Note update in mid-2024 changed the game.

How to fix IRQL NOT LESS OR EQUAL error on Windows

How to fix IRQL NOT LESS OR EQUAL error on Windows

The IRQL NOT LESS OR EQUAL error is a memory-related error that typically occurs when a system process or driver attempts to access a memory address without proper access permissions.

6 Ways to Copy File and Folder Paths in Windows 11

6 Ways to Copy File and Folder Paths in Windows 11

Paths are the locations of files or folders in Windows 11. All paths include the folders you need to open to get to a specific location.

Compare Windows 10 and Windows 11

Compare Windows 10 and Windows 11

Windows 11 has officially launched, compared to Windows 10 Windows 11 also has many changes, from the interface to new features. Please follow the details in the article below.