PPPoE is pretty much only used for DSL in the US. I'm not sure about elsewhere. Xfinity and AT&T Fiber do /not/ use PPPoE. Xfinity is built on DOCSIS, and AT&T Fiber is built on XGSPON. This means neither one relies on PPPoE at the data link layer. XGSPON uses XGEM/XGTC at data link layer, DOCSIS uses MAC (same data link protocol as Ethernet). This article is making a bunch of assertions which are just patently false…
Mind telling us which assertions are false? They make no claims about pppoe adoption other than that’s what their connection uses. My fibre connection in the uk uses pppoe (2gbps)
Show HN: We Fixed UniFi's Slow PPPoE Performance with PPPoE Half-Bridge
21–30 of 40 posts
Re: Show HN: We Fixed UniFi's Slow PPPoE Performance with PPPoE Half-Bridge
#22PPPoE is pretty much only used for DSL in the US. I'm not sure about elsewhere. Xfinity and AT&T Fiber do /not/ use PPPoE. Xfinity is built on DOCSIS, and AT&T Fiber is built on XGSPON. This means neither one relies on PPPoE at the data link layer. XGSPON uses XGEM/XGTC at data link layer, DOCSIS uses MAC (same data link protocol as Ethernet). This article is making a bunch of assertions which are just patently false…
Some of AT&T's fiber acquisitions still use PPPoE including CenturyLink and Quantum's fiber offerings (acquired from Lumen).
Re: Show HN: We Fixed UniFi's Slow PPPoE Performance with PPPoE Half-Bridge
#23In my specific situation I was able to use this WAS-110 to get full speed PPPoE from my fiber provider (Bell). https://pon.wiki/guides/masquerade-as-the-bce-inc-giga-hub-2...
Re: Show HN: We Fixed UniFi's Slow PPPoE Performance with PPPoE Half-Bridge
#24PPPoE is pretty much only used for DSL in the US. I'm not sure about elsewhere. Xfinity and AT&T Fiber do /not/ use PPPoE. Xfinity is built on DOCSIS, and AT&T Fiber is built on XGSPON. This means neither one relies on PPPoE at the data link layer. XGSPON uses XGEM/XGTC at data link layer, DOCSIS uses MAC (same data link protocol as Ethernet). This article is making a bunch of assertions which are just patently false…
Re: Show HN: We Fixed UniFi's Slow PPPoE Performance with PPPoE Half-Bridge
#25> Even in 2026, a huge number of ISPs still rely on PPPoE, including Bell Canada, AT&T Fiber, and Xfinity in the US, along with the vast majority of ISPs in Europe, Asia, and China. Comcast (Xfinity) does not use PPPoE.
Re: Show HN: We Fixed UniFi's Slow PPPoE Performance with PPPoE Half-Bridge
#26Earlier quoted context omitted.
Some of AT&T's fiber acquisitions still use PPPoE including CenturyLink and Quantum's fiber offerings (acquired from Lumen).
Quantum Fiber doesn't use PPPoE, it uses IPoE w/ VLAN tagging using VLAN 201, which is a common approach for legacy GPON networks. CenturyLink Fiber does use PPPoE, but I believe only the authentication portion of PPPoE, but I have never had CenturyLink Fiber so I can't say for certain.
I know some CenturyLink fiber defaults to PPPoE, but you can ask for IPoE instead.
Re: Show HN: We Fixed UniFi's Slow PPPoE Performance with PPPoE Half-Bridge
#27Earlier quoted context omitted.
Some of AT&T's fiber acquisitions still use PPPoE including CenturyLink and Quantum's fiber offerings (acquired from Lumen).
Quantum Fiber doesn't use PPPoE, it uses IPoE w/ VLAN tagging using VLAN 201, which is a common approach for legacy GPON networks. CenturyLink Fiber does use PPPoE, but I believe only the authentication portion of PPPoE, but I have never had CenturyLink Fiber so I can't say for certain.
Re: Show HN: We Fixed UniFi's Slow PPPoE Performance with PPPoE Half-Bridge
#28Re: Show HN: We Fixed UniFi's Slow PPPoE Performance with PPPoE Half-Bridge
#29Earlier quoted context omitted.
Some of AT&T's fiber acquisitions still use PPPoE including CenturyLink and Quantum's fiber offerings (acquired from Lumen).
Quantum Fiber doesn't use PPPoE, it uses IPoE w/ VLAN tagging using VLAN 201, which is a common approach for legacy GPON networks. CenturyLink Fiber does use PPPoE, but I believe only the authentication portion of PPPoE, but I have never had CenturyLink Fiber so I can't say for certain.
CenturyLink did use a full PPPoE stack though.
Re: Show HN: We Fixed UniFi's Slow PPPoE Performance with PPPoE Half-Bridge
#30A lot of people dunk on PPPoE, but it does have one redeeming feature: failover is a lot easier and faster compared to IPoE. With IPoE you often rely on vendor-proprietary mechanisms. The closest thing to a common standard is packet-triggered sessions. Normally, BNG's set up sessions using DHCP but you can rig it to do a RADIUS request for a non-DHCP packet without a known session. In this case, it will send the sour…