Hi all,
I am having a problem getting my dial-up account to work from my Linux
(Redhat 6.1) box. I have just installed an ActionTec modem (advertised to
work with Linux) and got all the scripts set up to dial my ISP. I even get
to the point of seeing that ppp0 is connected to /dev/ttyS2.
However, after about 60 seconds (the TIMEOUT specified in
/etc/ppp/ppp-on-dialer), my modem hangs up with a message about LCP timeout
on sending the Config-Requests.
I even modified the ppp-on-dialer script to contain "noauth", thinking that
my modem was expecting PAP or CHAP authentication - no luck - it still times
out on the Config-Requests.
I also verified that kerneld is running (saw that in a PPP document on the
web).
I am including the outputs/contents of several items that I thought would be
necessary. Any help would be appreciated. I can provide more information
if necessary. (such as the ppp-on and ppp-on-dialer contents)
Please be sure to include my home e-mail on your response - I don't get to
check the newsgroups too often.
Thanks,
--Paul
#one-time output of /var/log/messages
Dec 18 23:12:32 mantis pppd[659]: Using interface ppp0
Dec 18 23:12:32 mantis pppd[659]: Connect: ppp0 <--> /dev/ttyS2
Dec 18 23:13:07 mantis pppd[659]: Hangup (SIGHUP)
Dec 18 23:13:07 mantis pppd[659]: Modem hangup
Dec 18 23:13:07 mantis pppd[659]: Connection terminated.
Dec 18 23:13:08 mantis pppd[659]: Exit.
#normal output of /var/log/messages
Dec 18 23:20:53 mantis pppd[595]: Using interface ppp0
Dec 18 23:20:53 mantis pppd[595]: Connect: ppp0 <--> /dev/ttyS2
Dec 18 23:21:27 mantis pppd[595]: LCP: timeout sending Config-Requests
Dec 18 23:21:27 mantis pppd[595]: Connection terminated.
Dec 18 23:21:28 mantis pppd[595]: Exit.
#ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
#route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
/etc/hosts
127.0.0.1 localhost.localdomain localhost
127.1.1.1 mantis.yt.com mantis #my machine
/etc/resolv.conf
search yt.com
nameserver 216.40.128.140
nameserver 216.40.128.141
#output of telnet to my ISP results in:
tir.com: Host name lookup failure.
--
Casey and Paul Young