On Mon, Apr 05, 1999 at 02:14:37PM -0500, John Hasler wrote: > I'm assuming that you have multiple users dialing into a single provider > account. Change 'pon' from > > /usr/sbin/pppd call ${1:-provider} > > to > > /usr/sbin/pppd call ${1:-provider} ipparam $USER > > and have the behavior of the scripts in /etc/ppp/ip-up.d depend on the > value of $6 .
Ahhh...that's something I was missing. The manpage explains it nicely. Thanks for bringing it to my attention! Robbie