Annotation of doc/build/loncapaappleshares.html, revision 1.2
1.1 harris41 1: <HTML>
2: <HEAD>
3: <TITLE>LON-CAPA Apple Share Connectivity Documentation</TITLE>
4: </HEAD>
5: <BODY>
6: <H1>LON-CAPA Apple Share Connectivity Documentation</H1>
7: <P>
8: Scott Harrison
9: </P>
10: <P>
11: Last updated: 10/26/2000
12: </P>
13: <H3>Introduction</H3>
14: <P>
15: This file describes issues associated with accessing a LON-CAPA machine through
16: apple shares. This allows Macintosh-type machines to mount portions
17: of the LON-CAPA machine as file space (useful for an instructor).
18: </P>
19: <P>
20: <H3>Latest HOWTO</H3>
21: <PRE>
1.2 ! harris41 22: These are the details for a prim and proper
! 23: installation of Appleshares on LON-CAPA machines.
! 24: (This also highlights the configuration commands, etc
! 25: that must be gone through to set up a LON-CAPA
! 26: machine.. another GREAT reason to have a solid interface
! 27: to start with).
! 28:
! 29: There do not need to be any installation/update/reconfiguration
! 30: interface parameters for this (other than perhaps "provide
! 31: Appleshare's/do not provide Appleshare's).
! 32:
! 33: Appletalk on redhat linux 6.2, Sept 14, 2000, Scott Harrison
! 34: 1. Download netatalk-1.4b2+asun2.1.3-8.i386.rpm
! 35: from
! 36: ftp://sunsite.ualberta.ca/pub/Mirror/Linux/redhat/ftp.redhat.com/contrib/libc6/i
! 37: 386/
! 38: 2. rpm -Uvh netatalk-1.4b2+asun2.1.3-8.i386.rpm
! 39: 3. pay attention to this message
! 40: netatalk ##################################################
! 41: warning: The DDP services appear to be present in /etc/services.
! 42: warning: Please check them against services.atalk in the documentation.
! 43: 4. ddp services exist fine in /etc/services
! 44: 5. will rely on atalkd's automatic probing to discover appletalk
! 45: interfaces and bind to them (automatically configures atalkd.conf)
! 46: 6. run this command so that socket interfaces are provided
! 47: /sbin/insmod appletalk
! 48: 7. edit /etc/atalk/config to disallow papd services (no printing)
! 49: and set ATALK_BGROUND to no since there is a bug
! 50: in /etc/rc.d/init.d/atalk
! 51: also set ATALK_NAME, but it can't have spaces it seems...
! 52: currently, ATALK_NAME will be the LON-CAPA "internal" id
! 53: (msul1, 103l1, msul2, etc
! 54: 8. add "alias net-pf-5 appletalk" to conf.modules
! 55: 9. run "depmod -a"
! 56: 9. make sure /etc/hosts.allow will allow for appletalk service connections
! 57: (ALL: ALL, or preferably; afpd: ALL)
! 58: 10. run /etc/rc.d/init.d/atalk start
1.1 harris41 59: </PRE>
60: </P>
61: </BODY>
62: </HTML>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>