Is there any simple dialer (except phdialer) for isp dialing

Hi,
My embedded system has simple dialer and mailer in it and should work on
event driven basis…But my system doesn’t have photon and hence phdialer
can’t be used …So I had selected pppd with chat for dialing a remote pc
…But I am able to dial but i could not autenticate through PAP …I will
list my procedure can some one help me …Am i using a useful(less)
procedure
(Finally I want to dial ISP using PPPD/chat and I should start ppp interface
as i do in phdialer) …I can’t use qtalk for pap auth.

This is my procedure :
pppd connect ‘chat -f /etc/dial_isp’

where in my /etc/options file i have
/dev/ser1 56700 debug modem crtscts auth +pap -chap

in my /etc/pap-secrets file i have
"userid * “password” *

in my /etc/dial_isp file i have
“” “at”
ok “ATDT172222”

My isp has PAP verification… And my log files say that i am sucessfully
dialing but i could not clear authentication …
Can some one having previous experience help me…

Regards
Mani

“Manigandan Varadharajan” <vm@myw.ltindia.com> wrote in
news:a3vlbs$pvj$1@inn.qnx.com:

This is my procedure :
pppd connect ‘chat -f /etc/dial_isp’

where in my /etc/options file i have
/dev/ser1 56700 debug modem crtscts auth +pap -chap

in my /etc/pap-secrets file i have
"userid * “password” *

in my /etc/dial_isp file i have
“” “at”
ok “ATDT172222”

My isp has PAP verification… And my log files say that i am
sucessfully dialing but i could not clear authentication …
Can some one having previous experience help me…

Make sure you’re running syslogd - check your log file after the failure to
get more information (or post it) on why the failure might be occuring.

\

Cheers,
Adam

QNX Software Systems Ltd.
[ amallory@qnx.com ]

With a PC, I always felt limited by the software available.
On Unix, I am limited only by my knowledge.
–Peter J. Schoenster <pschon@baste.magibox.net>

Fix me if I’m wrong, but looks like fixed version of pppd from
developers.qnx.com solves this prob.
http://developers.qnx.com/Fixes/Software/pppd.readme

Dmitry Alexeyev
dmi@qnx.org.ru

Manigandan Varadharajan wrote:

Hi,
My embedded system has simple dialer and mailer in it and should work on
event driven basis…But my system doesn’t have photon and hence phdialer
can’t be used …So I had selected pppd with chat for dialing a remote pc
…But I am able to dial but i could not autenticate through PAP …I will
list my procedure can some one help me …Am i using a useful(less)
procedure
(Finally I want to dial ISP using PPPD/chat and I should start ppp interface
as i do in phdialer) …I can’t use qtalk for pap auth.

This is my procedure :
pppd connect ‘chat -f /etc/dial_isp’

where in my /etc/options file i have
/dev/ser1 56700 debug modem crtscts auth +pap -chap

in my /etc/pap-secrets file i have
"userid * “password” *

in my /etc/dial_isp file i have
“” “at”
ok “ATDT172222”

My isp has PAP verification… And my log files say that i am sucessfully
dialing but i could not clear authentication …
Can some one having previous experience help me…

Regards
Mani

Hi,
Log message from syslogd (PPPD)

Feb 13 00:00:22 nto pppd[3227686-1]: pppd 2.3.11 started by root, uid 0
Feb 13 00:00:23 nto chat[3235879-1]: send (atdt0172222^M)
Feb 13 00:00:23 nto chat[3235879-1]: expect (connect)
Feb 13 00:00:51 nto chat[3235879-1]: atdt0172222^M^M
Feb 13 00:00:52 nto chat[3235879-1]: CONNECT 57600^M
Feb 13 00:00:52 nto chat[3235879-1]: ^M
Feb 13 00:00:52 nto chat[3235879-1]: ^M
Feb 13 00:00:52 nto chat[3235879-1]: User Access Verification^M
Feb 13 00:00:52 nto chat[3235879-1]: ^M
Feb 13 00:01:08 nto chat[3235879-1]: alarm
Feb 13 00:01:08 nto chat[3235879-1]: Failed
Feb 13 00:01:08 nto pppd[3227686-1]: Connect script failed
Feb 13 00:01:09 nto pppd[3227686-1]: Exit.

thankyou
Manigandan.V

“Adam Mallory” <amallory@qnx.com> wrote in message
news:Xns91AF6CF79C138amalloryqnxcom@209.226.137.4

“Manigandan Varadharajan” <> vm@myw.ltindia.com> > wrote in
news:a3vlbs$pvj$> 1@inn.qnx.com> :

This is my procedure :
pppd connect ‘chat -f /etc/dial_isp’

where in my /etc/options file i have
/dev/ser1 56700 debug modem crtscts auth +pap -chap

in my /etc/pap-secrets file i have
"userid * “password” *

in my /etc/dial_isp file i have
“” “at”
ok “ATDT172222”

My isp has PAP verification… And my log files say that i am
sucessfully dialing but i could not clear authentication …
Can some one having previous experience help me…

Make sure you’re running syslogd - check your log file after the failure
to
get more information (or post it) on why the failure might be occuring.

\

Cheers,
Adam

QNX Software Systems Ltd.
[ > amallory@qnx.com > ]

With a PC, I always felt limited by the software available.
On Unix, I am limited only by my knowledge.
–Peter J. Schoenster <> pschon@baste.magibox.net