home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / v611docs.zip / VMAIN611.ZIP / VC9-AC < prev   
Text File  |  1993-10-09  |  6KB  |  135 lines

  1.                                    VBBS 6.11 Documentation -- 9-C-1
  2.  
  3.            ╔══════════════════════════════════════════╗
  4.            ║ CHAPTER 9 ANNEX C     LOCAL NETWORKS     ║
  5.            ╚══════════════════════════════════════════╝
  6.  
  7.            Local Network General Information
  8.            ═════════════════════════════════
  9.            These are the basics of LocalNET:
  10.            1.  You may have up to 99 nodes in your LocalNET.
  11.            2.  You may run Vnet Type or non-Vnet types of LocalNETs.
  12.            3.  Use special care in creating your network files to
  13.                insure success.  See Creating and Editing Files.
  14.                Failure to use the exact setup for your files,
  15.                including spaces will result in LocalNET problems.
  16.            4.  If you find you have problems with your LocalNET
  17.                re-read this DOC or See VDOC3.EXE <Trouble Shooting>
  18.            5.  It's important that you create and keep an updated
  19.                Subslist.  See Creating and Editing Files
  20.            6.  You can use Neil Marshal's VAREA with LocalNET Subs.
  21.            7.  Remember, your LocalNET is only as good as the WORK
  22.                and effort you put into it.
  23.  
  24.            LocalNET Network Updates
  25.            ════════════════════════
  26.            VSEND (another Neil Marshal Program) will handle updates for
  27.            your localNET.  VSEND may ONLY be downloaded and used as
  28.            designated by VBBS and VirtualNET management.  Please contact
  29.            your RC or GC if you feel you may qualify for VSEND.
  30.         
  31.            Creating and Editing Files
  32.            ═══════════════════════════
  33.            It is CRITICAL that your files be setup with the proper
  34.            format.  Cut and paste from VirtualNET's files to assure
  35.            proper layout and format.
  36.  
  37.            1.  BBSlist.1 contains the Nodes in your LocalNET.  Node #,
  38.                phone #, BBS name, baud rate and the node number of the
  39.                server in LocalNET they connect with.
  40.            2.  BBSlist.0 Contains the Network Cordinator's Information.
  41.                You use NC to distinguish the Network Cordinator.
  42.            3.  You must also show the subslist cordinator in order to
  43.                use VAREA.  They are show with SC in the same location
  44.                as NC is for the network cordinator.
  45.            4.  Subslist.net lists your subs for LocalNET.  You must
  46.                use the VAREA format and have a section as UNKNOWN
  47.                HOSTS.  Failure to have a listing for UNKNOWN HOSTS,
  48.                EVEN though you do not have any unknown hosts will
  49.                result in a VAREA error.
  50.            5.  The Networks.lst file in your c:\vbbs\data directory
  51.                is where you add the NAME of your LocalNET.  You do
  52.                this by replacing the word LOCALNET with YOURNET where
  53.                YOURNET = the name of your network.
  54.            6.  One should note that ONLY networkid=15 will work with-
  55.                out registering VBBS.  If you register VBBS, you may
  56.                use networkid=19 and networkid's=90 through
  57.                networkid=99.
  58.            7.  File transfer sub options in VBBS also work in LocalNET
  59.                networks.
  60.  
  61.                                    VBBS 6.11 Documentation --9-C-2
  62.  
  63.            It's important to note that EACH LocalNET must have it's
  64.            own network directory.  This directory is a sub directory of
  65.            VBBS.  Example: C:\VBBS\LocalNET
  66.  
  67.            Network types are changed in the Networks.lst file which is
  68.            located in your VBBS\DATA directory.  Change the Number 1 to
  69.            the corresponding network type.
  70.  
  71.            Type 1  Vnet
  72.            Type 2  WWIVnet
  73.            Type 3  WWIVlink
  74.            Type 4  FIDOnet
  75.            Type 5  USEnet
  76.            Type 6  ICEnet
  77.  
  78.            Using the proper network type with the format and layout and
  79.            required additional files of that type network will result
  80.            in your LocalNET working properly.  If you have difficulties
  81.            setting up your LocalNET then:
  82.  
  83.  
  84.            Example UpdateNET
  85.           ══════════════════
  86.            The following is an example of a batch file each node can
  87.            run as a daily event.  If an updated file arrives during
  88.            a network connecton the LocalNET will be updated during the
  89.            daily event.
  90.                                                       
  91.            Naming the batch file:
  92.            Due to the many LocalNET slots, we recommend the
  93.            following update batch file naming system --
  94.            updateXX.bat where XX = the networkid of the
  95.            LocalNET.  Example: Update15.bat
  96.  
  97.            Also, to avoid bbslist.1's and other updated
  98.            files from LocalNET's overwriting each other
  99.            we recommend the following naming system for
  100.            each of these --
  101.            BBSLIST0.XX
  102.            BBSLIST1.XX
  103.            SUBSLIST1.XX
  104.            Again where XX = the networkid of the LocalNET
  105.  
  106.                                    VBBS 6.11 Documentation--9-C-3
  107.  
  108.            -------------- Update15.bat -----------------
  109.            cd\vbbs
  110.            copy c:\vbbs\sysop\bbslist0.15 c:\vbbs\local15
  111.            copy c:\vbbs\sysop\bbslist1.15 c:\vbbs\local15
  112.            copy c:\vbbs\sysop\subslist1.15 c:\vbbs\local15
  113.            cd\vbbs\local15
  114.            del bbslist1.old
  115.            del bbslist0.old
  116.            del subslist1.old
  117.            ren bbslist.1 bbslist1.old
  118.            ren bbslist.0 bbslist0.old
  119.            ren subslist.net subslist1.old
  120.            ren bbslist0.15 bbslist.0
  121.            ren bbslist1.15 bbslist.1
  122.            ren subslist1.15 subslist.net
  123.            cd\vbbs
  124.            vnet /a networkid=15
  125.            varea networkid=15 /auto /verify /delete
  126.            --------------------- end of file -----------------
  127.  
  128.            The Net Coordinator needs to make sure that every
  129.            update includes all three files.  The Clients need
  130.            to be sure they do not delete these files in their
  131.            sysop directory after an update, because if a new
  132.            update does not arrive the files needed will be
  133.            missing.
  134.  
  135.