Re: PPP is still a disaster. :(. Please Help. :)

1998-02-11 Thread dA' Phucilage Phactory
God, this was a pain in my arse when i had to get chap working.

/etc/ppp.chatscript for ME is as follows:
snip all crap, up to last 2 lines
   ATDT*70,4214368
CONNECT
^^^

Connect here is important, because it then makes it WAIT before it sends
authentication requests.

/etc/ppp.options_out is as follows:
+ua /etc/ppp/chapchoice defaultroute /dev/modem 115200 persist
^^^

/etc/ppp/chatchoice contains the login/pass info for choice.net, the
format is as follows:
username
password

After that pon should work correctly. I must admit it took me a long while
of using my isp's radias servers until i figured it out one day, now i
connect the digital and much more faster modem pool :.

  Hope it works, if not, send an email, i'll try and help..


   ***
 dA' Phucilage Phactory*Yesturday upon the stair,*
   *I met a guy who wasn't there,*
   *He wasn't there again today, *
 [EMAIL PROTECTED]*I think he's from the CIA.   *
   ***
author unknown


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: PPP is still a disaster. :(. Please Help. :)

1998-02-11 Thread Martin Bialasinski
dA' Phucilage Phactory [EMAIL PROTECTED] writes:

 /etc/ppp.options_out is as follows:
 +ua /etc/ppp/chapchoice defaultroute /dev/modem 115200 persist
 ^^^
 
 /etc/ppp/chatchoice contains the login/pass info for choice.net, the
 format is as follows:
 username
 password

This won't work with pppd 2.3 where the +ua option is no longer available.
I'd user the options user name-at-the-isp remotename my-isp and the
pap-secrets: 
name-at-the-isp my-isp the-password

Ciao,
Martin


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: PPP is still a disaster. :(. Please Help. :)

1997-12-28 Thread emaziuk
On Thu, Dec 25, 1997 at 06:34:02PM +, Timothy Hospedales wrote:

 Dec 25 17:59:23 jade pppd[192]: pppd 2.2.0 started by root, uid 0
 Dec 25
 17:59:23 jade pppd[192]: Using interface ppp0
 Dec 25 17:59:23 jade
 pppd[192]: Connect: ppp0 -- /dev/ttyS0
 Dec 25 17:59:23 jade pppd[192]:
 sent [LCP ConfReq id=0x1 mru 1500 asyncmap 0x0 magic 0xac65824f
 pcomp accomp]
 Dec 25 17:59:23 jade pppd[192]: rcvd [LCP ConfRej id=0x1
 accomp]
 Dec 25 17:59:23 jade pppd[192]: sent [LCP ConfReq id=0x2 mru
 1500 asyncmap 0x0 magic 0xac65824f pcomp]
 Dec 25 17:59:24 jade
 pppd[192]: rcvd [LCP ConfAck id=0x2 mru 1500 asyncmap 0x0 magic
 0xac65824f pcomp]

OK so far

 Dec 25 17:59:25 jade pppd[192]: rcvd [LCP ConfReq
 id=0x70 asyncmap 0xa auth chap md5 magic 0x6bd3ecf6 pcomp  0b
^^^
 04 07 00]
 Dec 25 17:59:25 jade pppd[192]: sent [LCP ConfRej id=0x70  0b

 04 07 00]
 Dec 25 17:59:26 jade pppd[192]: rcvd [LCP ConfReq id=0x71
 asyncmap 0xa auth chap md5 magic 0x6bd3ecf6 pcomp]

 Dec 25
 17:59:26 jade pppd[192]: sent [LCP ConfNak id=0x71 auth pap]
^   ^^^
try 4 more times and we get ...

 Dec 25 17:59:26 jade pppd[192]: rcvd [LCP
 TermReq id=0x76]
^

... termination request and ack.

 Dec 25 17:59:26 jade pppd[192]: sent [LCP TermAck
 id=0x76]

...
 Any ideas? 

It looks like remote pppd wants to use CHAP md5 authentication.  I don't know
if it's CHAP or M$-CHAP :( but the docs should tell you how to set it up anyway.

-- 
Dimirti
my real address is
emaziuk @ curtin dot edu dot au
---
If Jesus was Jewish, why did he have a Puerto-Rican name?
( Zen koan )


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: PPP is still a disaster. :(. Please Help. :)

1997-12-28 Thread Martin Bialasinski
On Thu, 25 Dec 1997, Timothy Hospedales wrote:

   Now, (having booted off the disk), I check my /etc/ppp/ and am
 disappointed to find that I have no scripts already there that I can
 customize. :(. So, I decited to try a program that was recommended to me by

The standard way in debian to login is to use the pppd-frontends pon
and poff. They use /etc/ppp.chatscript and /etc/ppp.options_out.

 another user, wvdial (http://www.worldvisions.ca/wvdial). It starts to work

I don't know this programm, but may I suggest xisp ? It is good X frontend
to pppd and a also debian package. ( ftp://134.95.210.54/pub )

 Dec 25 17:59:26 jade pppd[192]: rcvd [LCP ConfReq id=0x71
 asyncmap 0xa auth chap md5 magic 0x6bd3ecf6 pcomp]

The remote server wants you to authentificate using method CHAP.

 17:59:26 jade pppd[192]: sent [LCP ConfNak id=0x71 auth pap]

Your box refuses authentification through method PAP.

Now I am somewhat confused as CHAP != PAP, but I have never used a chap
authentication, so this may be right.

Please ask your ISP if authentication really is CHAP or if it is PAP.

Ciao,
Martin



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: PPP is still a disaster. :(. Please Help. :)

1997-12-25 Thread Will Lowe
On Thu, 25 Dec 1997, Timothy Hospedales wrote:

   The first thing that happened is that when I turned on my computer, for
 some reason /dev/mouse was linked to my /dev/ttyS0, and so things refused
 to use ttyS0. So I deleted /dev/mouse, but then nothing would detect the
 modem on /dev/ttyS0. I then booted off my bootdisk that I made during
 debian setup, and it was recognized okay.. Any ideas on how to fix this?
Are you using a plugn'play modem?  And what do you mean by nothing would
recognize it?

   Now, (having booted off the disk), I check my /etc/ppp/ and am
 disappointed to find that I have no scripts already there that I can
Try looking in /usr/doc/ppp* for some examples and readmes.

 beautifully, and logs in, detects a ppp, starts my ppp, and then
 disconnects, and says the ppp deamon exited with error code 2.  I check the
 ppp-errors file, and it says that the /etc/ppp/ppp-connect file doesn't
 exist. 
   Now, I take out the line 'connect /etc/ppp/ppp-connect' from the options
 file in /etc/ppp/ and dial again. This time it exits with error code 1. The
 ppp log file also says:
The /etc/ppp/ppp-connect file is the one pppd uses to connect,  IIRC,  so
without it,  pppd has no idea what to do with itself.  ppp-connect should
be a script that dials the modem and logs into the remote server,  I
think.

 PS: Assuming I ever get this to work, does anyone know if Apache or any
 other web servers will work even though I've got a dynamic IP?
I don't think apache will care.  The problem lies in the fact that in
order to connect to your apache server,  I've got to know your IP address,
or your hostname (which is essentially the same thing,  because it'll get
resolved to your ip address),  and those'll keep changing,  so getting
people to _find_ your machine might be tough.

Will


--
| [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]   |
|   http://www.cis.udel.edu/~lowe/   |
--
|The problem with computers: |
||
|  rivendell[501] [~] love me   |
|  bash: love: command not found |
|  rivendell[502] [~] hug me|
|  bash: hug: command not found  |
--


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: PPP is still a disaster. :(. Please Help. :)

1997-12-25 Thread bruce
Just as an aside, people with dynamic IP can use the dynamic IP DNS service
offered by Monolith, and then other systems will always be able to find you
whatever your IP is. It's free. Check out http://www.ml.org/ .

I am using this to provide DNS for my laptop  ricochet wireless modem.
Finger [EMAIL PROTECTED] . If it happens to be powered up, you will
be talking to my laptop via radio.

Bruce


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .