On Fri, 2003-04-04 at 12:58, babar haq wrote: > i am trying to access internet through my pbx telephone line. we have to dial 0 b4 > accessing the outside world. i just add a 0 in the begining of the isp dial up no. > this method is working fine with the windows but with linux i am not being able to > connect. i am using kppp to create the internet connection. > here is the dump of /var/log/ppplog > i created this for the debug purpose > > Apr 4 14:56:20 localhost modprobe: modprobe: Can't locate module ppp0 > Apr 4 14:56:20 localhost modprobe: modprobe: Can't locate module ppp0 > Apr 4 14:56:20 localhost pppd[3033]: pppd 2.4.1 started by dialout, uid 0 > Apr 4 14:56:20 localhost pppd[3033]: using channel 5 > Apr 4 14:56:20 localhost pppd[3033]: Using interface ppp0 > Apr 4 14:56:20 localhost pppd[3033]: Connect: ppp0 <--> /dev/ttyS0 > Apr 4 14:56:20 localhost pppd[3033]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <auth > pap> <magic 0x13b064a5> <pcomp> <accomp>] > Apr 4 14:56:47 localhost last message repeated 9 times > Apr 4 14:56:50 localhost pppd[3033]: Terminating on signal 15. > Apr 4 14:56:50 localhost pppd[3033]: sent [LCP TermReq id=0x2 "User request"] > Apr 4 14:56:53 localhost pppd[3033]: sent [LCP TermReq id=0x3 "User request"] > Apr 4 14:56:56 localhost pppd[3033]: Connection terminated. > Apr 4 14:56:56 localhost pppd[3033]: Exit. > > --
hi babar, these lcp messages are probably the result of a bad username/password combination. -verify that your provider is supporting pap -verify that /etc/ppp/pap-secrets and /etc/ppp.chap-secrets are double verified -try adding the following to your /etc/modules/conf alias /dev/ppp ppp_generic alias char-major-108 ppp_generic alias tty-ldisc-3 ppp_async alias tty-ldisc-14 ppp_synctty alias ppp-compress-21 bsd_comp alias ppp-compress-24 ppp_deflate alias ppp-compress-26 ppp_deflate these lines should your lcp properly negotiate compression ... and try it again! cheers christopher cuse -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list