[comp.unix.aux] PPP?

kilcup@pacific.mps.ohio-state.edu (Greg Kilcup) (03/23/91)

The subject just about asks the question: does anybody
know about PPP under A/UX?

---------------------------------------------------------------
Greg Kilcup                   kilcup@pacific.mps.ohio-state.edu
Asst. Prof. of Physics        kilcup@ohstpy.bitnet
The Ohio State University     (614) 292-3224
---------------------------------------------------------------

ksand@Apple.COM (Kent Sandvik) (03/24/91)

In article <2761@pacific.mps.ohio-state.edu> kilcup@pacific.mps.ohio-state.edu (Greg Kilcup) writes:
>The subject just about asks the question: does anybody
>know about PPP under A/UX?

I have not heard of any, but if someone has access to a PPP that makes
use of raw sockets with the BSD low level socket interface or something
similar, maybe there's a way to hook this to the kernel. Alas, the 
streams interface in A/UX is not the SysV.3 one, so there could be some
problems if someone tries to write a streams module for PPP, also the
TCP/IP protocols are not implemented as streams modules so you can't
push the PPP module in as part of the low level behaviour of the TCP/IP
protocol suite.

Otherwise PPP looks great on the specs. Has any universities out there
done any PPP implementations for any of the UNIX kernels?

Kent Sandvik




-- 
Disclaimer: *Private* activity on the Net, in no way connected to any company.
Recommended SF books: Cormier FADE, Flynn IN THE COUNTRY OF THE BLIND, Geary
STRANGE TOYS, Kessell GOOD NEWS FROM OUTER SPACE, Sawyer GOLDEN FLEECE.
Any sexually or racially sounding statements in the text are not intentional.

verber@pacific.mps.ohio-state.edu (Mark Verber) (03/26/91)

Well.. the original PPP code (that the streams stuff is based on) was
written by Drew Perkins of CMU and was for more or less generic 4.3
kernels (eg no streams) for a Vax 11/780.  The sources up for
anonymous ftp on lancaster.andrew.cmu.edu in pub/ppp/ppp.shar

Cheers,
mark