Hey there,

After installing barry's packages on my Ubuntu 8.10 and running pppob
successfully, I'm stuck with the task of creating my chatscript and peer
files. Here are my files so far, and at the bottom is my pppd output. Any
help is welcome.

r...@virus:~# cat /etc/chatscripts/barry-tim.chat
ABORT BUSY ABORT 'NO CARRIER' ABORT VOICE ABORT 'NO DIALTONE' ABORT 'NO DIAL
TONE' ABORT 'NO ANSWER' ABORT DELAYED ABORT ERROR
SAY "Initializing\n"
'' ATZ
OK-AT-OK ATDT*99***1#
CONNECT \d\c
r...@virus:~# cat /etc/ppp/peers/barry-tim
connect "/usr/sbin/chat -f /etc/chatscripts/barry-tim.chat"

noauth
user tim
password tim
name tim

defaultroute
usepeerdns

#
# disable unsupported options
#
noipdefault
nodetach
novj
nodeflate
nobsdcomp
noaccomp
#default-asyncmap
nocrtscts
nopcomp
nomagic

passive

ipcp-restart 7
ipcp-accept-local
ipcp-accept-remote
lcp-echo-interval 0
lcp-echo-failure 999


mtu 1492

debug debug debug

pty "/usr/sbin/pppob"



r...@virus:~# pppd call barry-tim
Initializing
Serial connection established.
using channel 6
Using interface ppp0
Connect: ppp0 <--> /dev/pts/2
sent [LCP ConfReq id=0x1 <asyncmap 0x0>]
rcvd [LCP ConfReq id=0x0 <asyncmap 0x0> <auth chap MD5>]
sent [LCP ConfAck id=0x0 <asyncmap 0x0> <auth chap MD5>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0>]
rcvd [CHAP Challenge id=0x1 <00>, name = ""]
sent [CHAP Response id=0x1 <05fd486372559c69b313c375d94e4997>, name = "tim"]
------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to