> 
> I recently got my PPP Connection working on an HP Omnibook with a PC
> Card modem.  The connection works fine and everything but I don't know
> how to hang up correctly. Right now to connect I say:
> 
> exec pppd connect 'chat -f -v /etc/ppp/chatscript' ..... /dev/modem
> 57600
> 
> This connection is fine but I don't know how to hang up the connection
> when I am finished with it.
> 
> something like "pppd disconnect 'chat -f -v /etc/ppp/chatscriptoff'
> ....." ?
> 
> Also this leads to another question if I have a special init string for
> the modem where do I put that when dialing in the chatscript or is there
> a better place in the to do this?
> 
> 
> Finally, how can I set it up so that the connect is started at boot up?
> Before log in if possible, or after root log in if necessary?
> 
> Thanks,
> Michael Stearne
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-net" in
> the body of a message to [EMAIL PROTECTED]
> 


I don't know if this would be the correct way to do this, but hey it works
in a half assed way.

to kill my connect I just type 'killall pppd' at the command line, it
kills my connect and I hear the modem 'click' shut

For you init string, I don't know.

As for starting your connect at boot time, before anyone logs in, put the
command in a script, then call it from /etc/rc.d/rc.local in slackware.
In suse 5.3 just put the script in /etc/rc.d/rc.runlevel, where runlevel
is your run level.

It will work, but you might want to run it by a local guru to see if there
is a better way.

Hope that helps,

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to