home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / rfc / 1800s / rfc1877.txt < prev    next >
Text File  |  1995-12-18  |  11KB  |  340 lines

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