Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
Re: Experience: Adaptive answer PAP PPP, PROLiNK 1428LE
-----BEGIN PGP SIGNED MESSAGE-----
On Fri, 19 Dec 1997, Leon Kos wrote:
> This may be useful for owners of subject modem and PAP PPP interested
> people:
>
> We are uning FreeBSD for HylaFAX with adaptrive answer for FAX and
> DATA. Instead of getty we are using /usr/sbin/ppp program for DATA calls.
>
> Modem used is PROLiNK 1428L which is somehow broken when using adaprive
> answer in class2. The work around is to force class0 when ring is detected
> and to wait tor connect string. Configuration is the same as with rc288dpi
> with the following differences:
> AdaptiveAnswer: yes # enable adaptive answer
> ModemAnswerCmd: AT+FCLASS=0;A # tricky for class2
> ModemWaitForConnect: yes # needed because DATA is first response
This is a common problem: Take a look at the ModemSetupAACmd for the
rockwell modems for a better solution to doing so
automatically. Certain modem manufacturers seem to have just gotten
universally setting auto-adaptive wrong, only testing with specific
software with the company's own published init strings, for example.
> PPP with PAP:
> I have done normal instalation an then binary patched faxgetty with emacs
> hexl-find-file and replaced string /usr/libexec/getty with /usr/sbin/ppp.
> This can also be done with editing configure script but why bother.
>
> config.cuaa0 file is changed for arguments:
> GettyArgs: "-direct PAPServerwithPASSWD" # PPP arguments
>
> Aditional the /etc/ppp/ppp.linkdown file must contain:
> PAPServerwithPASSWD:
> quit all
Friend, I think this is a wrong approach. It forces all connections
directly to your PPP srevice. Instead, why not use a "${username}ppp"
login name with /usr/etc/ppp-login as their login shell? This permits
the normal getty to handle the line, for standard log-ins if needed,
and does not force PPP access. I've used this at work with
considerable success, and so does my ISP. I dial in as raoulppp, and
run a telnet under raoul as necessary for shell access.
Nico Garcia
Engineer, CIRL
Mass. Eye and Ear Infirmary
raoul@cirl.meei.harvard.edu
-----BEGIN PGP SIGNATURE-----
Version: 2.6.2
iQCVAwUBNJqfPj/+ItycgIJRAQFCagP9FLU+UyEvjBpeQQK84J9ZVL81bS+JiyjO
R7F8KHuMPIl0+IkZxDBQyB4X+ZlU4dRC5+HVlJgr3ijUoKbNo2NOvxG74YBb7aBd
Yuc/OQTuqZKrCAqWuGko9prahwM5DsjTPNqHtYNNRpkit7vjLEjJEwBy/iTaWmBa
GwZK+aSzg0s=
=ZZJa
-----END PGP SIGNATURE-----