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

2 ways to create Windows 11 bootable USB using Mac

2 ways to create Windows 11 bootable USB using Mac

Creating a Windows 11 bootable USB on a Mac is definitely more difficult than on a Windows PC, but it's not impossible.

Should I update Windows 11 now?

Should I update Windows 11 now?

Windows 11 officially launched on October 5, 2021. Unlike previous major Windows 10 upgrades, Microsoft is not encouraging people to upgrade this time.

How to Turn Off Bitlocker on Windows 11

How to Turn Off Bitlocker on Windows 11

This article will show you how to disable BitLocker encryption on Windows 11. Keep in mind that disabling BitLocker on Windows 11 can make your device and data less secure, so be careful when making this decision.

How to fix Input Signal Out of Range error on Windows

How to fix Input Signal Out of Range error on Windows

When connecting an external monitor to your Windows PC, you may encounter an Input Signal Out of Range error. This error usually occurs if you have a high refresh rate monitor connected to a lower-end graphics device.

4 ways to pin windows on Windows screen

4 ways to pin windows on Windows screen

If you are wondering how to pin any window to always be on top of other windows (always on top), read this article right away!

How to check which apps use a lot of battery on Windows 11

How to check which apps use a lot of battery on Windows 11

This guide will explain what you need to do to detect the apps that use the most power to improve battery life on Windows 11.

5 Windows Registry Tricks to Customize the Lock Screen

5 Windows Registry Tricks to Customize the Lock Screen

Windows lock screen settings can be quite limited, only allowing you to manage the background image and status. If you want more control over the Windows lock screen, you'll have to resort to Windows Registry tricks.

More Windows 11 PCs Will Soon Get AI Copilot+

More Windows 11 PCs Will Soon Get AI Copilot+

Microsoft debuted most of its more advanced AI features with the Snapdragon X-powered Copilot+ PC, leaving many Intel and AMD-powered Copilot+ PCs out of the picture.

Windows 11 Market Share Is Quickly Catching Up to Windows 10

Windows 11 Market Share Is Quickly Catching Up to Windows 10

The October 2024 report provides an overview of Windows 11's market share compared to other versions of Windows.

Why should you shut down your Windows laptop every day?

Why should you shut down your Windows laptop every day?

When you leave your laptop, many people just close the lid and walk away. While this is convenient because your laptop is ready to use whenever you need it, this behavior can damage your laptop without you even realizing it.

How to fix Printer in Error State on Windows

How to fix Printer in Error State on Windows

The Printer in error state message on Windows can appear for many reasons, such as a failed connection, driver issue, or misconfiguration of system services.

How to turn off recent searches on Windows 11

How to turn off recent searches on Windows 11

Not everyone likes to see recent searches on Windows 11. Here's how to turn off recent searches on Windows 11

How to Access Android Storage on Windows 11

How to Access Android Storage on Windows 11

You can directly access your Android phone's storage in Windows 11 File Explorer via Microsoft's new Cross Device Experience Host.

How to enable or disable Secure Sign-In on Windows 10, Windows 11

How to enable or disable Secure Sign-In on Windows 10, Windows 11

Windows is the most targeted operating system by hackers. Therefore, you should strengthen your PC's defenses to stay safe both online and offline. This article will guide you on how to enable or disable Secure Sign-In in Windows 10.

23 Awesome Screensavers to Protect Your Windows Computer Screen

23 Awesome Screensavers to Protect Your Windows Computer Screen

Screensaver - computer screensaver, which is automatically activated when the computer is not used for a certain period of time. Here are 23 beautiful screensavers for Windows.