dfskoll / rp-pppoe

Public repository for RP-PPPoE PPPoE client and server software
https://dianne.skoll.ca/projects/rp-pppoe/
47 stars 15 forks source link

Two problems. #6

Closed pikersky closed 2 years ago

pikersky commented 2 years ago

Hi

  1. How to prevent duplicated sessions ?
  2. It is possible to force client MTU ?

:)

dfskoll commented 2 years ago

1) The PPPoE server has no way to detect duplicated sessions; this needs to be done at the PPP authentication level, maybe using RADIUS or something similar.

2) Again, MTU/MRU negotiation is done at the PPP level, not by the PPPoE client or server. Check the pppd man page.