Re: Callback ppp

2002-11-18 Thread Vittorio
Alexey Chetroi [debian-user] <17/11/02 12:02 +0200>: > On Sun, Nov 17, 2002 at 12:01:23AM +, Vittorio wrote: > > Alexey Chetroi [debian-user] <15/11/02 10:21 +0200>: > > > On Thu, Nov 14, 2002 at 05:45:16PM +, Vittorio wrote: > > > > > > > > At work they've installed a callback RAS. > > >

Re: Callback ppp

2002-11-17 Thread Alexey Chetroi
On Sun, Nov 17, 2002 at 12:01:23AM +, Vittorio wrote: > Alexey Chetroi [debian-user] <15/11/02 10:21 +0200>: > > On Thu, Nov 14, 2002 at 05:45:16PM +, Vittorio wrote: > > > > > > At work they've installed a callback RAS. > > > > > > I've read the PPP documentation and had a look at the c

Re: Callback ppp

2002-11-16 Thread Vittorio
Alexey Chetroi [debian-user] <15/11/02 10:21 +0200>: > On Thu, Nov 14, 2002 at 05:45:16PM +, Vittorio wrote: > > > > At work they've installed a callback RAS. > > > > I've read the PPP documentation and had a look at the callback scripts > > that are far from being intuitive and easy to use.

Re: Callback ppp

2002-11-15 Thread Alexey Chetroi
On Thu, Nov 14, 2002 at 05:45:16PM +, Vittorio wrote: > > At work they've installed a callback RAS. > > I've read the PPP documentation and had a look at the callback scripts > that are far from being intuitive and easy to use. > > Is there > > EITHER > > any ready-to-use deb program abl

RE: Callback HOWTO ?

2000-05-25 Thread Moore, Paul
Oliver Schoenknecht wrote: > Hi there, > > I am urgently searching any documentation regarding the creation > of a callback server and the client fitting to this... Do > you know any location where I may obtain this documentation > / HOWTO ? There's a callback mini HOWTO at the Linux Documentat

Re: Callback HOWTO ?

2000-05-24 Thread Viktor Rosenfeld
Viktor Rosenfeld wrote: > There was an article in the computer magazin c't (judging from your > address, you do speak German) a while back. It was titled "Bei Anruf > Linux", and I saved it for further reading. I'm not at home right now, > but I could OCR the text and send it to you. Okay, I'm

Re: Callback HOWTO ?

2000-05-24 Thread Viktor Rosenfeld
Oliver Schoenknecht wrote: > Hi there, > > I am urgently searching any documentation regarding the creation > of a callback server and the client fitting to this... Do you know any > location where I may obtain this documentation / HOWTO ? There was an article in the computer magazin c't (judgin

Re: Callback

1999-09-30 Thread Jens B. Jorgensen
callback is generally accomplished through an extension to ppp. I don't think that the linux pppd daemon has support for this (at least not version 2.3.5 that I'm using). A quick look at the README on the upstream maintainer's site doesn't seem to indicate support for this either: ftp://cs.anu.

Re: Callback

1999-09-30 Thread David Wright
Quoting A. Barry ([EMAIL PROTECTED]): > Hi, I am a new converter to linux os, ending the misery of windows os. > I managed will till now to install debian linux and managed to have ppp > to > work fine for some connections. My main isp requires a callback > authentication > to connect, and I could

Re: Callback in mgetty

1997-08-20 Thread Mike
David Wright wrote: >Has anyone tried this out? I've obviously missed something. > >I use minicom on machine A to call B, then the modem hangs up, and B >starts to callback A, just as it should. > >My question is what program should I run on A to be able to login to B? >If I stay in minicom, it see

Re: Callback Internet Link

1996-10-29 Thread linh (l.) dang
"mike" == mike horansky <[EMAIL PROTECTED]> writes: mike> Stephen Pitts wrote: >> I created a setuid script that attempted to mount my cdrom. Running >> it as a user, the only error I got was that it couldn't modify >> mtab. So, I guess you were right and a script only runs >> semi-setui

CD mounts (was Re: Callback Internet Link)

1996-10-27 Thread David Frey
In message <[EMAIL PROTECTED]>, mike horansky writes: >Stephen Pitts wrote: > >> I created a setuid script that attempted to mount my cdrom. Running >> it as a user, the only error I got was that it couldn't modify >> mtab. So, I guess you were right and a script only runs >> semi-setuid. > >You m

Re: Callback Internet Link

1996-10-26 Thread Guy Maor
mike horansky <[EMAIL PROTECTED]> writes: > Stephen Pitts wrote: > > > I created a setuid script that attempted to mount my cdrom. > > You might want to use the "super" utility to run scripts that set uid > for you. For the specific case of mount, you can just add a user parameter to the option

Re: Callback Internet Link

1996-10-26 Thread mike horansky
Stephen Pitts wrote: > I created a setuid script that attempted to mount my cdrom. Running > it as a user, the only error I got was that it couldn't modify > mtab. So, I guess you were right and a script only runs > semi-setuid. You might want to use the "super" utility to run scripts that set ui

Re: Callback Internet Link

1996-10-26 Thread Stephen Pitts
Chris, I created a setuid script that attempted to mount my cdrom. Running it as a user, the only error I got was that it couldn't modify mtab. So, I guess you were right and a script only runs semi-setuid. But, because pppd can be run by users, all you have to do is make /etc/ppp/options world-r

Re: Callback Internet Link

1996-10-25 Thread Chris R. Martin
On Thu, 24 Oct 1996, Stephen Pitts wrote: > Luis, > Here's an idea: > Create a script that waits 5 or 10 seconds, then runs /etc/init.d/ppp > start, or whatever you use. Then add a new user and specify that script > for its shell. Make sure the script is setuid root. You might want to [snip] I w

Re: Callback Internet Link

1996-10-24 Thread Stephen Pitts
Luis, Here's an idea: Create a script that waits 5 or 10 seconds, then runs /etc/init.d/ppp start, or whatever you use. Then add a new user and specify that script for its shell. Make sure the script is setuid root. You might want to make the script logout, too, after it runs pppd. Hopefully, since