How to set up PPPOE on Proxmox

HawkNewbie

New Member
Apr 17, 2018
5
1
1
56
My ISP uses a PPPOE that requires a username and login. There is no modem. I plug directly into a wall.

I’ve seen many tutorials on how to set up static and DHCP WANs, but none on PPPOE connections. How do I configure Proxmox to transmit the PPPOE credentials? I tried setting up the PPPOE through a VM (Pfsense). When I do that and go into the Proxmox CLI, one of the interfaces is called PPPOE, but it cannot acquire the IP address from the WAN.

-------------------
Update:

apt-get install pppoe
and
apt-get install pppoeconf

let me run pppoeconf.

Pppoeconf auto-detected the DSL connection, which now appears as dsl-provider in the network menu. Still can't get any of the PCI network cards or bridges to get a WAN IP.
-------------------

Any thoughts would be welcome and deeply appreciated.
 
Last edited:
currently on the same boat. looking for a working solution. in my case it's a fibre connection that works over PPPoE.
 
Code:
root@pve:~# apt update && apt-get install pppoeconf
Hit:1 http://security.debian.org bookworm-security InRelease
Hit:2 http://deb.debian.org/debian bookworm InRelease                                                                               
Hit:3 http://deb.debian.org/debian bookworm-updates InRelease                                                                       
Hit:4 http://download.proxmox.com/debian/pbs bookworm InRelease                                                  
Hit:5 http://download.proxmox.com/debian/pve bookworm InRelease                           
Get:6 https://pkgs.tailscale.com/stable/debian bookworm InRelease          
Fetched 6,575 B in 1s (8,251 B/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 ifupdown2 : Conflicts: ifupdown
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

Is there a dependency incompatibility between the Debian and Proxmox repositories?
 
Is there a dependency incompatibility between the Debian and Proxmox repositories?
No, just between pppoeconf and ifupdown-ng (dependency of pve-manager) which are both stock Debian packages:

Code:
root@debian-bookworm ~ > apt install ifupdown-ng pppoeconf
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 pppoeconf : Depends: ifupdown (>= 0.7.44~)
E: Unable to correct problems, you have held broken packages.

You just can't install both packages, which means that you can't install pppoeconf on PVE.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!