LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   dial up ppp to my isp (https://www.linuxquestions.org/questions/linux-newbie-8/dial-up-ppp-to-my-isp-174370/)

nazzymac 04-25-2004 09:27 AM

dial up ppp to my isp
 
i am using redhat enterprise linux and i tried to coonfigure ppp to dial up

i got m y modem to dial and attempted to login but i keep getting



** Anngel.com Terminal Server **


System Password:

System Password:

System Password:


its not prompting me for username & pass

here is a copy of the logs



Jan 1 18:58:26 nazzy pppd[1412]: pppd 2.4.1 started by root, uid 0
Jan 1 18:58:26 nazzy chat[1413]: timeout set to 3 seconds
Jan 1 18:58:26 nazzy chat[1413]: abort on (\nBUSY\r)
Jan 1 18:58:26 nazzy chat[1413]: abort on (\nNO ANSWER\r)
Jan 1 18:58:26 nazzy chat[1413]: abort on (\nRINGING\r\n\r\nRINGING\r)
Jan 1 18:58:26 nazzy chat[1413]: send (rAT^M)
Jan 1 18:58:26 nazzy chat[1413]: expect (OK)
Jan 1 18:58:26 nazzy chat[1413]: rAT^M^M
Jan 1 18:58:26 nazzy chat[1413]: OK
Jan 1 18:58:26 nazzy chat[1413]: -- got it
Jan 1 18:58:26 nazzy chat[1413]: send (ATH0^M)
Jan 1 18:58:26 nazzy chat[1413]: timeout set to 30 seconds
Jan 1 18:58:26 nazzy chat[1413]: expect (OK)
Jan 1 18:58:26 nazzy chat[1413]: ^M
Jan 1 18:58:27 nazzy chat[1413]: ATH0^M^M
Jan 1 18:58:27 nazzy chat[1413]: OK
Jan 1 18:58:27 nazzy chat[1413]: -- got it
Jan 1 18:58:27 nazzy chat[1413]: send (ATDT968-2211^M)
Jan 1 18:58:27 nazzy chat[1413]: expect (CONNECT)
Jan 1 18:58:27 nazzy chat[1413]: ^M
Jan 1 18:58:54 nazzy chat[1413]: ATDT968-2211^M^M
Jan 1 18:58:54 nazzy chat[1413]: CONNECT
Jan 1 18:58:54 nazzy chat[1413]: -- got it
Jan 1 18:58:54 nazzy chat[1413]: send (^M)
Jan 1 18:58:54 nazzy chat[1413]: expect (ogin:)
Jan 1 18:58:54 nazzy chat[1413]: 24000/ARQ/V34/LAPM/V42BIS^M
Jan 1 18:58:54 nazzy chat[1413]: ^M
Jan 1 18:58:54 nazzy chat[1413]:
Jan 1 18:58:54 nazzy last message repeated 23 times
Jan 1 18:58:54 nazzy chat[1413]: ** Anngel.com Terminal Server **^M
Jan 1 18:58:54 nazzy chat[1413]: ^M
Jan 1 18:58:54 nazzy chat[1413]: ^M
Jan 1 18:59:24 nazzy chat[1413]: alarm
Jan 1 18:59:24 nazzy chat[1413]: send (^M)
Jan 1 18:59:24 nazzy chat[1413]: expect (ogin:)
Jan 1 18:59:24 nazzy chat[1413]: ^M
Jan 1 18:59:24 nazzy chat[1413]: ^M
Jan 1 18:59:54 nazzy chat[1413]: alarm
Jan 1 18:59:54 nazzy chat[1413]: Failed
Jan 1 18:59:54 nazzy pppd[1412]: Connect script failed
Jan 1 18:59:54 nazzy pppd[1412]: Exit.
Jan 1 18:59:54 nazzy pppd[1411]: Connect script failed
Jan 1 18:59:55 nazzy pppd[1411]: Exit.

b0uncer 04-25-2004 10:11 AM

if you're ok with command-line apps, why don't you try out wvdial? it's simple yet working. I've used it almost always, because none of the others I've tried works.

so if you want to try, obtain wvdial and after installing it, do a

wvdialconf /etc/wvdial.conf

(I might not remember it correctly..if it's not wvdialconf, then it's wvdialconfig or something..you'll see). after doing this, open the /etc/wvdial.conf file with a text-editor and fill in the phone number and username etc. that's asked there and save it. then just run it like "wvdial &" (without quotes, as root I think unless you make it runnable by user/group) and wvdial should call to your isp and do things nicely and go to background :)


All times are GMT -5. The time now is 07:34 PM.