Hi folks, I’m thinking of building a PPPoE container for my HAP-ax3 so I can replicate this solution to allow a slightly weird VOIP service to work. More detail at the link, but the essence is the Host-Uniq tag from an incoming PADI message needs to be replicated into the message sent to the WAN, and the returned PPPoE Session ID (from the WAN) similarly needs to be copied back to the VOIP device.
Before I dive into building an rp-pppoe container, does anyone have any thoughts on how the PPPoE server, running in the container, can pass the Host-Uniq value to the main router image, and signal the pppoe-client to renegotiate its session? Similarly in the other direction, when the new session ID is received by the router, this needs to be passed to the PPPoE server for onward transmission to the VOIP device. Obviously the whole point of containers is to isolate things! Or, does anyone have any other thoughts about ways to achieve what I’m trying to do?