Matthew Whiting wrote: > Okay, from /var/log/syslog: > > Feb 24 13:27:42 localhost kernel: [4300481.877000] PPP generic driver > version 2.4.2 > Feb 24 13:27:42 localhost pppd[9069]: pppd 2.4.3 started by matthew, uid 1000 > Feb 24 13:27:42 localhost pppd[9069]: Using interface ppp0 > Feb 24 13:27:42 localhost pppd[9069]: Connect: ppp0 <--> /dev/ttyLTM0 > Feb 24 13:27:44 localhost pppd[9069]: Modem hangup > Feb 24 13:27:44 localhost pppd[9069]: Connection terminated. > Feb 24 13:27:44 localhost pppd[9069]: Exit. > > So, yep, two seconds and it disconnects. That's all I can come up with > from the logs. > > Cheers > Matt > >> On my distro ppp logs to various files depending on the type of output in; >> >> /var/log/daemons/ >> >> Cheers Ross Drummond >> >> On Fri, 24 Feb 2006 09:49, Nick Rout wrote: >>> somewhere in /var/log i would think. >>> >>> if you can't find it quickly run: >>> >>> cd /var/log >>> grep ppp * -r >>> >>> and you should find ppp's logs. >>>
Matt, here is my /etc/ppp/options, this was given me by a kindly Telstra tech some years ago to deal with problems I had connecting. give it a try. ==== cut here ==== lock noauth defaultroute ipcp-max-configure 65 ipcp-accept-local ipcp-accept-remote idle 600 ==== cut here ==== John
