home *** CD-ROM | disk | FTP | other *** search
- README for slip-4.1-beta
-
- cp slip.h /usr/include/sys
- cp slip.h /sys/sys
- cp streamsip.c slipencode.c /sys/os
-
- edit /sys/conf.common/files.cmn
-
- os/streamsip.c optional slip
- os/slipencode.c optional slip
-
-
- edit /sys/sun/str_conf.c
-
- #include "slip.h"
-
- #if NSLIP > 0
- extern struct streamtab slipencode;
- extern struct streamtab streams_ip;
- #endi
-
- #if NSLIP > 0
- { "slipen", &slipencode },
- { "str_ip", &streams_ip },
- #endif
-
- /sys/sun?/conf/MACHINE
-
- pseudo-device slip2
-
- Build the new kernel, install and reboot.
-
- compile slip-attach
-
- run slip-attach
- slip-attach device speed local remote netmask
- e.g.
- /usr/local/etc/slip-attach /dev/ttya 9600 192.42.62.1 192.42.62.2 255.255.255.0
- --
- Mark Andrews, CSIRO Div Maths & Stats, PO Box 218, Lindfield, NSW, Australia.
- PHONE: +61 2 413 7058 ACSNET: marka@dmssyd.dms.oz
- ARPA: marka@syd.dms.csiro.au UUCP: ....!uunet!syd.dms.csiro.au!marka
-
-