[SuSE Linux] Note to dizzy
Rob, You have diald on, turn it off until you get ppp working. :-) Make sure your options file shows 0:0 instead of that ip you put in. the line in options for name should have your ispname not your isp password. Why did you say you had to recompile the kernel? Keep us posted. teve. here's my options file: Asimov:/etc/suseppp # cat blue-window.options # # /etc/suseppp # # Automatically generated by SuSEconfig on Tue Nov 17 20:06:14 CST 1998. # # PLEASE DO NOT EDIT THIS FILE! # # Change variables in /etc/rc.config instead # # /dev/modem 115200 crtscts lock name "stevep" noipdefault defaultroute 0:0 debug here's my chat file: Asimov:/etc/suseppp # cat blue-window.chat TIMEOUT 60 ABORT "NO CARRIER" ABORT BUSY ABORT "NO DIALTONE" ABORT ERROR "" +++ATZ OK ATDT7747100 CONNECT ------------------------------------ Steve Pauly (281) 496-8041 Global Marine Drilling Co. stevep@linux-shell.net steve.pauly@glm.com gmdcman@mindspring.com - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Steve Pauly wrote:
Rob, You have diald on, turn it off until you get ppp working. :-)
Make sure your options file shows 0:0 instead of that ip you put in.
done
the line in options for name should have your ispname not your isp password.
done
Why did you say you had to recompile the kernel?
according to the manual pg 268 17.2.1 "the kernel needs to support TCP/IP and PPP. If you compile a kernel make sure it does" I see that as 2 seperate sentences denoted by the . "if you want to make use of diald make sure you have slip supported kernel" So instead of assuming the kernel was ok, I made sure. It dosent say.... "this kernel supports ppp as it is" or here is how to check if ppp is workiing on the system Heres a little history I reinstalled, tried to set up with yast, diddnt work, so I then did the kernel and tinkered with it *much* before posting here. On the last install, it would dial up to the isp but couldnt ping the isp saw the connection but was baffeled as was I. Im off to work and have some appointments tonight but I will continue thanks rob - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Steve Pauly wrote:
Rob, You have diald on, turn it off until you get ppp working. :-)
Make sure your options file shows 0:0 instead of that ip you put in.
ok that diddnt work for me. I gotta "host unknown" from the ppp-up generic here is my /etc/suseppp/generic.options that worked for me ========= # # /etc/suseppp # # Automatically generated by SuSEconfig on Sun Nov 22 22:44:21 GMT 1998. # # PLEASE DO NOT EDIT THIS FILE! # # Change variables in /etc/rc.config instead # # name "my_USERNAME" noipdefault remotename connix.com debug ========================= and here is the /etc/suseppp/generic.chat (interesting note here.... notice the \d in line OK \dATDT I found that @ suses site descrbing a similar problem I added it \d and wallah!) also, removed the " " after CONNECT as suggested by Steve TIMEOUT 60 ABORT "NO CARRIER" ABORT BUSY ABORT "NO DIALTONE" ABORT ERROR "" +++ATZ OK \dATDT123-4567 CONNECT ================================go to end for final result ;-) (Steves options below)
here's my options file: Asimov:/etc/suseppp # cat blue-window.options # # /etc/suseppp # # Automatically generated by SuSEconfig on Tue Nov 17 20:06:14 CST 1998. # # PLEASE DO NOT EDIT THIS FILE! # # Change variables in /etc/rc.config instead # # /dev/modem 115200 crtscts lock name "stevep" noipdefault defaultroute 0:0 debug
here's my chat file: (Steves)
Asimov:/etc/suseppp # cat blue-window.chat TIMEOUT 60 ABORT "NO CARRIER" ABORT BUSY ABORT "NO DIALTONE" ABORT ERROR "" +++ATZ OK ATDT7747100 CONNECT
drumm roll please.......... Nov 23 21:18:24 dizzy kernel: PPP line discipline registered. Nov 23 21:18:24 dizzy kernel: registered device ppp0 Nov 23 21:18:28 dizzy pppd[1329]: pppd 2.2.0 started by root, uid 0 Nov 23 21:18:55 dizzy pppd[1329]: Serial connection established. Nov 23 21:18:56 dizzy pppd[1329]: Using interface ppp0 Nov 23 21:18:56 dizzy pppd[1329]: Connect: ppp0 <--> /dev/ttyS1 Nov 23 21:18:56 dizzy pppd[1329]: sent [LCP ConfReq id=0x1 <mru 1500> <asyncmap 0x0> <magic 0x135d5e11> <pcomp> <accomp>] Nov 23 21:18:59 dizzy pppd[1329]: rcvd [LCP ConfReq id=0x46 <asyncmap 0xa0000> <auth pap> <magic 0xe349d628> <pcomp> <accomp> < 11 04 05 f4> < 13 0a 01 63 74 73 74 61 63 6b>] Nov 23 21:18:59 dizzy pppd[1329]: sent [LCP ConfRej id=0x46 < 11 04 05 f4> < 13 0a 01 63 74 73 74 61 63 6b>] Nov 23 21:18:59 dizzy pppd[1329]: rcvd [LCP ConfReq id=0x47 <asyncmap 0xa0000> <auth pap> <magic 0xe349d628> <pcomp> <accomp>] Nov 23 21:18:59 dizzy pppd[1329]: sent [LCP ConfAck id=0x47 <asyncmap 0xa0000> <auth pap> <magic 0xe349d628> <pcomp> <accomp>] Nov 23 21:18:59 dizzy pppd[1329]: sent [LCP ConfReq id=0x1 <mru 1500> <asyncmap 0x0> <magic 0x135d5e11> <pcomp> <accomp>] Nov 23 21:19:02 dizzy pppd[1329]: sent [LCP ConfReq id=0x1 <mru 1500> <asyncmap 0x0> <magic 0x135d5e11> <pcomp> <accomp>] Nov 23 21:19:02 dizzy pppd[1329]: rcvd [LCP ConfReq id=0x48 <asyncmap 0xa0000> <auth pap> <magic 0xe349e39e> <pcomp> <accomp> < 11 04 05 f4> < 13 0a 01 63 74 73 74 61 63 6b>] Nov 23 21:19:02 dizzy pppd[1329]: sent [LCP ConfRej id=0x48 < 11 04 05 f4> < 13 0a 01 63 74 73 74 61 63 6b>] Nov 23 21:19:02 dizzy pppd[1329]: rcvd [LCP ConfAck id=0x1 <mru 1500> <asyncmap 0x0> <magic 0x135d5e11> <pcomp> <accomp>] Nov 23 21:19:02 dizzy pppd[1329]: rcvd [LCP ConfReq id=0x49 <asyncmap 0xa0000> <auth pap> <magic 0xe349e39e> <pcomp> <accomp>] Nov 23 21:19:02 dizzy pppd[1329]: sent [LCP ConfAck id=0x49 <asyncmap 0xa0000> <auth pap> <magic 0xe349e39e> <pcomp> <accomp>] Nov 23 21:19:02 dizzy pppd[1329]: sent [PAP AuthReq id=0x1 user="Preefkee" password="lAfUBOpi"] Nov 23 21:19:03 dizzy pppd[1329]: rcvd [PAP AuthAck id=0x1msg=""] Nov 23 21:19:03 dizzy pppd[1329]: Remote message: Nov 23 21:19:03 dizzy pppd[1329]: sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <compress VJ 0f 01>] Nov 23 21:19:03 dizzy pppd[1329]: sent [IPXCP ConfReq id=0x1 <network 0> <node 0000727f2712> <router proto 2> <complete>] Nov 23 21:19:03 dizzy pppd[1329]: rcvd [IPCP ConfReq id=0x15 <compress VJ 0f 00> <addr 209.66.145.130>] Nov 23 21:19:03 dizzy pppd[1329]: sent [IPCP ConfAck id=0x15 <compress VJ 0f 00> <addr 209.66.145.130>] Nov 23 21:19:03 dizzy pppd[1329]: rcvd [IPCP ConfNak id=0x1 <addr 209.66.145.204>] Nov 23 21:19:03 dizzy pppd[1329]: sent [IPCP ConfReq id=0x2 <addr 209.66.145.204> <compress VJ 0f 01>] Nov 23 21:19:03 dizzy pppd[1329]: rcvd [LCP ProtRej id=0x4a 80 2b 01 01 00 18 01 06 00 00 00 00 02 08 00 00 72 7f 27 12 04 04 00 02 06 02] Nov 23 21:19:03 dizzy pppd[1329]: rcvd [IPCP ConfAck id=0x2 <addr 209.66.145.204> <compress VJ 0f 01>] Nov 23 21:19:03 dizzy pppd[1329]: local IP address 209.66.145.204 Nov 23 21:19:03 dizzy pppd[1329]: remote IP address 209.66.145.130 ======================================================= so now I have the /etc/suseppp/scripts/ppp-up generic working the /etc/suseppp/scripts/ppp-down generic dosent... so for now Im just ps and kill pid other notes kppp dosent work for me but never the mind Ill just create an alias in my profile file and go from xterm for the /etc/suseppp/scripts/ppp-up generic now to get diald to work along with this... onward! thanks for your paitence rob - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
participants (2)
-
dizzy73@connix.com
-
stevep@bash.linux-shell.net