In <[EMAIL PROTECTED]>, on 03/26/00 
   at 09:32 AM, Chris Wiles <[EMAIL PROTECTED]> said:


>> I've tried to connect using PPP and I get a message
>> 'PAP authentication failed'
>> 
>> The problem is I think my ISP uses CHAP not PAP.

>It shouldn't matter. As long as you have the login and password ok,
>Genesis will connect whether it's PAP or CHAP. And, without being
>absolutely obvious, doesn't 'PAP authentication failed' kind of indicate
>that...the ISP is using PAP? :)

OK.   I think I might know what the problem is.  I've 
copied the Linux PPP scripts, for reference, to the bottom.   When I log
in they want to know what service  you're 
using.  There are a half dozen or so.   I don't know what
a typical PPP setup is so I can't comment on whether 
this is -well, atypical.   If I remember correctly I also
had to remove the noauth line from the script.

My pap-secrets file is something like:

Internet.USINET.<my user name>  * <my password>

>> I also tried using SLIP but the Genesis Wizard cannot make

>Erm, there aren't any ISP's left that even support/use SLIP these days!

Oh contraire.  Mine still does.

>A PPP authentication failure is simply to do with either:

>1) You entering your login and password incorrectly.

>and/or

>2) Running the modem too fast on your Amiga, which results in corrupt
>data being sent to your ISP, which results in a false login.

I am using a 28.8 Modem.  I will try a slower speed.  I
think the port speed is 38400.  Is that two much for the
Amiga?  I have an A4000T with an '060 PowerUp board and
64MB RAM.

****Linux scripts follow****

/etc/ppp/options

#  Please replace the [your port speed] tag with the appropriate # 
throughput speed desired for the connection.  You can experiment #  with
speeds including 9600, 19200, 38400, 57600, and 115200. #
#  Replace [service.YourAccount.YourUserid] with your actual login  # 
account and userid codes. The Service type is represented by  # 
"Internet".  Corporate or business users may access other Services  # 
including:
#  - secureip   = Access to your companies private Intranet.
#  - dualaccess = Access to the Internet and your companies Intranet. #  -
fixedip    = Access to the fixed IP Address service.
#  - landial    = Access to your companies Lan via a dial connection. # 
Contact your Service Administrator (SA) for information on access #  to
these services and the DNS servers you should use.
#

[your port speed]
name [service.YourAccount.YourUserid]
noauth
defaultroute
noipdefault


/etc/ppp/pap-secrets

"[service.YourAccount.YourUserid]"   *   "[YourPassword]"


/usr/sbin/ppp-on

#  Please replace the [your modem port] tag with the appropriate comm # 
port being used by your modem.  Port settings are as follows: #  cua0 =
comm port 1
#  cua1 = comm port 2
#  cua2 = comm port 3
#  cua3 = comm port 4

#  Please replace the [your dial number] tag with the appropriate #  local
dial access number.

pppd /dev/[your modem port] connect 'chat -v "" atdt[your dial number]
"CONNECT"'

# Here is an example of what the line above should look like:
   pppd /dev/cua1 connect 'chat -v "" atdt5551212 "CONNECT"'


/usr/sbin/ppp-off

DEVICE=ppp0

if [ -r /var/run/$DEVICE.pid ]; then
 kill -INT `cat /var/run/$DEVICE.pid`
fi 
_____________________________________________________________
NetConnect mailing list. To unsubscribe, send an 'unsubcribe'
message to <[EMAIL PROTECTED]>

Reply via email to