On Mon, 1 Dec 2014 11:38:31 -0500 trondd <[email protected]> wrote: > I had this set up for an Android and an OSX client. Ignore the networks > part and configure the connections for the end points. I took the npppd > assigned IPs out of my DHCP range.
I think I misunderstood your question. You want to make two clients be connected in the same network by PPP links. right? > My problems, though: > Needed a specific npppd config for each client. Username, assigned IP, > whatever else goes along with it. > I could only get one device talking at a time. I think this was because > npppd had the pppx0 interface hard coded in the config and the second > device tried to create pppx1. Though it's not related with your question, npppd can use tun0, instead of pppx, which handles multiple PPP sessions at the same time. --yasuoka

