Suse/NovellThis Forum is for the discussion of Suse Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
After unsuccessfully trying to connect my dialup internet connection on a SUSE 10 box, I contacted my ISP for help. They kindly suggested that I disable this 'PAP' and 'CHAP' thing with/in pppd, as it conflicted with what ever they do over there.
How would I go about doing this? Is there another thread that I could be pointed to in order to assist me in my situation?
You could try navigating to the directory: /etc/ppp
Then open a text editor (probably as root) and open the file, 'options' which lies withis /etc/ppp
Go down line by line and look for:
# Don't agree to authenticate using PAP
# -pap
Remove the # sign in front of -pap.
Do the same thing for the CHAP line.
Although I'm not sure how a hand shake would occur between you and your ISP without some kind of protocol. Make sure
you back up your original 'options' file before making changes.
trailnut: those options do not exist in options. I searched line by line and using the find feature. They were simply not there.
Any other suggestions?
EDIT: By the way this is what happens:
linux:~ # cd /etc
linux:/etc # wvdial
--> WvDial: Internet dialer version 1.54.0
--> Initializing modem.
--> Sending: ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 S32=192
OK
--> Modem initialized.
--> Idle Seconds = 300, disabling automatic reconnect.
--> Sending: ATDT9738751523
--> Waiting for carrier.
ATDT9738751523
NO CARRIER
--> No Carrier! Trying again.
--> Sending: ATDT9738751523
--> Waiting for carrier.
ATDT9738751523
NO DIAL TONE
--> No dial tone.
--> Disconnecting at Thu Nov 10 11:25:10 2005
linux:/etc #
Last edited by mkIIIman089; 11-10-2005 at 10:38 AM.
I seem to remember something having to do with a "noauth" command in KPPP. I'm not at home yet but if you could post the wvdial.conf file that may help. When I get back to my Linux box tonight I may be able to offer more suggestions.
the PAP or CHAP authentication (whichever you're using) is not the problem here. CHAP authentication takes place between you (the client) and your ISP (the server), but ONLY AFTER the connection has been made. Looking at your logs, it seems that a connection has not been made. Therefore, you might want to try reconfiguring ppp. Most dialers (e.g. qinternet, kinternet) let you do this. I am pretty sure too that qinternet and the like are also a frontend to ppp and wvdial. Make sure that all the information in wvdial is correct, otherwise you wont connect.
hmm... okay. I am continuously hearing about KInternet, however I don't even know how to get into it. Could you point me in the right direction on how to use/get to KInternet?
hi there. Your using SuSE 10 with KDE or GNOME presumably. The options you have accordingly are QInternet for GNOME and KInternet for KDE. These are frontends to pppd and wvdial (I think). They do allow you a fair amount of configuration at the start.
Sorry I had to run.. It should be in the apps menu.. On suse, it may be in the additional suse menu on the bottom of the drag-down menu.. Either way it's in Internet-Dialers 9or something). Your script looks ok. Why not use Yast2 to configure your dialer, it's much easier
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.