On Sat, 1 May 1999, Craig Wright wrote:

|Here's my basic steps:
|
|1. Dial in with minicom and start PPP on the server side.
|2. Quit minicom, without a reset.
|3. execute
|   /usr/sbin/pppd  debug crtscts /dev/ttyS1 38400 asyncmap 20A0000
|$LOCAL_IP:$REMOTE_IP noipdefault netmask $NETMASK defaultroute

How are LOCAL_IP, REMOTE_IP, and NETMASK set since you don't use scripts? 
None of the associated pppd options for these are needed and using them
without setting the varibles isn't recommended. The pppd option < asyncmap
a0000 > is likely the safest to start with, although the best is < asyncmap
0 > when it will work.  The 20a0000 is strange; I can understand 200a0000,
although barely. 

|
|4. I wait... the modem hangs up...

Ugh.  Use pppd with chat -v and you can get a much better idea of what's
going wrong. 

Here the best guesses are that the "start ppp" didn't work or the ISP gave
up before you got pppd started.  That assumes that you have previously
connected to the same ISP with the same hardware, the same initial internal
modem configuration, the same device file configuration, the same terminal
attributes, and the same minicom modem AT initialization strings.

The 2.0.x kernels can use either ppp-2.2.0 or ppp-2.3.x but the 2.2.x
kernels need at least ppp-2.3.5 .  The new kernels are relative untested by
the troops in the field and might well be avoided until a real need
arises.  In particular some networking tools are broken by the 2.2.x
kernels and some routing is automatic.  Always read the
linux/Documentation/Changes file when switching to a new series kernel.

|Here is the contents of /var/log/ppp.log for one try:
|-------------cut here-----------------
|May  1 01:06:40 arcadia pppd[364]: pppd 2.3.5 started by spiral, uid 1000
|May  1 01:06:40 arcadia pppd[364]: Using interface ppp0
|May  1 01:06:40 arcadia pppd[364]: Connect: ppp0 <--> /dev/ttyS1
|May  1 01:06:40 arcadia pppd[364]: Warning - secret file
|/etc/ppp/pap-secrets has world and/or group access
|May  1 01:06:40 arcadia pppd[364]: sent [LCP ConfReq id=0x1 <asyncmap
|0x20a0000> <magic 0x475468e7> <pcomp> <accomp>]
|May  1 01:06:59 arcadia last message repeated 9 times
|May  1 01:07:11 arcadia pppd[364]: LCP: timeout sending Config-Requests
|May  1 01:07:11 arcadia pppd[364]: Connection terminated.
|May  1 01:07:11 arcadia pppd[364]: Hangup (SIGHUP)
|May  1 01:07:11 arcadia pppd[364]: Exit.
|------------------end cut ----------------------
|
|I've not had this problem before.  I've run Slackware and Redhat and
|always managed to get my ppp link up, easily even.

Check all the configuration things that can changed between distributions. 
Better yet start using pppd with chat and give us something to work with.

---
Clifford Kite                                               Not a guru. (tm)
[EMAIL PROTECTED]                                           Not even close.


-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to