Re: masqdialer

1998-10-11 Thread john
Christopher J. Morrone writes: > I don't want random packets causing my modem to dial out. :) Then you'll like diald: it has elaborate, configurable filtering rules to prevent just that. -- John Hasler [EMAIL PROTECTED] (John Hasler) Dancing Horse Hill Elmwood, WI

Re: masqdialer

1998-10-11 Thread Christopher J. Morrone
On Mon, 28 Sep 1998, Stephen A. Witt wrote: > On Mon, 28 Sep 1998, Christopher J. Morrone wrote: > > > > > Has anyone gotten masqdialer to work with a Debian dist? I currently have > > a debian box set up to do IP masquerading, and I use the Debian pon and > > poff to start and stop the PPP dia

Re: masqdialer

1998-09-28 Thread Stephen A. Witt
On Mon, 28 Sep 1998, Christopher J. Morrone wrote: > > Has anyone gotten masqdialer to work with a Debian dist? I currently have > a debian box set up to do IP masquerading, and I use the Debian pon and > poff to start and stop the PPP dial-up connection. > > First of all, is there an easy way

Re: masqdialer

1998-09-28 Thread Martin Bialasinski
>> "CJM" == Christopher J Morrone <[EMAIL PROTECTED]> writes: CJM> First of all, is there an easy way to make pon and poff executable by CJM> everyone? (Or maybe only certain people?) Add the user to group dip and dialout. adduser theuser dip adduser theuser dialout Ciao, Martin