Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

modem

0 views
Skip to first unread message

tt

unread,
Jan 13, 2000, 3:00:00 AM1/13/00
to
sco 5.05

How can i set call back passwd on my dial in line

thanks for help
tt

Tony Lawrence

unread,
Jan 13, 2000, 3:00:00 AM1/13/00
to tt
tt wrote:
>
> sco 5.05
>
> How can i set call back passwd on my dial in line

Call back or dial-in?

A call-back password is usually a modem feature- the more
expensive Multitech's have call-back passwords and numbers
stored in internal registers. That's (IMHO) really the
easiest way to do it- it's transparent to the OS- you just
configure an ordinary dial-in setup; getty never even knows
anything strange has happened.

You can do callback with "ct" but it's much more of a pain.

If it's dial-up passwords you want, you do that by editing
/etc/d_passwd to be sure that the shell your dial-in users
will be using is listed (only /bin/sh and uucico are listed
by default). You assign the passwd by doing

passwd -m sh (or ksh or csh or each in turn).

Finally, in /etc/dialups (it doesn't exist; you create it),
add the device that you want protected: /dev/tty2A

Note that this doesn't really have anything to do with
dial-up: you could list /dev/tty08 in there and be
challenged when you try to login on alt-F8 - in fact, that's
an easy way to check that you did it all correctly.

--
Tony Lawrence (to...@aplawrence.com)
SCO articles, help, book reviews, tests,
job listings and more : http://www.ApLawrence.com

0 new messages