I have problems connecting to my ISP through Linux. When connecting to my ISP
under DOS/WINDOWS3.1 and OS/2, I am successful, but this is not the case with
Linux. Included is a sample of my chat script and options file as well as
debugging information. The problem seems like the ISP end is not sending
back acknowledgement of my LCP's configure requests. If anyone knows what I am
doing wrong or what I am missing, please help.
Thank you, Don
Example of my chat script.
pppd connect 'chat -v "" ATZ OK ATDT1234567 CONNECT "" ogin: my-login-name
assword:
my-password' debug noipdefault /dev/cua2 19200
Example of my options file.
-detach
modem
lock
crtscts
defaultroute
asyncmap 0
mtu 552
mru 552
Example of my resolv.conf.
domain my.ISP.com
nameserver 1.2.3.4
Debugging information.
Dec 9 12:53:32 fsdy pppd[291]: pppd 2.1.2 started by root, uid 0
Dec 9 12:53:32 fsdy pppd[291]: Connecting with <chat -v "" ATZ OK ATDT7771313
CONNECT
"" ogin: my-login-name assword: my-password>
Dec 9 12:53:33 fsdy chat[292]: send (ATZ^M)
Dec 9 12:53:33 fsdy chat[292]: expect (OK)
Dec 9 12:53:52 fsdy chat[292]: ATZ^M^M
Dec 9 12:53:52 fsdy chat[292]: OK -- got it
Dec 9 12:53:52 fsdy chat[292]: send (ATDT1234567^M)
Dec 9 12:53:52 fsdy chat[292]: expect (CONNECT)
Dec 9 12:53:52 fsdy chat[292]: ^M
Dec 9 12:54:22 fsdy chat[292]: ATDT1234567^M
Dec 9 12:54:22 fsdy chat[292]: CONNECT -- got it
Dec 9 12:54:22 fsdy chat[292]: send (^M)
Dec 9 12:54:22 fsdy chat[292]: expect (ogin:)
Dec 9 12:54:42 fsdy chat[292]: 14400/^M
Dec 9 12:54:42 fsdy chat[292]: login: -- got it
Dec 9 12:54:42 fsdy chat[292]: send (????^M)
Dec 9 12:54:42 fsdy chat[292]: expect (assword:)
Dec 9 12:55:02 fsdy chat[292]: ????^M
Dec 9 12:55:02 fsdy chat[292]: Password: -- got it
Dec 9 12:55:02 fsdy chat[292]: send (??????^M)
Dec 9 12:55:02 fsdy pppd[291]: Connected...
Dec 9 12:55:12 fsdy kernel: ppp: channel ppp0 mtu = 1500, mru = 1500
Dec 9 12:55:12 fsdy kernel: ppp: channel ppp0 open
Dec 9 12:55:12 fsdy pppd[291]: set kernel debugging level to 0
Dec 9 12:55:12 fsdy pppd[291]: Using interface ppp0
Dec 9 12:55:12 fsdy pppd[291]: Connect: ppp0 <--> /dev/cua2
Dec 9 12:55:12 fsdy pppd[291]: fsm_sdata(LCP): Sent code 1, id 1.
Dec 9 12:55:12 fsdy pppd[291]: LCP: sending Configure-Request, id 1
Dec 9 12:55:15 fsdy pppd[291]: fsm_sdata(LCP): Sent code 1, id 1.
Dec 9 12:55:15 fsdy pppd[291]: LCP: sending Configure-Request, id 1
Dec 9 12:55:18 fsdy pppd[291]: fsm_sdata(LCP): Sent code 1, id 1.
Dec 9 12:55:18 fsdy pppd[291]: LCP: sending Configure-Request, id 1
Dec 9 12:55:21 fsdy pppd[291]: fsm_sdata(LCP): Sent code 1, id 1.
Dec 9 12:55:21 fsdy pppd[291]: LCP: sending Configure-Request, id 1
Dec 9 12:55:24 fsdy pppd[291]: fsm_sdata(LCP): Sent code 1, id 1.
Dec 9 12:55:24 fsdy pppd[291]: LCP: sending Configure-Request, id 1
Dec 9 12:55:27 fsdy pppd[291]: fsm_sdata(LCP): Sent code 1, id 1.
Dec 9 12:55:27 fsdy pppd[291]: LCP: sending Configure-Request, id 1
Dec 9 12:55:30 fsdy pppd[291]: fsm_sdata(LCP): Sent code 1, id 1.
Dec 9 12:55:30 fsdy pppd[291]: LCP: sending Configure-Request, id 1
Dec 9 12:55:33 fsdy pppd[291]: fsm_sdata(LCP): Sent code 1, id 1.
Dec 9 12:55:33 fsdy pppd[291]: LCP: sending Configure-Request, id 1
Dec 9 12:55:36 fsdy pppd[291]: fsm_sdata(LCP): Sent code 1, id 1.
Dec 9 12:55:36 fsdy pppd[291]: LCP: sending Configure-Request, id 1
Dec 9 12:55:39 fsdy pppd[291]: fsm_sdata(LCP): Sent code 1, id 1.
Dec 9 12:55:39 fsdy pppd[291]: LCP: sending Configure-Request, id 1
Dec 9 12:55:42 fsdy pppd[291]: LCP: timeout sending Config-Requests
Dec 9 12:55:42 fsdy kernel: ppp_ioctl: set debug level 2, netpacket 0
Dec 9 12:55:42 fsdy pppd[291]: Connection terminated.
Dec 9 12:55:42 fsdy pppd[291]: set kernel debugging level to 2
Dec 9 12:55:52 fsdy kernel: ppp: channel ppp0 going down for IP packets!
Dec 9 12:55:52 fsdy kernel: ppp: channel ppp0 closing.
Dec 9 12:55:52 fsdy pppd[291]: Hangup (SIGHUP)
Dec 9 12:55:52 fsdy pppd[291]: ioctl(PPPIOCGDEBUG): I/O error
Dec 9 12:55:52 fsdy pppd[291]: ioctl(TIOCSETD): I/O error
Dec 9 12:55:52 fsdy pppd[291]: ioctl(TIOCNXCL): I/O error
Dec 9 12:55:52 fsdy pppd[291]: tcsetattr: I/O error
Dec 9 12:55:52 fsdy pppd[291]: Exit.