Subversion Repositories Kolibri OS

Rev

Rev 3545 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. ;Name                     Number   Length  Meaning
  2.  
  3. dhcp_pad_option         = 0     ;   0    None
  4. dhcp_end_option         = 255   ;   0    None
  5. dhcp_subnet_mask        = 1     ;   4    Subnet Mask Value
  6. dhcp_time_offset        = 2     ;   4    Time Offset in Seconds from UTC
  7. dhcp_router             = 3     ;  N×4   Router addresses
  8. dhcp_time_server        = 4     ;  N×4   Timeserver addresses
  9. dhcp_name_server        = 5     ;  N×4   IEN-116 Server addresses
  10. dhcp_domain_server      = 6     ;  N×4   DNS Server addresses
  11. dhcp_log_server         = 7     ;  N×4   Logging Server addresses
  12. dhcp_quotes_server      = 8     ;  N×4   Quotes Server addresses
  13. dhcp_lpr_server         = 9     ;  N×4   Printer Server addresses
  14. dhcp_impress_server     = 10    ;  N×4   Impress Server addresses
  15. dhcp_rlp_server         = 11    ;  N×4   N RLP Server addresses
  16. dhcp_hostname           = 12    ;   N    Hostname string
  17. dhcp_boot_file_size     = 13    ;   2    Size of boot file in 512-octet blocks
  18. dhcp_merit_dump_file    = 14    ;   N    Client to dump and name  the file to dump it to
  19. dhcp_domain_name        = 15    ;   N    The DNS domain name of the client
  20. dhcp_swap_server        = 16    ;   4    Swap Server address
  21. dhcp_root_path          = 17    ;   N    Path name for root disk
  22. dhcp_extension_file     = 18    ;   N    Path name for more BOOTP info
  23.  
  24. ;IP Layer Parameters per Host
  25.  
  26. dhcp_forward            = 19    ;   1    Enable/Disable IP Forwarding
  27. dhcp_srcrte             = 20    ;   1    Enable/Disable Non-Local Source Routing
  28. dhcp_policy             = 21    ;  N×8   Non-Local Source Routing Policy Filters
  29. dhcp_mag_dg_assembly    = 22    ;   2    Max Datagram Reassembly Size
  30. dhcp_default_ip_tll     = 23    ;   1    Default IP Time to Live
  31. dhcp_mtu_timeout        = 24    ;   4    Path MTU Aging Timeout
  32. dhcp_mtu_plateau        = 25    ;  N×2   Path MTU Plateau Table
  33.  
  34. ;IP Layer Parameters per Interface
  35.  
  36. dhcp_mtu_interface      = 26    ;   2    Interface MTU Size
  37. dhcp_mtu_subnet         = 27    ;   1    All Subnets are Local
  38. dhcp_broadcast_address  = 28    ;   4    Broadcast Address
  39. dhcp_mask_discovery     = 29    ;   1    Perform Mask Discovery
  40. dhcp_mask_supplier      = 30    ;   1    Provide Mask to Others
  41. dhcp_router_discovery   = 31    ;   1    Perform Router Discovery
  42. dhcp_router_request     = 32    ;   4    Router Solicitation Address
  43. dhcp_static_route       = 33    ;  N×8   Static Routing Table
  44.  
  45. ;Link Layer Parameters per Interface
  46.  
  47. dhcp_trailers           = 34    ;   1    Trailer Encapsulation
  48. dhcp_arp_timeout        = 35    ;   4    ARP Cache Timeout
  49. dhcp_ethernet           = 36    ;   1    Ethernet Encapsulation
  50.  
  51. ;TCP Parameters
  52.  
  53. dhcp_default_tcp_tll    = 37    ;   1    Default TCP Time to Live
  54. dhcp_keepalive_time     = 38    ;   4    TCP Keepalive Interval
  55. dhcp_keepalive_data     = 39    ;   1    TCP Keepalive Garbage
  56.  
  57. ;Application and Service Parameters
  58.  
  59. dhcp_nis_domain         = 40    ;   N    NIS Domain Name
  60. dhcp_nis_servers        = 41    ;  N×4   NIS Server Addresses
  61. dhcp_ntp_servers        = 42    ;  N×4   NTP Server Addresses
  62. dhcp_vendor_specific    = 43    ;   N    Vendor Specific Information
  63. dhcp_netbios_name_srv   = 44    ;  N×4   NETBIOS Name Servers
  64. dhcp_netbios_dist_srv   = 45    ;  N×4   NETBIOS Datagram Distribution
  65. dhcp_netbios_node_type  = 46    ;   1    NETBIOS Node Type
  66. dhcp_netbios_scope      = 47    ;   N    NETBIOS Scope
  67. dhcp_x_window_font      = 48    ;  N×4   X Window Font Server
  68. dhcp_x_window_manager   = 49    ;  N×4   X Window Display Manager
  69. dhcp_nis_domain_name    = 64    ;   N    NIS+ v3 Client Domain Name
  70. dhcp_nis_server_addr    = 65    ;  N×4   NIS+ v3 Server Addresses
  71. dhcp_home_agent_addrs   = 68    ;  N×4   Mobile IP Home Agent Addresses
  72. dhcp_smtp_server        = 69    ;  N×4   Simple Mail Server Addresses
  73. dhcp_pop3_server        = 70    ;  N×4   Post Office Server Addresses
  74. dhcp_nntp_server        = 71    ;  N×4   Network News Server Addresses
  75. dhcp_www_server         = 72    ;  N×4   WWW Server Addresses
  76. dhcp_finger_server      = 73    ;  N×4   Finger Server Addresses
  77. dhcp_irc_server         = 74    ;  N×4   Chat Server Addresses
  78. dhcp_streettalk_server  = 75    ;  N×4   StreetTalk Server Addresses
  79. dhcp_stda_server        = 76    ;  N×4   ST Directory Assist. Addresses
  80.  
  81. ;DHCP Extensions
  82.  
  83. dhcp_address_request    = 50    ;   4    Requested IP Address
  84. dhcp_address_time       = 51    ;   4    IP Address Lease Time
  85. dhcp_option_overload    = 52    ;   1    Overload "sname" or "file"
  86. dhcp_msg_type           = 53    ;   1    DHCP Message Type
  87. dhcp_dhcp_server_id     = 54    ;   4    DHCP Server Identification
  88. dhcp_parameter_list     = 55    ;   N    Parameter Request List
  89. dhcp_dhcp_message       = 56    ;   N    DHCP Error Message
  90. dhcp_dhcp_max_msg_size  = 57    ;   2    DHCP Maximum Message Size
  91. dhcp_renewal_time       = 58    ;   4    DHCP Renewal (T1) Time
  92. dhcp_rebinding_time     = 59    ;   4    DHCP Rebinding (T2) Time
  93. dhcp_class_id           = 60    ;   N    Vendor Class Identifier
  94. dhcp_client_id          = 61    ;   N    Client Identifier
  95. dhcp_server_name        = 66    ;   N    TFTP Server Name
  96. dhcp_bootfile_name      = 67    ;   N    Boot File Name
  97.  
  98. ;Newer extensions
  99.  
  100. dhcp_netware_ip_domain  = 62    ;   N    Netware/IP Domain Name
  101. dhcp_netware_ip_option  = 63    ;   N    Netware/IP sub Options
  102. dhcp_user_class         = 77    ;   N    User Class Information
  103. dhcp_directory_agent    = 78    ;   N    directory agent information
  104. dhcp_service_scope      = 79    ;   N    service location agent scope
  105. dhcp_rapid_commit       = 80    ;   0    Rapid Commit
  106. dhcp_client_fqdn        = 81    ;   N    Fully Qualified Domain Name
  107. dhcp_relay_agent_info   = 82    ;   N    Relay Agent Information, RFC 3046
  108. dhcp_isns               = 83    ;   N    Internet Storage Name Service
  109. ;                           84             REMOVED/Unassigned
  110. dhcp_nds_servers        = 85    ;   N    Novell Directory Services
  111. dhcp_nds_tree_name      = 86    ;   N    Novell Directory Services
  112. dhcp_nds_conext         = 87    ;   N    Novell Directory Services
  113. dhcp_bcmcs              = 88    ;        Controller Domain Name list
  114. dhcp_bcmcs              = 89    ;        Controller IPv4 address option
  115. dhcp_authentication     = 90    ;   N    Authentication
  116. ;                           91             REMOVED/Unassigned
  117. ;                           92             REMOVED/Unassigned
  118. dhcp_client_system      = 93    ;   N    Client System Architecture
  119. dhcp_client_ndi         = 94    ;   N    Client Network Device Interface
  120. dhcp_ldap               = 95    ;   N    Lightweight Directory Access Protocol
  121. ;                           96             REMOVED/Unassigned
  122. dhcp_uuid_guid          = 97    ;   N    UUID/GUID-based Client Identifier
  123. dchp_user_auth          = 98    ;   N    Open Group's User Authentication
  124. ;                           99             REMOVED/Unassigned
  125. ;                           100            REMOVED/Unassigned
  126. ;                           101            REMOVED/Unassigned
  127. ;                           102            REMOVED/Unassigned
  128. ;                           103            REMOVED/Unassigned
  129. ;                           104            REMOVED/Unassigned
  130. ;                           105            REMOVED/Unassigned
  131. ;                           106            REMOVED/Unassigned
  132. ;                           107            REMOVED/Unassigned
  133. ;                           108            REMOVED/Unassigned
  134. ;                           109            REMOVED/Unassigned
  135. ;                           110            REMOVED/Unassigned
  136. ;                           111            REMOVED/Unassigned
  137. dhcp_netinfo_address    = 112   ;   N    NetInfo Parent Server Address
  138. dhcp_netinfo_tag        = 113   ;   N    NetInfo Parent Server Tag
  139. dhcp_url                = 114   ;   N    URL
  140. ;                           115            REMOVED/Unassigned
  141. dhcp_auto_config        = 116   ;   N    DHCP Auto-Configuration
  142. dhcp_ns_search          = 117   ;   N    Name Service Search
  143. dhcp_subnet_selection   = 118   ;   4    Subnet Selection Option
  144. dhcp_domain_search      = 119   ;   N    DNS domain search list
  145. dhcp_sip_servers        = 120   ;   N    SIP Servers DHCP Option
  146. dhcp_cl_static_route    = 121   ;   N    Classless Static Route Option
  147. dhcp_ccc                = 122   ;   N    CableLabs Client Configuration
  148. dhcp_geoconf            = 123   ;  16    GeoConf Option
  149. dhcp_v_i_vendor_class   = 124   ;        Vendor-Identifying Vendor Class
  150. dhcp_v_i_vendor_spec    = 125   ;        Vendor-Identifying Vendor-Specific
  151. ;                           126            REMOVED/Unassigned
  152. ;                           127            REMOVED/Unassigned
  153. dhcp_pxe                = 128   ;        PXE - undefined (vendor specific) (Tentatively Assigned - 23 June 2005)
  154. dhcp_etherboot_sign     = 128   ;        Etherboot signature. 6 bytes: E4:45:74:68:00:00
  155. dhcp_docsis             = 128   ;        DOCSIS "full security" server IP address
  156. dhcp_tftp_server_ip     = 128   ;        TFTP Server IP address (for IP Phone software load)
  157. dhcp_pxe                = 129   ;        PXE - undefined (vendor specific) (Tentatively Assigned - 23 June 2005)
  158. dhcp_kernel_options     = 129   ;        Kernel options. Variable length string
  159. dhcp_call_server_ip     = 129   ;        Call Server IP address
  160. dhcp_pxe                = 130   ;        PXE - undefined (vendor specific) (Tentatively Assigned - 23 June 2005)
  161. dhcp_ethernet_interface = 130   ;        Ethernet interface. Variable length string.
  162. dhcp_siscrimination     = 130   ;        Discrimination string (to identify vendor)
  163. dhcp_pxe                = 131   ;        PXE - undefined (vendor specific) (Tentatively Assigned - 23 June 2005)
  164. dhcp_remote_stat_server = 131   ;        Remote statistics server IP address
  165. dhcp_pxe                = 132   ;        PXE - undefined (vendor specific) (Tentatively Assigned - 23 June 2005)
  166. dhcp_802.1p             = 132   ;        802.1P VLAN ID
  167. dhcp_pxe                = 133   ;        PXE - undefined (vendor specific) (Tentatively Assigned - 23 June 2005)
  168. dhcp_802.1q             = 133   ;        802.1Q L2 Priority
  169. dhcp_pxe                = 134   ;        PXE - undefined (vendor specific) (Tentatively Assigned - 23 June 2005)
  170. dhcp_diffserv           = 134   ;        Diffserv Code Point
  171. dhcp_pxe                = 135   ;        PXE - undefined (vendor specific) (Tentatively Assigned - 23 June 2005)
  172. dhcp_http_proxy_psa     = 135   ;        HTTP Proxy for phone-specific applications
  173. ;                           136            REMOVED/Unassigned
  174. ;                           137            REMOVED/Unassigned
  175. ;                           138            REMOVED/Unassigned
  176. ;                           139            REMOVED/Unassigned
  177. ;                           140            REMOVED/Unassigned
  178. ;                           141            REMOVED/Unassigned
  179. ;                           142            REMOVED/Unassigned
  180. ;                           143            REMOVED/Unassigned
  181. ;                           144            REMOVED/Unassigned
  182. ;                           145            REMOVED/Unassigned
  183. ;                           146            REMOVED/Unassigned
  184. ;                           147            REMOVED/Unassigned
  185. ;                           148            REMOVED/Unassigned
  186. ;                           149            REMOVED/Unassigned
  187. dhcp_tftp_server_addr   = 150   ;        TFTP server address (Tentatively Assigned - 23 June 2005)
  188. dhcp_etherboot          = 150   ;        Etherboot
  189. dhcp_grub_conf_path     = 150   ;        GRUB configuration path name
  190. ;                           151            REMOVED/Unassigned
  191. ;                           152            REMOVED/Unassigned
  192. ;                           153            REMOVED/Unassigned
  193. ;                           154            REMOVED/Unassigned
  194. ;                           155            REMOVED/Unassigned
  195. ;                           156            REMOVED/Unassigned
  196. ;                           157            REMOVED/Unassigned
  197. ;                           158            REMOVED/Unassigned
  198. ;                           159            REMOVED/Unassigned
  199. ;                           160            REMOVED/Unassigned
  200. ;                           161            REMOVED/Unassigned
  201. ;                           162            REMOVED/Unassigned
  202. ;                           163            REMOVED/Unassigned
  203. ;                           164            REMOVED/Unassigned
  204. ;                           165            REMOVED/Unassigned
  205. ;                           166            REMOVED/Unassigned
  206. ;                           167            REMOVED/Unassigned
  207. ;                           168            REMOVED/Unassigned
  208. ;                           169            REMOVED/Unassigned
  209. ;                           170            REMOVED/Unassigned
  210. ;                           171            REMOVED/Unassigned
  211. ;                           172            REMOVED/Unassigned
  212. ;                           173            REMOVED/Unassigned
  213. ;                           174            REMOVED/Unassigned
  214. dhcp_etherboot          = 175   ;        Etherboot (Tentatively Assigned - 23 June 2005)
  215. dhcp_ip_telephone       = 176   ;        IP Telephone (Tentatively Assigned - 23 June 2005)
  216. dhcp_etherboot          = 177   ;        Etherboot (Tentatively Assigned - 23 June 2005)
  217. dhcp_packetcable        = 177   ;        PacketCable and CableHome (replaced by 122)
  218. ;                           178            REMOVED/Unassigned
  219. ;                           179            REMOVED/Unassigned
  220. ;                           180            REMOVED/Unassigned
  221. ;                           181            REMOVED/Unassigned
  222. ;                           182            REMOVED/Unassigned
  223. ;                           183            REMOVED/Unassigned
  224. ;                           184            REMOVED/Unassigned
  225. ;                           185            REMOVED/Unassigned
  226. ;                           186            REMOVED/Unassigned
  227. ;                           187            REMOVED/Unassigned
  228. ;                           188            REMOVED/Unassigned
  229. ;                           189            REMOVED/Unassigned
  230. ;                           190            REMOVED/Unassigned
  231. ;                           191            REMOVED/Unassigned
  232. ;                           192            REMOVED/Unassigned
  233. ;                           193            REMOVED/Unassigned
  234. ;                           194            REMOVED/Unassigned
  235. ;                           195            REMOVED/Unassigned
  236. ;                           196            REMOVED/Unassigned
  237. ;                           197            REMOVED/Unassigned
  238. ;                           198            REMOVED/Unassigned
  239. ;                           199            REMOVED/Unassigned
  240. ;                           200            REMOVED/Unassigned
  241. ;                           201            REMOVED/Unassigned
  242. ;                           202            REMOVED/Unassigned
  243. ;                           203            REMOVED/Unassigned
  244. ;                           204            REMOVED/Unassigned
  245. ;                           205            REMOVED/Unassigned
  246. ;                           206            REMOVED/Unassigned
  247. ;                           207            REMOVED/Unassigned
  248. dhcp_pxelinux.magic    =  208   ;        pxelinux.magic (string) = F1:00:74:7E (241.0.116.126) (Tentatively Assigned - 23 June 2005)
  249. dhcp_pxelinux.conffile =  209   ;        pxelinux.configfile (text) (Tentatively Assigned - 23 June 2005)
  250. dhcp_pxelinux.path     =  210   ;        pxelinux.pathprefix (text) (Tentatively Assigned - 23 June 2005)
  251. dhcp_pxelinux.reboot   =  211   ;        pxelinux.reboottime (unsigned integer 32 bits) (Tentatively Assigned - 23 June 2005)
  252. ;                           212            REMOVED/Unassigned
  253. ;                           213            REMOVED/Unassigned
  254. ;                           214            REMOVED/Unassigned
  255. ;                           215            REMOVED/Unassigned
  256. ;                           216            REMOVED/Unassigned
  257. ;                           217            REMOVED/Unassigned
  258. ;                           218            REMOVED/Unassigned
  259. ;                           219            REMOVED/Unassigned
  260. dhcp_subnet_aloc       =  220   ;        Subnet Allocation Option (Tentatively Assigned - 23 June 2005)
  261. dhcp_virtual_subnet    =  221   ;        Virtual Subnet Selection Option (Tentatively Assigned - 23 June 2005)
  262. ;                           222            REMOVED/Unassigned
  263. ;                           223            REMOVED/Unassigned
  264.