Re: PPP problem using hamm

1998-04-30 Thread David Wright
On Wed, 29 Apr 1998, calvin wrote:

> when i type in pon it dials my ISP and logs in fine then like 30 seconds
> later it disconnects heres what it says when i type in plog
> pppd[129] Serial connection established
> pppd[129] Using interface ppp0
> pppd[129] LPC: Timeout sending config-requests
> pppd[129] Connection terminated
> pppd[129] Receive serial link is not 8-bit clean:
> pppd[129] Problem: all had bit 7 set to 0
> pppd[129] Hangup (SIGHUP)
> pppd[129] Exit
> 
> any suggestions?

Here's a (bo) script for dialing my ISP (on an internal extension):

#! /bin/bash

/usr/sbin/pppd /dev/ttyS1 115200 defaultroute connect '/usr/sbin/chat -v 
-t 90 ABORT BUSY ABORT "NO CARRIER" ABORT VOICE ABORT "NO DIALTONE" "" 
ATZ OK ATL1 OK ATDT8881 ervice--ervice ppp' user spqr -chap

If I don't send that "ppp" I get the same error as you do. The command
you need to send is usually ppp, though I observed that if you type
"help" to our Xylogics Annex box (which is what says Service>) there's
no mention of ppp as a command.

Cheers,

-- 
Email:  [EMAIL PROTECTED]   Tel: +44 1908 653 739  Fax: +44 1908 655 151
Snail:  David Wright, Earth Science Dept., Milton Keynes, England, MK7 6AA
Disclaimer:   These addresses are only for reaching me, and do not signify
official stationery. Views expressed here are either my own or plagiarised.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: PPP problem using hamm

1998-04-29 Thread Martin Bialasinski
"calvin" <[EMAIL PROTECTED]> writes:

> when i type in pon it dials my ISP and logs in fine then like 30 seconds
> later it disconnects heres what it says when i type in plog
> pppd[129] Serial connection established
> pppd[129] Using interface ppp0
> pppd[129] LPC: Timeout sending config-requests
> pppd[129] Connection terminated

> pppd[129] Receive serial link is not 8-bit clean:
> pppd[129] Problem: all had bit 7 set to 0

This means, that the remote host still waits for some kind of input from
your side (terminal login), but your pppd has started sending PPP packages 
already.

> pppd[129] Hangup (SIGHUP)
> pppd[129] Exit

Did you set "debug" as a option for pppd? You should get a longer log in
/var/log/ppp.log

Ciao,
Martin


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: PPP problem using hamm

1998-04-29 Thread Bob Nielsen
I've seen this occasionally.  AFAIK, it has always been caused by problems
at my ISP.

Bob

On Wed, 29 Apr 1998, calvin wrote:

> when i type in pon it dials my ISP and logs in fine then like 30 seconds
> later it disconnects heres what it says when i type in plog
> pppd[129] Serial connection established
> pppd[129] Using interface ppp0
> pppd[129] LPC: Timeout sending config-requests
> pppd[129] Connection terminated
> pppd[129] Receive serial link is not 8-bit clean:
> pppd[129] Problem: all had bit 7 set to 0
> pppd[129] Hangup (SIGHUP)
> pppd[129] Exit
> 
> any suggestions?
> 
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 


Bob Nielsen Internet: [EMAIL PROTECTED]
Tucson, AZ  AMPRnet:  [EMAIL PROTECTED]
http://www.primenet.com/~nielsen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


PPP problem using hamm

1998-04-29 Thread calvin
when i type in pon it dials my ISP and logs in fine then like 30 seconds
later it disconnects heres what it says when i type in plog
pppd[129] Serial connection established
pppd[129] Using interface ppp0
pppd[129] LPC: Timeout sending config-requests
pppd[129] Connection terminated
pppd[129] Receive serial link is not 8-bit clean:
pppd[129] Problem: all had bit 7 set to 0
pppd[129] Hangup (SIGHUP)
pppd[129] Exit

any suggestions?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]