home *** CD-ROM | disk | FTP | other *** search
/ Handbook of Infosec Terms 2.0 / Handbook_of_Infosec_Terms_Version_2.0_ISSO.iso / text / rfcs / rfc1877.txt < prev    next >
Text File  |  1996-05-07  |  11KB  |  222 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                            S. Cobb Request for Comments: 1877                                     Microsoft Category: Informational                                    December 1995 
  8.  
  9.           PPP Internet Protocol Control Protocol Extensions for                          Name Server Addresses 
  10.  
  11. Status of this Memo 
  12.  
  13.    This memo provides information for the Internet community.  This memo    does not specify an Internet standard of any kind.  Distribution of    this memo is unlimited. 
  14.  
  15. Abstract 
  16.  
  17.    The Point-to-Point Protocol (PPP) [1] provides a standard method for    transporting multi-protocol datagrams over point-to-point links.  PPP    defines an extensible Link Control Protocol and a family of Network    Control Protocols (NCPs) for establishing and configuring different    network-layer protocols. 
  18.  
  19.    This document extends the NCP for establishing and configuring the    Internet Protocol over PPP [2], defining the negotiation of primary    and secondary Domain Name System (DNS) [3] and NetBIOS Name Server    (NBNS) [4] addresses. 
  20.  
  21. Table of Contents 
  22.  
  23.      1.     Additional IPCP Configuration options .................    1         1.1         Primary DNS Server Address ....................    2         1.2         Primary NBNS Server Address ...................    3         1.3         Secondary DNS Server Address ..................    4         1.4         Secondary NBNS Server Address .................    5      REFRENCES ....................................................    6      SECURITY CONSIDERATIONS ......................................    6      CHAIR'S ADDRESS ..............................................    6      AUTHOR'S ADDRESS .............................................    6 
  24.  
  25. 1.  Additional IPCP Configuration Options 
  26.  
  27.    The four name server address configuration options, 129 to 132,    provide a method of obtaining the addresses of Domain Name System    (DNS) servers and (NetBIOS Name Server (NBNS) nodes on the remote    network. 
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  Cobb                         Informational                      [Page 1] 
  34.  RFC 1877                  PPP IPCP Extensions              December 1995 
  35.  
  36.     Primary and secondary addresses are negotiated independently.  They    serve identical purposes, except that when both are present an    attempt SHOULD be made to resolve names using the primary address    before using the secondary address. 
  37.  
  38.    For implementational convenience, these options are designed to be    identical in format and behavior to option 3 (IP-Address) which is    already present in most IPCP implementations. 
  39.  
  40.    Since the usefulness of name server address information is dependent    on the topology of the remote network and local peer's application,    it is suggested that these options not be included in the list of    "IPCP Recommended Options". 
  41.  
  42. 1.1.  Primary DNS Server Address 
  43.  
  44.    Description 
  45.  
  46.       This Configuration Option defines a method for negotiating with       the remote peer the address of the primary DNS server to be used       on the local end of the link.  If local peer requests an invalid       server address (which it will typically do intentionally) the       remote peer specifies the address by NAKing this option, and       returning the IP address of a valid DNS server. 
  47.  
  48.       By default, no primary DNS address is provided. 
  49.  
  50.    A summary of the Primary DNS Address Configuration Option format is    shown below.  The fields are transmitted from left to right. 
  51.  
  52.     0                   1                   2                   3     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+    |     Type      |    Length     |      Primary-DNS-Address    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       Primary-DNS-Address (cont)   |    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
  53.  
  54.    Type 
  55.  
  56.       129 
  57.  
  58.    Length 
  59.  
  60.       6 
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  Cobb                         Informational                      [Page 2] 
  67.  RFC 1877                  PPP IPCP Extensions              December 1995 
  68.  
  69.     Primary-DNS-Address 
  70.  
  71.       The four octet Primary-DNS-Address is the address of the primary       DNS server to be used by the local peer.  If all four octets are       set to zero, it indicates an explicit request that the peer       provide the address information in a Config-Nak packet. 
  72.  
  73.    Default 
  74.  
  75.       No address is provided. 
  76.  
  77. 1.2.  Primary NBNS Server Address 
  78.  
  79.    Description 
  80.  
  81.       This Configuration Option defines a method for negotiating with       the remote peer the address of the primary NBNS server to be used       on the local end of the link.  If local peer requests an invalid       server address (which it will typically do intentionally) the       remote peer specifies the address by NAKing this option, and       returning the IP address of a valid NBNS server. 
  82.  
  83.       By default, no primary NBNS address is provided. 
  84.  
  85.    A summary of the Primary NBNS Address Configuration Option format is    shown below.  The fields are transmitted from left to right. 
  86.  
  87.     0                   1                   2                   3     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+    |     Type      |    Length     |      Primary-NBNS-Address    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       Primary-NBNS-Address (cont)  |    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
  88.  
  89.    Type 
  90.  
  91.       130 
  92.  
  93.    Length 
  94.  
  95.       6 
  96.  
  97.    Primary-NBNS-Address 
  98.  
  99.       The four octet Primary-NBNS-Address is the address of the primary       NBNS server to be used by the local peer.  If all four octets are       set to zero, it indicates an explicit request that the peer 
  100.  
  101.  
  102.  
  103. Cobb                         Informational                      [Page 3] 
  104.  RFC 1877                  PPP IPCP Extensions              December 1995 
  105.  
  106.        provide the address information in a Config-Nak packet. 
  107.  
  108.    Default 
  109.  
  110.       No address is provided. 
  111.  
  112. 1.3.  Secondary DNS Server Address 
  113.  
  114.    Description 
  115.  
  116.       This Configuration Option defines a method for negotiating with       the remote peer the address of the secondary DNS server to be used       on the local end of the link.  If local peer requests an invalid       server address (which it will typically do intentionally) the       remote peer specifies the address by NAKing this option, and       returning the IP address of a valid DNS server. 
  117.  
  118.       By default, no secondary DNS address is provided. 
  119.  
  120.    A summary of the Secondary DNS Address Configuration Option format is    shown below.  The fields are transmitted from left to right. 
  121.  
  122.     0                   1                   2                   3     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+    |     Type      |    Length     |      Secondary-DNS-Address    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       Secondary-DNS-Address (cont) |    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
  123.  
  124.    Type 
  125.  
  126.       131 
  127.  
  128.    Length 
  129.  
  130.       6 
  131.  
  132.    Secondary-DNS-Address 
  133.  
  134.       The four octet Secondary-DNS-Address is the address of the primary       NBNS server to be used by the local peer.  If all four octets are       set to zero, it indicates an explicit request that the peer       provide the address information in a Config-Nak packet. 
  135.  
  136.    Default 
  137.  
  138.       No address is provided. 
  139.  
  140.  
  141.  
  142. Cobb                         Informational                      [Page 4] 
  143.  RFC 1877                  PPP IPCP Extensions              December 1995 
  144.  
  145.  1.4.  Secondary NBNS Server Address 
  146.  
  147.    Description 
  148.  
  149.       This Configuration Option defines a method for negotiating with       the remote peer the address of the secondary NBNS server to be       used on the local end of the link.  If local peer requests an       invalid server address (which it will typically do intentionally)       the remote peer specifies the address by NAKing this option, and       returning the IP address of a valid NBNS server. 
  150.  
  151.       By default, no secondary NBNS address is provided. 
  152.  
  153.    A summary of the Secondary NBNS Address Configuration Option format    is shown below.  The fields are transmitted from left to right. 
  154.  
  155.        0                   1                   2                   3        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |     Type      |    Length     |      Secondary-NBNS-Address       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+         Secondary-NBNS-Address (cont) |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
  156.  
  157.       Type 
  158.  
  159.          132 
  160.  
  161.       Length 
  162.  
  163.          6 
  164.  
  165.       Secondary-NBNS-Address 
  166.  
  167.          The four octet Secondary-NBNS-Address is the address of the          secondary NBNS server to be used by the local peer.  If all          four octets are set to zero, it indicates an explicit request          that the peer provide the address information in a Config-Nak          packet. 
  168.  
  169.       Default 
  170.  
  171.          No address is provided. 
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  Cobb                         Informational                      [Page 5] 
  180.  RFC 1877                  PPP IPCP Extensions              December 1995 
  181.  
  182.  References 
  183.  
  184.    [1] Simpson, W., Editor, "The Point-to-Point Protocol (PPP)", STD 51,        RFC 1661, Daydreamer, July 1994. 
  185.  
  186.    [2] McGregor, G., "PPP Internet Control Protocol", RFC 1332, Merit,        May 1992. 
  187.  
  188.    [3] Auerbach, K., and A. Aggarwal, "Protocol Standard for a NetBIOS        Service on a TCP/UDP Transport", STD 19, RFCs 1001 and 1002,        March 1987. 
  189.  
  190.    [4] Mockapetris, P., "Domain Names - Concepts and Facilities", STD        13, RFC 1034, USC/Information Sciences Institute, November 1987. 
  191.  
  192.    [5] Mockapetris, P., "Domain Names - Implementation and        Specification", STD 13, RFC 1035, USC/Information Sciences        Institute, November 1987. 
  193.  
  194. Security Considerations 
  195.  
  196.    Security issues are not discussed in this memo. 
  197.  
  198. Chair's Address 
  199.  
  200.    The working group can be contacted via the current chair: 
  201.  
  202.       Fred Baker       Cisco Systems       519 Lado Drive       Santa Barbara, California  93111 
  203.  
  204.       EMail: fred@cisco.com 
  205.  
  206. Author's Address 
  207.  
  208.    Questions about this memo can also be directed to: 
  209.  
  210.       Steve Cobb       Microsoft Corporation       One Microsoft Way       Redmond, WA  98052-6399 
  211.  
  212.       Phone: (206) 882-8080 
  213.  
  214.       EMail: stevec@microsoft.com 
  215.  
  216.  
  217.  
  218.  
  219.  
  220. Cobb                         Informational                      [Page 6] 
  221.  
  222.