Subject: Re: More than 1 pppd running
To: Mark Murdock <fee@tetranet.net>
From: Bill Studenmund <wrstuden@loki.stanford.edu>
List: port-mac68k
Date: 03/01/1997 21:21:05
> 
> I'm trying to get two ppp connections running simultaneously.. one
> on my printer port to the Mac Machine next to me, and one through
> my modem port to an ISP.  I'm doing this so I can get machines on
> my internal network internet access.  Problem is, it seems like
> once I get one pppd connection going on one of the ports, I can
> never get another.  If I ppp-up and the modem connects, and then
> I try:
> pppd /dev/tty01 28800 passive x.x.x.x:x.x.x.x ..etc ..etc
> 
> It just hangs after the command.
> 
> Same is true if I establish the printer port connection first,
> then try the ppp-up.

So no matter which one you do first, when you do the second, it hangs?
Weird.

What kernel are you using? Did you do the config your self? 1.2 kernels
default to supporting two ppp sessions at once. I've also done it, though
I don't start ppp with the above command. I have seperate options files
for the printer port and the modem port pppd's. Oh, check /etc/pppd/options
as there might be an option (like default route) which should only be
used by one of the daemons.

Take care,

Bill