Re: Please Help me figure out this PPP -> NT RAS thing?

1998-09-17 Thread Peter Iannarelli
Hello Mohan:

I don't know if this is going to work but you can try it.

In your /etc/ppp/options file put a line as follows:

# Set the assumed name of the remote system for authentication purposes
# to .
#remotename 
name login-name

That is the name to send to login.

In your /etc/ppp/pap-secrets or chap-secrets put the following:

# OUTBOUND connections

# Here you should add your userid password to connect to your providers via
# pap. The * means that the password is to be used for ANY host you connect
# to. Thus you do not have to worry about the foreign machine name. Just
# replace password with your password.
# If you have different providers with different passwords then you better
# remove the following line.

login-name*   password

In my /etc/ppp.chatscripts file I have

ABORTBUSY
ABORT"NO CARRIER"
ABORTVOICE
ABORT"NO DIALTONE"
""   ATB40&J3^M
""   ATDI8609234+8609234
CONNECT  ' '


It seems to work form me on a bonded ISDN line.

Peter



-Original Message-
From: Mohan Kannapareddy <[EMAIL PROTECTED]>
To: Debian User's List 
Date: Thursday, September 17, 1998 9:24 AM
Subject: Please Help me figure out this PPP -> NT RAS thing?


>Greeting Folks,
> I have fresh Debian 2.0 installed with the ppp-2.35 package.
> I am desperately trying for the last two days to get my
> linux box dial up to our NT RAS server which has the
> domain\\username type setup.
>
> I have the "/etc/ppp/chap-secrets" file setup exactly as
> in the README.MSCHAP80 FAQ. Also, I invoke the "pppd" with
> the "name" and "remotehost" parameters. But for some reason
> I think (maybe ppp gurus can figure this out), my linux box
> rejects the CHAP authentication. Here is a snippet of my
> "pppd.log", (Also I know for a fact our RAS server does NOT
> do the callback thingy, but it is NOT a primary domain con-
> troller):
>
>Sep 16 20:55:44 birdie pppd[8601]: Connect: ppp0 <--> /dev/ttyS3
>Sep 16 20:55:44 birdie pppd[8601]: sent [LCP ConfReq id=0x1 
>  ]
>Sep 16 20:55:44 birdie pppd[8601]: rcvd [LCP ConfReq id=0x0 
>   ]
>Sep 16 20:55:44 birdie pppd[8601]: sent [LCP ConfRej id=0x0 80>]
>Sep 16 20:55:44 birdie pppd[8601]: rcvd [LCP ConfAck id=0x1 
>  ]
>Sep 16 20:55:44 birdie pppd[8601]: rcvd [LCP TermReq id=0x1 00 00 02 dc]
>Sep 16 20:55:44 birdie pppd[8601]: sent [LCP TermAck id=0x1]
>Sep 16 20:55:45 birdie pppd[8601]: Modem hangup
>Sep 16 20:55:45 birdie pppd[8601]: Connection terminated.
>Sep 16 20:55:46 birdie pppd[8601]: Exit.
>
> Thanks a lot
> Mohan
>
>
>--
>Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
/dev/null
>
>


Please Help me figure out this PPP -> NT RAS thing?

1998-09-17 Thread Mohan Kannapareddy
Greeting Folks,
I have fresh Debian 2.0 installed with the ppp-2.35 package.
I am desperately trying for the last two days to get my
linux box dial up to our NT RAS server which has the 
domain\\username type setup.

I have the "/etc/ppp/chap-secrets" file setup exactly as
in the README.MSCHAP80 FAQ. Also, I invoke the "pppd" with
the "name" and "remotehost" parameters. But for some reason
I think (maybe ppp gurus can figure this out), my linux box
rejects the CHAP authentication. Here is a snippet of my
"pppd.log", (Also I know for a fact our RAS server does NOT
do the callback thingy, but it is NOT a primary domain con-
troller):

Sep 16 20:55:44 birdie pppd[8601]: Connect: ppp0 <--> /dev/ttyS3
Sep 16 20:55:44 birdie pppd[8601]: sent [LCP ConfReq id=0x1 
  ]
Sep 16 20:55:44 birdie pppd[8601]: rcvd [LCP ConfReq id=0x0 
   ]
Sep 16 20:55:44 birdie pppd[8601]: sent [LCP ConfRej id=0x0 ]
Sep 16 20:55:44 birdie pppd[8601]: rcvd [LCP ConfAck id=0x1 
  ]
Sep 16 20:55:44 birdie pppd[8601]: rcvd [LCP TermReq id=0x1 00 00 02 dc]
Sep 16 20:55:44 birdie pppd[8601]: sent [LCP TermAck id=0x1]
Sep 16 20:55:45 birdie pppd[8601]: Modem hangup
Sep 16 20:55:45 birdie pppd[8601]: Connection terminated.
Sep 16 20:55:46 birdie pppd[8601]: Exit.
 
Thanks a lot
Mohan