David Wright wrote: > > Quoting acop ([EMAIL PROTECTED]): > [much snipped] > > Jan 27 15:47:17 HQ pppd[209]: local IP address 134.99.138.64 > > Jan 27 15:47:17 HQ pppd[209]: remote IP address 195.158.131.195 > > Jan 27 15:48:19 HQ pppd[209]: Hangup (SIGHUP) > > Jan 27 15:48:19 HQ pppd[209]: Modem hangup > > Jan 27 15:48:19 HQ pppd[209]: Connection terminated. > > Jan 27 15:48:19 HQ pppd[209]: Exit. > > > > --my 'options' : > > > > connect '/usr/sbin/chat -v -f /etc/ppp/ppp.chat' > > /dev/modem > > 115200 > > defaultroute > > noipdefault > > debug > > crtscts > > lock > > modem > > user ######### > > > > --my 'ppp.up' : (to start the connection) > > > > localip=0.0.0.0 > > remoteip= > > device=/dev/modem > > pppflags="115200 modem debug defaultroute" > > /usr/sbin/pppd lock connect \ > > '/usr/sbin/chat -v -f /etc/ppp/ppp.chat' \ > > $device $pppflags $localip:$remoteip > > > > The Problem is that the first established connection is o.k. but when I > > kill the > > pppd and try to establish another one it stops after some seconds with > > the > > messages as shown above. > > [snip - Sorry don't have the original post to respond to]
Does 'noauth' in the options file help? P.S. why do you have a customized ppp process? Why not use pppconfig, using the pon/poff scripts with the etc/chatscripts/provider, and /etc/ppp/peers/provider files? All of this is the 'official' Debian ppp setup. I believe this is available in hamm and slink. For me, pppconfig worked like a charm. -- Ed C.