Muhammad Ashraf wrote: > Hi > > once again > > i added noauth in below statement but pppd dials but when i see on tigirs > machine(machine in ISP) there is no such user and after some processing > pppd failed > and stoped > > Script written is as > > DIALER_SCRIPT=/etc/ppp/ppp-on-dialer > > exec /usr/sbin/pppd debug /dev/ttyS1 9600 \ > $LOCAL_IP:$REMOTE_IP \ > defaultroute noauth connect $DIALER_SCRIPT > > help plz > > errors is now > > Aug 6 17:36:53 www1 chat[10672]: ~~^?}#@!}!C} )}!}$}&@}%}&}%1^]<}"}&} } } > } }1}$}&@}7}$} $}#}$@#}3})}#}(} }#})}%A}% > Aug 6 17:36:56 www1 chat[10672]: alarm > Aug 6 17:36:56 www1 chat[10672]: send (^M) > Aug 6 17:36:56 www1 chat[10672]: expect (ogin:) > Aug 6 17:37:08 www1 chat[10672]: ~^?}#@!}!D} )}!}$}&@}%}&}%1^]<}"}&} } } > } }1}$}&@}7}$} $}#}$@#}3})}#}(} }#})}%A#X~ > Aug 6 17:37:11 www1 chat[10672]: ~^?}#@!}!E} )}!}$}&@}%}&}%1^]<}"}&} } } > } }1}$}&@}7}$} $}#}$@#}3})}#}(} }#})}%A^YV~ > Aug 6 17:37:14 www1 chat[10672]: ~^?}#@!}!F} )}!}$}&@}%}&}%1^]<}"}&} } } > } }1}$}&@}7}$} $}#}$@#}3})}#}(} }#})}%AWD~ > Aug 6 17:37:17 www1 chat[10672]: ~^?}#@!}!G} )}!}$}&@}%}&}%1^]<}"}&} } } > } }1}$}&@}7}$} $}#}$@#}3})}#}(} }#})}%AmJ~ > Aug 6 17:37:20 www1 chat[10672]: ~^?}#@!}!H} )}!}$}&@}%}&}%1^]<}"}&} } } > } }1}$}&@}7}$} $}#}$@#}3})}#}(} }#})}%A^[}1 > Aug 6 17:37:23 www1 chat[10672]: ~~^?}#@!}!I} )}!}$}&@}%}&}%1^]<}"}&} } } > } }1}$}&@}7}$} $}#}$@#}3})}#}(} }#})}%A!} > Aug 6 17:37:26 www1 chat[10672]: alarm > Aug 6 17:37:26 www1 pppd[10671]: Connect script failed > Aug 6 17:37:26 www1 chat[10672]: warning: alarm synchronization problem > Aug 6 17:37:26 www1 chat[10672]: Failed > Aug 6 17:37:27 www1 pppd[10671]: Exit. > > ------------------------------------------------------------------------ > Name: 1.a.txt > 1.a.txt Type: Plain Text (TEXT/PLAIN) > Encoding: BASE64 ---------------------------------------------------------------------- I Agree with Michail, The problem appears to be in your chat script. - ppp-on-dialer Given my experience with chatscripts - it might pay to dial up your isp with minicom, Kppp or windows dialup in terminal mode . To see what your isp is sending. of contact your isp and ask if you need to send a username (name: , ogin:), password (word:) I us PAP and end my chatscript with CONNECT- i.e expect connect. The script receives connect then exits , ppp then starts. Have a look at Josh's linux site on the web- it will help
