Hi, On Tue, 1 Mar 2016 17:32:22 +0100 Claer <cl...@claer.hammock.fr> wrote: > I asked a friend, Mathieu Papineau, to help me with an issue I have with > npppd.
Thank you for the diffs. I already commited the fix of the path. > For a project here, I thought building multitenancy firewall with rdomain > support. For remote access, I wanted to use npppd to be able to authenticate > users in different domains in their respective domains using RADIUS. > > After some infructuous tests, it appears that npppd wasn't designed to support > rdomains. Mathieu developed the following patches to support the > functionnality I wished. Actually, due to the current limitation, it only > works with tun devices. The pppx driver does not support rdomain ioctls yet. I alos would like to add rdomain support to npppd. Having rdomain on tunnel interface doesn't seem to solve pppx case. Also people may want to configure the rdomain as an user attribute. I think rdomain in pipex_session_req will be used for these purpose. Also "pool-address" in IPCP configuration should have rdomain. The diffs don't seem to take care about this yet. --yasuoka