home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / nwsrvr / reloc.23 / $SYSVOL / etc / samples / builtins.cfg / builtins
Text File  |  1998-08-19  |  10KB  |  198 lines

  1. # FILE: BUILTIN.CFG
  2. #
  3. # Built-in Service Definitions.
  4. #-------------------------------------------------------------------------
  5.  
  6. # Database version
  7. VERSION 1.2
  8.  
  9. # Location Definition Block(s). Each block specified a Location Name and a 
  10. # list of protocol addresses assigned to it. The protocol address lines
  11. # need to be indented. Syntax:
  12. #
  13. # LOCATION <name> [,<Comment>]
  14. #    <protocol/address type>,<address> [,<Comment>]
  15.  
  16. LOCATION <ANY>, All Locations
  17.     IPX, 0/0, All IPX networks
  18.     IP, <Any>, All IP Networks
  19.     ATNETADR, net=0, All AppleTalk Networks
  20.     INTRFACE, <Any>, All Interfaces
  21.  
  22.  
  23. # Protocol-level Service Definitions. Each entry specifies a protocol,
  24. # a service name, and the corresponding protocol-specific value.
  25. # Syntax:
  26. #    PROTOCOL-SERVICE <protocol>, <service type>, <value>, [<Comment>]
  27.  
  28. # TCP/IP services
  29.  
  30. PROTOCOL-SERVICE IP, <ANY>, pid=IP, All TCP/IP Services
  31. PROTOCOL-SERVICE IP, icmp, pid=ICMP, Internet Control Message Protocol
  32. PROTOCOL-SERVICE IP, tcp, pid=TCP port=<All>, Transmission Control Protocol
  33. PROTOCOL-SERVICE IP, udp, pid=UDP port=<All>, User Datagram Protocol
  34. PROTOCOL-SERVICE IP, echo, pid=TCP port=7
  35. PROTOCOL-SERVICE IP, echo/udp, pid=UDP port=7, Echo Over User Datagram Protocol
  36. PROTOCOL-SERVICE IP, discard, pid=TCP port=9
  37. PROTOCOL-SERVICE IP, discard/udp, pid=UDP port=9, Discard Over UDP
  38. PROTOCOL-SERVICE IP, chargen, pid=TCP port=19, Character Generator
  39. PROTOCOL-SERVICE IP, chargen/udp, pid=UDP port=19, Character Generator Over UDP
  40. PROTOCOL-SERVICE IP, ftp-data, pid=TCP port=20, File Transfer Data
  41. PROTOCOL-SERVICE IP, ftp, pid=TCP port=21, File Transfer Control
  42. PROTOCOL-SERVICE IP, telnet, pid=TCP port=23
  43. PROTOCOL-SERVICE IP, smtp, pid=TCP port=25, Simple Mail Transfer Protocol
  44. PROTOCOL-SERVICE IP, nameserver/tcp, pid=TCP port=42, Host Name Server Over TCP
  45. PROTOCOL-SERVICE IP, nameserver, pid=UDP port=42, Host Name Server
  46. PROTOCOL-SERVICE IP, domain/tcp, pid=TCP port=53, Domain Name Server Over TCP
  47. PROTOCOL-SERVICE IP, domain, pid=UDP port=53, Domain Name Server
  48. PROTOCOL-SERVICE IP, bootps, pid=UDP port=67, Bootstrap Protocol Server
  49. PROTOCOL-SERVICE IP, bootpc, pid=UDP port=68, Bootstrap Protocol Client
  50. PROTOCOL-SERVICE IP, tftp, pid=UDP port=69, Trivial File Transfer Protocol
  51. PROTOCOL-SERVICE IP, finger, pid=TCP port=79
  52. PROTOCOL-SERVICE IP, nfs/tcp, pid=TCP port=111, Network File System Over TCP
  53. PROTOCOL-SERVICE IP, nfs, pid=UDP port=111, Network File System
  54. PROTOCOL-SERVICE IP, uucp-path, pid=TCP port=117, UUCP Path Service
  55. PROTOCOL-SERVICE IP, xdmcp, pid=TCP port=177, X Display Manager Control
  56. PROTOCOL-SERVICE IP, uucp, pid=TCP port=540, Unix To Unix Copy Protocol
  57. PROTOCOL-SERVICE IP, netbios/tcp, pid=TCP port=137-139, NetBIOS Service
  58. PROTOCOL-SERVICE IP, netbios/udp, pid=UDP port=137-139, NetBIOS Service
  59. PROTOCOL-SERVICE IP, snmp, pid=UDP port=161, Simple Network Management Protocol
  60. PROTOCOL-SERVICE IP, snmp-trap, pid=UDP port=162
  61. PROTOCOL-SERVICE IP, exec, pid=TCP port=512, Remote Command Execution
  62. PROTOCOL-SERVICE IP, login, pid=TCP port=513, Remote Login
  63. PROTOCOL-SERVICE IP, who, pid=UDP port=513, Login query service
  64. PROTOCOL-SERVICE IP, cmd, pid=TCP port=514, Remote Command Execution
  65. PROTOCOL-SERVICE IP, printer, pid=TCP port=515, Spooler
  66. PROTOCOL-SERVICE IP, aurp, pid=UDP port=387, AppleTalk AURP
  67.  
  68. # IPX services
  69.  
  70. PROTOCOL-SERVICE IPX, <ANY>, pkt_type=FF socket=FFFF, All IPX Services
  71. PROTOCOL-SERVICE IPX, file-service, pkt_type=FF socket=451
  72. #PROTOCOL-SERVICE IPX, netbios, pkt_type=14 socket=455
  73. #PROTOCOL-SERVICE IPX, broadcast, pkt_type=14 socket=FFFF, Type 20 broadcast packets
  74. PROTOCOL-SERVICE IPX, snmp, pkt_type=FF socket=900F, Simple Network Management Protocol
  75. PROTOCOL-SERVICE IPX, snmp-trap, pkt_type=FF socket=9010
  76. PROTOCOL-SERVICE IPX, diagnostics, pkt_type=FF socket=456
  77.  
  78. # IPX SAPs
  79.  
  80. PROTOCOL-SERVICE IPXSAP, <ANY>, FFFF, All SAP Types
  81. PROTOCOL-SERVICE IPXSAP, File Server, 0004
  82. PROTOCOL-SERVICE IPXSAP, Job Server, 0005
  83. PROTOCOL-SERVICE IPXSAP, Print Server, 0007
  84. PROTOCOL-SERVICE IPXSAP, Archive Server, 0009
  85. PROTOCOL-SERVICE IPXSAP, Advertising Print Server, 0047
  86. PROTOCOL-SERVICE IPXSAP, Btrieve Server, 004B
  87. PROTOCOL-SERVICE IPXSAP, NetWare SQL, 004C
  88. PROTOCOL-SERVICE IPXSAP, Access Server, 0098
  89. PROTOCOL-SERVICE IPXSAP, Remote Console, 0107
  90. PROTOCOL-SERVICE IPXSAP, Communication Server, 0130
  91. PROTOCOL-SERVICE IPXSAP, NetWare Management, 023A
  92.  
  93. # AppleTalk services
  94.  
  95. PROTOCOL-SERVICE APPLETLK, =, type="=", All AppleTalk Devices
  96. PROTOCOL-SERVICE APPLETLK, AFPServer, type="AFPServer", AppleTalk File Server
  97. PROTOCOL-SERVICE APPLETLK, LaserWriter, type="LaserWriter",
  98. PROTOCOL-SERVICE APPLETLK, ImageWriter, type="ImageWriter",
  99. PROTOCOL-SERVICE APPLETLK, Macintosh IIci, type="Macintosh IIci", 
  100. PROTOCOL-SERVICE APPLETLK, Macintosh II, type="Macintosh II", 
  101. PROTOCOL-SERVICE APPLETLK, Macintosh IIcx, type="Macintosh IIcx", 
  102. PROTOCOL-SERVICE APPLETLK, Macintosh SE, type="Macintosh SE", 
  103. PROTOCOL-SERVICE APPLETLK, NetWare Router, type="NetWare Router", NetWare AppleTalk Router
  104. PROTOCOL-SERVICE APPLETLK, Macintosh IIfx, type="Macintosh IIfx",
  105. PROTOCOL-SERVICE APPLETLK, SNMP Agent, type="SNMP Agent", AppleTalk SNMP Agent
  106. PROTOCOL-SERVICE APPLETLK, Macintosh IIsi, type="Macintosh IIsi",
  107. PROTOCOL-SERVICE APPLETLK, Macintosh SE/30, type="Macintosh SE/30",
  108. PROTOCOL-SERVICE APPLETLK, Macintosh Quadra 800, type="Macintosh Quadra 800",
  109. PROTOCOL-SERVICE APPLETLK, NetWare AppleTalk Stack, type="NetWare AppleTalk Stack",
  110. PROTOCOL-SERVICE APPLETLK, Workstation, type="Workstation",
  111.  
  112.  
  113. # Bridge (Datalink) LLC SAP Services.
  114.  
  115. PROTOCOL-SERVICE LLCSAP, NetBIOS/IBM, F0, IBM NetBIOS
  116. PROTOCOL-SERVICE LLCSAP, IP LLC, 06, IP for 802.2 LLC
  117. PROTOCOL-SERVICE LLCSAP, IPX LLC, E0, IPX for 802.2 LLC
  118. # PROTOCOL-SERVICE LLCSAP, ISI_IP, 5E, ISI IP
  119. PROTOCOL-SERVICE LLCSAP, ISO, FE, OSI CLNS
  120. PROTOCOL-SERVICE LLCSAP, RPL, FC, RPL
  121. # PROTOCOL-SERVICE LLCSAP, SNA, 04, SNA Protocol
  122.  
  123.  
  124. # Bridge (Datalink) SNAP SAP Services.
  125.  
  126. PROTOCOL-SERVICE SNAPSAP, Apollo, 80F7
  127. PROTOCOL-SERVICE SNAPSAP, Apollo_D, 8019, Apollo DOMAIN
  128. PROTOCOL-SERVICE SNAPSAP, AppleTalk_ARP, 08000780F3
  129. PROTOCOL-SERVICE SNAPSAP, AppleTalk, 080007809B, Appletalk Protocol
  130. PROTOCOL-SERVICE SNAPSAP, ARP, 0806, Address Resolution Protocol (Apollo, IP and CHAOS)
  131. # PROTOCOL-SERVICE SNAPSAP, BRIDGE_XNS, 9001, Bridge Comm(XNS Systems Management)
  132. # PROTOCOL-SERVICE SNAPSAP, BRIDGE_TCP_IP, 9002, Bridge (TCP/IP Systems Management)
  133. # PROTOCOL-SERVICE SNAPSAP, BRIDGE_COMM, 9003, Bridge Communications
  134. # PROTOCOL-SERVICE SNAPSAP, CABLETRON, 7034
  135. # PROTOCOL-SERVICE SNAPSAP, DEC_MOP_D_LA, 6001, DEC MOP Dump/Load Assistance
  136. # PROTOCOL-SERVICE SNAPSAP, DEC_MOP_RC, 6002, DEC MOP Remote Console
  137. PROTOCOL-SERVICE SNAPSAP, DECnet, 6003, DECnet Phase IV, DNA Routing
  138. PROTOCOL-SERVICE SNAPSAP, DEC_LAT, 6004, DEC Local Area Transport
  139. # PROTOCOL-SERVICE SNAPSAP, DEC_DP, 6005, DEC Diagnostic Protocol
  140. # PROTOCOL-SERVICE SNAPSAP, DEC_CP, 6006, DEC Customer Protocol
  141. # PROTOCOL-SERVICE SNAPSAP, DEC_LAVC, 6007, DEC Local Area VAX Cluster - (SCA)
  142. PROTOCOL-SERVICE SNAPSAP, EtherTalk, 809B, AppleTalk over Ethernet
  143. # PROTOCOL-SERVICE SNAPSAP, EXCELAN, 8010
  144. # PROTOCOL-SERVICE SNAPSAP, GENERAL_DYNAMICS, 8068
  145. PROTOCOL-SERVICE SNAPSAP, HP_PROBE, 8005
  146. PROTOCOL-SERVICE SNAPSAP, IP SNAP, 0800, IP for SNAP or Ethernet_II
  147. PROTOCOL-SERVICE SNAPSAP, IPX SNAP, 8137, IPX for SNAP or Ethernet_II
  148. PROTOCOL-SERVICE SNAPSAP, IPX 802.3, 0000, IPX 802.3 Raw
  149. # PROTOCOL-SERVICE SNAPSAP, KINETICS_1, 80F4, Kinetics 1st number
  150. # PROTOCOL-SERVICE SNAPSAP, KINETICS_2, 80F5, Kinetics 2nd number
  151. # PROTOCOL-SERVICE SNAPSAP, MATRA, 807A
  152. # PROTOCOL-SERVICE SNAPSAP, NIXDORF, 80A3, NIXDORF Computers
  153. # PROTOCOL-SERVICE SNAPSAP, PROTEON, 7030
  154. PROTOCOL-SERVICE SNAPSAP, RARP, 8035, Reverse ARP
  155. # PROTOCOL-SERVICE SNAPSAP, RETIX, 80F2
  156. # PROTOCOL-SERVICE SNAPSAP, SNMP, 814C, Simple Network Management Protocol
  157. # PROTOCOL-SERVICE SNAPSAP, SPIDER, 809F, Spider Systems
  158. # PROTOCOL-SERVICE SNAPSAP, TYMSHARE, 802E
  159. # PROTOCOL-SERVICE SNAPSAP, UB_Debugger, 0900, Ungermann-Bass network Debugger
  160. # PROTOCOL-SERVICE SNAPSAP, UB_DownLoad, 7000, Ungermann-Bass download
  161. # PROTOCOL-SERVICE SNAPSAP, UB_Diag_Loopback, 7002, Ungermann-Bass Diagnostic/Loopback
  162. # PROTOCOL-SERVICE SNAPSAP, VITALINK_1, 807D, Vitalink 1st number
  163. # PROTOCOL-SERVICE SNAPSAP, VITALINK_2, 807E, Vitalink 2nd number
  164. # PROTOCOL-SERVICE SNAPSAP, VITALINK_3, 807F, Vitalink 3rd number
  165. # PROTOCOL-SERVICE SNAPSAP, VITALINK_TLANIII, 8080, Vitalink TransLAN III Management
  166. # PROTOCOL-SERVICE SNAPSAP, WELLFLEET_1, 80FF, WellFleet 1st number
  167. # PROTOCOL-SERVICE SNAPSAP, WELLFLEET_2, 8100, WellFleet 2nd number
  168. # PROTOCOL-SERVICE SNAPSAP, WELLFLEET_3, 8101, WellFleet 3rd number
  169. # PROTOCOL-SERVICE SNAPSAP, WELLFLEET_4, 8102, WellFleet 4th number
  170. # PROTOCOL-SERVICE SNAPSAP, WELLFLEET_5, 8103, WellFleet 5th number
  171. PROTOCOL-SERVICE SNAPSAP, XNS_IDP, 0600, XNS Internet Datagram Protocol
  172. PROTOCOL-SERVICE SNAPSAP, XNS_C, 0807, XNS Compatibility
  173. PROTOCOL-SERVICE SNAPSAP, Banyan, 0BAD, Banyan Vines
  174. PROTOCOL-SERVICE SNAPSAP, SYNOPTICS FLATNET, 00008101A2, Synoptics Flatnet Hello
  175. PROTOCOL-SERVICE SNAPSAP, SYNOPTICS SEGMENT, 00008101A1, Synoptics Segment Hello
  176.  
  177.  
  178. # Special Bridge Service type for NetBIOS over IPX (NetWare)
  179. # The <value> field is used only for display purpose. The <protocol>
  180. # field indicates the service type.
  181.  
  182. PROTOCOL-SERVICE IPXNBIOS, NetBIOS/NetWare, 14/0455, NetBIOS over IPX
  183.  
  184. # Special Bridge Service type for SNA traffic.
  185. # The <value> field is used only for display purpose. The <protocol>
  186. # field indicates the service type.
  187.  
  188. PROTOCOL-SERVICE SNA, IBM SNA, "4,8,C...", SSAP and DSAP values used by SNA
  189.  
  190.  
  191. SERVICE-GROUP <ANY>, All Services
  192.     IP, <ANY>
  193.     IPX, <ANY>
  194.  
  195. SERVICE-INFO-GROUP <ANY>, All Services
  196.     IPXSAP, <ANY>, *
  197.     APPLETLK, =, "="
  198.