I wouldnt use the minicom method if I was you, it never worked for me It just 
wasted alot of my time.
try just a simple pppd-chat script at first then when that works add the other 
stuff, I will even provide you with an example:

#!/bin/sh

exec /usr/sbin/pppd connect "/usr/bin/chat '' 'ATZ' OK \
ATDT666-6666 CONNECT ''"

#EOF

On 01-May-99 Craig Wright wrote:
> 
> On Sat, 1 May 1999, Clifford Kite wrote:
> 
>> 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. 
> 
> It is actually a script.  That is just the part that executes it and I do
> have chat set up too, but this is just easier for testing because my ISP
> is always busy and so I use minicom... I realize wvdial exists, but...
> 
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
> the body of a message to [EMAIL PROTECTED]

----
Any odd writing patterns on my part is due to the little creatures who
live in my eyeball. Please send all your dumb complaints to them and
leave me out of it.      ----Bob Cock


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

Reply via email to