Complete.Org: Mailing Lists: Archives: discussion: September 1998:
Re: [aclug-L] How do I?
Home

Re: [aclug-L] How do I?

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: aclug-L@xxxxxxxxxxxx
Subject: Re: [aclug-L] How do I?
From: Steven Saner <ssaner@xxxxxxxxxxxxx>
Date: Sun, 20 Sep 1998 11:58:28 -0500
Reply-to: aclug-L@xxxxxxxxxxxx

On Sat, Sep 19, 1998 at 11:12:46AM -0500, Wayne White wrote:
> John, 
> 
> Thanks for the instructions.
> 
> At 08:20 PM 9/18/1998 -0500, you wrote:
> >Try typing "modprobe ppp".
> 
> When I do the 'modprobe ppp' command there is no response,
> just another prompt.
> 
> >Then:
> >
> >cat /proc/devices
> >cat /proc/modules
> >
> >You should see a "ppp" entry in one of those files if you have it
> >compiled in.
> 
> 'cat /proc/devices' returns no mention of ppp or similar notations.
> 
> 'cat /proc/modules' returns the following, in part
> 
> ppp           5               0
> slhc          2       [ppp]   0
> 
> It returns a couple of other lines depending on when you run it, 
> but always contains those two.
> 
> Does this establish that my kernel is in fact configured for a
> ppp connection.

This looks good. Also, there was some discussion earlier about whether
you have TCP/IP installed or not. I believe you do, otherwise when you
do the ifconfig, I don't think you would have the lo interface. I
could be wrong about that, however.


> 
> >John
> >
> >Wayne White <wwhite@xxxxxxxxxxxxx> writes:
> >
> >> In an effort to get me hooked up on ppp several of you 
> >> have suggested that I man not have the kernel configured 
> >> for ppp. How do I tell if it is or not? 
> >> 
> >> Wayne
> 
> In looking at the debug log it appears that SW is issuing a 
> Conf req and I am replying with a Conf rej and then issuing
> a Conf req back to SW. Does this point to the potential 
> problem by any chance?

This may or may not be a problem. It just depends on what is being
configured and rejected. Again, If you could send a copy of the entire
log for a login attempt it would be much easier to see where the
problem is. As the next best, let me send a copy of the log as it
shows up on my system and you can compare. Note that I have X'ed out
the password :-)

This is from a couple days ago with the debug option turned on.

Sep 17 20:50:16 tiger kernel: CSLIP: code copyright 1989 Regents of
the University of California
Sep 17 20:50:16 tiger kernel: PPP: version 2.2.0 (dynamic channel allocation)
Sep 17 20:50:16 tiger kernel: PPP Dynamic channel allocation code
copyright 1995 Caldera, Inc.
Sep 17 20:50:16 tiger kernel: PPP line discipline registered.
Sep 17 20:50:16 tiger kernel: registered device ppp0
Sep 17 20:50:17 tiger pppd[2180]: pppd 2.2.0 started by ssaner, uid 101
Sep 17 20:50:38 tiger pppd[2180]: Serial connection established.
Sep 17 20:50:39 tiger pppd[2180]: Using interface ppp0
Sep 17 20:50:39 tiger pppd[2180]: Connect: ppp0 <--> /dev/ttyS1
Sep 17 20:50:39 tiger pppd[2180]: sent [LCP ConfReq id=0x1 <mru 1500> <asyncmap
0x0> <magic 0xfa156415> <pcomp> <accomp>]
Sep 17 20:50:39 tiger pppd[2180]: rcvd [LCP ConfReq id=0x1 <asyncmap 0x0> <auth
pap> <magic 0x9861a95c> <pcomp> <accomp>]
Sep 17 20:50:39 tiger pppd[2180]: sent [LCP ConfAck id=0x1 <asyncmap 0x0> <auth
pap> <magic 0x9861a95c> <pcomp> <accomp>]
Sep 17 20:50:42 tiger pppd[2180]: sent [LCP ConfReq id=0x1 <mru 1500> <asyncmap
0x0> <magic 0xfa156415> <pcomp> <accomp>]
Sep 17 20:50:42 tiger pppd[2180]: rcvd [LCP ConfAck id=0x1 <mru 1500> <asyncmap
0x0> <magic 0xfa156415> <pcomp> <accomp>]
Sep 17 20:50:42 tiger pppd[2180]: sent [PAP AuthReq id=0x1
user="ssaner" password="XXXXXXXX"]
Sep 17 20:50:42 tiger pppd[2180]: rcvd [PAP AuthAck id=0x1msg=""]
Sep 17 20:50:42 tiger pppd[2180]: Remote message:
Sep 17 20:50:42 tiger pppd[2180]: sent [IPCP ConfReq id=0x1 <addr
200.100.100.3> <compress VJ 0f 01>]
Sep 17 20:50:42 tiger pppd[2180]: rcvd [IPCP ConfReq id=0x2 <compress VJ 0f 01>
<addr 206.53.100.253>]
Sep 17 20:50:42 tiger pppd[2180]: sent [IPCP ConfAck id=0x2 <compress VJ 0f 01>
<addr 206.53.100.253>]
Sep 17 20:50:45 tiger pppd[2180]: sent [IPCP ConfReq id=0x1 <addr
200.100.100.3> <compress VJ 0f 01>]
Sep 17 20:50:45 tiger pppd[2180]: rcvd [IPCP ConfNak id=0x1 <addr
206.53.100.237>]
Sep 17 20:50:45 tiger pppd[2180]: sent [IPCP ConfReq id=0x2 <addr
206.53.100.237> <compress VJ 0f 01>]
Sep 17 20:50:45 tiger pppd[2180]: rcvd [IPCP ConfReq id=0x3 <compress VJ 0f 01>
<addr 206.53.100.253>]
Sep 17 20:50:45 tiger pppd[2180]: sent [IPCP ConfAck id=0x3 <compress VJ 0f 01>
<addr 206.53.100.253>]
Sep 17 20:50:45 tiger pppd[2180]: rcvd [IPCP ConfAck id=0x2 <addr
206.53.100.237> <compress VJ 0f 01>]
Sep 17 20:50:45 tiger pppd[2180]: local  IP address 206.53.100.237
Sep 17 20:50:45 tiger pppd[2180]: remote IP address 206.53.100.253



> Thanks much,
> 
> Wayne
> 
> 
> ---
> This is the Air Capitol Linux Users Group discussion list.  If you
> want to unsubscribe, send the word "unsubscribe" to
> aclug-L-request@xxxxxxxxxxxx.  If you want to post to the list, send your
> message to aclug-L@xxxxxxxxxxxx.

-- 
==================================================================
Steven Saner                            SouthWind Internet Access, Inc.
ssaner@xxxxxxxxxxxxx                    Technical Support
http://www2.southwind.net/~ssaner       support@xxxxxxxxxxxxx
                                        http://www.southwind.net
                                        263-7963 Wichita  (800)525-7963

---
This is the Air Capitol Linux Users Group discussion list.  If you
want to unsubscribe, send the word "unsubscribe" to
aclug-L-request@xxxxxxxxxxxx.  If you want to post to the list, send your
message to aclug-L@xxxxxxxxxxxx.



[Prev in Thread] Current Thread [Next in Thread]