The way I understand this is, that you (Linux) provide a dial in port for the NT
server to dial in and the NT server then authenticates itself to you possibly via
PAP (You might have to set this up on the NT machine).

Following is an answer I have given to another list not long ago. It might
be just what you are after.

Here's a quick run down from an article in Aust PC Mag Dec 98:

Assuming your modem settings are correct.

Edit your /etc/inittab file so it contains the following line (Modem
connected to ttyS1 / COM2):

S1:2345:respawn /sbin/mgetty ttyS1

to restart init, type:

init q

Edit your /etc/mgetty+sendfax/login.config file to contain the line:

/AutoPPP/ -    a_ppp   /usr/sbin/pppd auth -chap +pap login kdebug 7 debug

instead of:
/usr/sbin/pppd auth login


Edit your /etc/ppp/pap-secrets file so it contains:

*  *  ""  *

You will also need to have a look at /etc/ppp/options and comment out any
unwanted options. They are well described in the file itself or in the man
pppd pages


This is all you should have to do to make Linux answer your incoming modem calls.

You might have to create a user under which the NT machine will authenticate
itself.

I am not certain, that this will actually work with NT callback, but worth a try.
I'd love to know, if it does.

Hope this helps

Regards
Bernhard L�der



"Dr. Michael Weller" wrote:

> I want to connect to an NT system through PPP and modem. As this is a
> security sensitive system, it will call back. If I'd run NT I'd have to
> install a RAS ppp client, but I'd prefer my machine to stay the last M$
> free machine in germany (I know, I know there are zillions of others). I
> assume I'll have to install a ppp server and figure out the
> password/account/config required.
>
> However, before I pull my hairs out: Is this known to be a NO GO, is there
> a doc on the net about it (if so, just send me RTFM and a pointer), or
> if none of these two, can you share your own experience with me?
>
> THX, Michael.
>
> --
>
> Michael Weller: [EMAIL PROTECTED], [EMAIL PROTECTED],
> or even [EMAIL PROTECTED] If you encounter an eowmob account on
> any machine in the net, it's very likely it's me.
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
> the body of a message to [EMAIL PROTECTED]


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

Reply via email to