home *** CD-ROM | disk | FTP | other *** search
- ;
- ; ┌───────────────────────────────────────────────────────────────────────────┐
- ; │ ░░░░ Examples of creating your own network; by Bo Bendtsen ░░░░░░░░░░░░░░ │
- ; └───────────────────────────────────────────────────────────────────────────┘
- ;
- ; All lines beginning with ; are comments.
- ; All spaces in nodelist lines must be replaced by underscore _
- ;
- ; You want to create a network for a closed usergroup, school or any other
- ; organization. Your question: HOW DO I DO THIS ?
- ;
- ; Answer:
- ;
- ; Create a network address:
- ;
- ; Network address takes the form:-
- : Zone number:network number/Node Number
- ;
- ; Zone number : Random number between 0-4095, I chose 1001
- ; Network number : Random number between 1-32000, I chose 1
- ; (Zone and network should NOT be the same)
- ;
- ; Node number : Random number between 1-32000, I chose 1
- ;
- ; Your server address is now: 1001:1/1 (Zone:Net/Node)
- ; and all the persons connected to your node are points under this node.
- ;
- ; The teacher could be point 1 and the students could be 2,3,4 etc.
- ;
- ; If you want several school to be linked together, you just
- ; increase the Node number by 1 every time a new school joins.
- ;
- ;
- ; Example 1:
- : ---------
- ; 1 School with 5 teachers/students
- ;
- ; Zone,1001,Name_of_Network,Address,Name_of_coordinator,99-99999999
- ; Host,1,Name_of_school,School_address,Name_of_sysop,99-99999999,9600,UBOSS:1/1
- ; ,1,Student/teacher_1,Student_address,Student_name,-Unpublished-
- ; ,2,Student_2,Student_address,Student_name,-Unpublished-
- ; ,3,Student_3,Student_address,Student_name,-Unpublished-
- ; ,4,Student_4,Student_address,Student_name,-Unpublished-
- ; ,5,Student_5,Student_address,Student_name,-Unpublished-
- ;
- ;
- ; Example 2:
- ; ---------
- ; 2 Schools with 5 and 3 teachers/students respectively.
- ;
- ; School 1 = 1001:1/1.1 - 1001:1/1.5 (Zone:Net/Node.Point)
- ; School 2 = 1001:2/1.1 - 1001:1/1.3
- ;
- ; Zone,1001,Name_of_Network,Address,Name_of_coordinator,99-99999999
- ; Host,1,Name_of_school_1,School_address,Name_of_sysop,99-99999999,9600,UBOSS:1/1
- ; ,1,Student/teacher_1,Student_address,Student_name,-Unpublished-
- ; ,2,Student_2,Student_address,Student_name,-Unpublished-
- ; ,3,Student_3,Student_address,Student_name,-Unpublished-
- ; ,4,Student_4,Student_address,Student_name,-Unpublished-
- ; ,5,Student_5,Student_address,Student_name,-Unpublished-
- ; Host,2,Name_of_school_2,School_address,Name_of_sysop,99-99999999,9600,UBOSS:1/2
- ; ,1,Student/teacher_1,Student_address,Student_name,-Unpublished-
- ; ,2,Student_2,Student_address,Student_name,-Unpublished-
- ; ,3,Student_3,Student_address,Student_name,-Unpublished-
- ;
- ; Example 3:
- ; ---------
- ;
- ; You have 3 students working on a project. You want them to be able to send
- ; information to each other easily so they can finish the project faster
- ; without having to meet every day and exchange documents.
- ;
- ; The best solution would be if your school or one of the students
- ; are already running a 24 hour mailer. In that case the current system can
- ; be used for the network.
- ;
- ; Otherwise one of the students can act as server, but it will mean that
- ; this person should ideally reserve his telephone for pre-arranged hours
- ; of the day or on request. Depending on their needs you should make your
- ; own judgement of what is best.
- ; ┌────────┐
- ; │ Server │ <--- Mailer like Frontdoor, Binkley
- ; │1001:1/1│ Portal of Power etc.
- ; └─┬──┬──┬┘ <--- Mail processor like Gecho/Fastecho
- ; ┌───────────┘ │ └─────────────┐
- ; ┌─────────┴───┐ ┌─────┴────────┐ ┌───┴───────┐
- ; │Thomas Bjoerk│ │Bjarne Duelund│ │Bo Bendtsen│ <--- Pointsystem
- ; │1001:1/1.1 │ │1001:1/1.2 │ │1001:1/1.3 │ (Terminate)
- ; └─────────────┘ └──────────────┘ └───────────┘
- ;
- Zone,1001,Project_Network,Copenhagen,Thomas_Bjoerk,99-99999999
- Host,1,DIKU,University_road_1,Thomas_Bjoerk,99-99999999,9600,UBOSS:1/1
- ,1,Student_1,Roedovre,Thomas_Bjoerk,-Unpublished-
- ,2,Student_2,Vallensbaek,Bjarne_Duelund,-Unpublished-
- ,3,Student_3,Albertslund,Bo_Bendtsen,-Unpublished-
-