Skip to main content
Beantwoord

Own router on fiber without PPPOE / Eigen router op glasvezel zonder PPPOE

  • 7 november 2022
  • 6 reacties
  • 1080 keer bekeken

Hello,

 Is it possible to have your own router without using pppoe? PPPOE makes the WAN single threaded for me and makes IPV6 more complicated than it needs to be. Can we use DHCP 4/6 for WAN?

 

Thanks!

Mike

--------------------------------------------------------------------------

NL:

Hallo, Is het mogelijk om een eigen router te hebben zonder pppoe te gebruiken? PPPOE maakt de WAN single threaded voor mij en maakt IPV6 ingewikkelder dan nodig is. Kunnen we DHCP 4/6 gebruiken voor WAN? Bedankt! Mike

Beste antwoord door wjb

MikeFromAU schreef:

Is it possible to have your own router without using pppoe?

No that is not possible, kpn always uses pppoe for the connection to Internet.

 

MikeFromAU schreef:

...and makes IPV6 more complicated than it needs to be...

Why does it make IPv6 more complicated?

Please note that IPv6 uses DHCPv6-PD and should be very easy to implement.

Bekijk origineel
Dit topic is gesloten. Staat je antwoord hier niet bij, gebruik dan de zoekfunctie van de Community of stel je vraag in een nieuw topic.

6 reacties

  • Nieuwkomer
  • 2 reacties
  • 7 november 2022

Dit zou inderdaad zeer wenselijk zijn, het feit dat communicatie via pppoe loopt maakt het voor sommige routers onmogelijk de load te verdelen over meerdere cpu-cores, zie bijvoorbeeld: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203856


wjb
Superuser
  • 74610 reacties
  • Antwoord
  • 7 november 2022
MikeFromAU schreef:

Is it possible to have your own router without using pppoe?

No that is not possible, kpn always uses pppoe for the connection to Internet.

 

MikeFromAU schreef:

...and makes IPV6 more complicated than it needs to be...

Why does it make IPv6 more complicated?

Please note that IPv6 uses DHCPv6-PD and should be very easy to implement.


  • Nieuwkomer
  • 2 reacties
  • 7 november 2022

maybe use another small device like a raspberry pi ( or a small/cheap mikrotik router ) to connect to pppoe and bridge that to the other router ( pfsense/opnsense for instance )? just thinking out loud……...


  • Auteur
  • Deelnemer
  • 9 reacties
  • 11 november 2022

My appologies in advance. This is absolutely me “nit-picking”.

 

huntermic schreef:

maybe use another small device like a raspberry pi

I can do PPPOE in OPN/PF-Sense. I’ve got a 6 core i5, 64GB RAM (not needed) and Intel server NIC… it does ok :) I’m replacing it with a more appropriately sized device whenever the boat gets here from China… Fanless 4 core N6005, 32GB RAM, 4x Intel 2.5GB NIC (195€, only 7-10W power)

 

wjb schreef:

Why does it make IPv6 more complicated?

“Complicated” was probably a poor choice of word on my part.. it comes with “baggage”

  1. It forces the WAN to be single thread
  2. It negates some hardware acceleration in the NIC
  3. Router Advertisement and Prefix delegation never seem to work the same when behind PPPOE
  4. It introduces a latency and extra steps in the chain
  5. IPv6 has to go over IPv4

I saw when I bypassed PPPOE with another provider the internet felt faster and more responsive. With KPN my ping is only 1.6ms currently so I’m not suffering.


wjb
Superuser
  • 74610 reacties
  • 11 november 2022
MikeFromAU schreef:
  1. It forces the WAN to be single thread
  2. It negates some hardware acceleration in the NIC
  3. Router Advertisement and Prefix delegation never seem to work the same when behind PPPOE
  4. It introduces a latency and extra steps in the chain
  5. IPv6 has to go over IPv4

I don't know what type of hardware accelleration you are talking about but on my EdgeRouter 4 I have IPv6 hardware offloading enabled.

Unfortunately it is not possible to enable hardware offloading for both pppoe and vlan.

I have no issues with router advertisements and prefix delegation on the network behind my EdgeRouter 4.

The overhead of pppoe is marginal and I don't have any problems with latency.


  • Auteur
  • Deelnemer
  • 9 reacties
  • 11 november 2022
wjb schreef:

I don't know what type of hardware accelleration you are talking about ...

The overhead of pppoe is marginal and I don't have any problems with latency.

We’re definitely talking about fractions of a millisecond here… but a 0.2ms drop in latency to my DNS (for example) is 16%. The documentation is not great on it but there’s hardware acceleration for things like NAT, flow control, queuing, vlans, pppoe, error checking.

I found this and it seems faster (I tested on OPNSense but I’ll leave the PF link for info)...

PF: https://docs.netgate.com/pfsense/en/latest/hardware/tune.html#pppoe-with-multi-queue-nics

OPN: https://protectli.com/kb/pppoe-and-opnsense/