home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Connectivity / GateKeeper-2.1 / options < prev    next >
Encoding:
Text File  |  1997-02-28  |  3.1 KB  |  128 lines

  1. #
  2. # This is an options file.  If this file is contained in GateKeeper's
  3. # app wrapper or in a Gate doc and the aformentioned is selected in
  4. # GateKeeper's preferences->Link panel this file will be supplied to
  5. # pppd as a commandline argument when the user Links
  6. #
  7.  
  8. /dev/cudfa   57600 
  9.  
  10. #
  11. # The size of the Maximum Transfer Unit.  Higher values
  12. # give better performance for file transfers.  Lower values
  13. # give better performance for interactive performance.
  14. #
  15.  
  16. #mtu 296
  17.  
  18. #
  19. # If you want to periodically touch the other end to make 
  20. # sure it is still alive, set these options.
  21. #
  22. #lcp-echo-interval 15    # interval in seconds between touches
  23. #lcp-echo-failure  3     # number of failed attempts before link shutdown
  24.  
  25. #
  26. # If you want to enable debugging of the pppd process, leave
  27. # this uncommented.  Output will be sent to the file
  28. # /usr/adm/ppp2.2.debug (or whatever you set it to in
  29. # /etc/syslog.conf.
  30. #
  31.  
  32. #@debug
  33.  
  34. #
  35. # If you want kernel debugging (i.e. debug output from the
  36. # NeXT LKS), enable this:
  37. #
  38. # kdebug 1  is SC_DEBUG
  39. #        2  is SC_LOG_INPKT
  40. #        4  is SC_LOG_OUTPKT
  41. #        8  is SC_LOG_RAWIN
  42. #        16 is SC_LOG_FLUSH
  43. # add together to get debugging you want.
  44. #
  45.  
  46. #kdebug 17
  47.  
  48. #
  49. # If you want pppd to set the PPP connection as the default
  50. # route when the link is brought up, enable this option.
  51. # Standalone systems dialing into a provider probably want this
  52. # option.
  53. #
  54.  
  55. defaultroute
  56.  
  57. #
  58. # These two options disable some of the
  59. # various types of authentication.
  60. #
  61. # Note: Some systems require authenticaion before
  62. #       negotiation can complete.  If you disable
  63. #       authentication on these systems, they will
  64. #       not complain, but they will also not allow
  65. #       negotiaion to complete and your link will
  66. #       not come up.
  67. #
  68. # If you enable either or both of these, you must
  69. # read the pppd man page to create the proper 
  70. # secrets files.
  71. #
  72. #-pap
  73. #-chap
  74.  
  75. #
  76. # This specifies that should use a UUCP-style lock on the
  77. # serial device to ensure exclusive access to the device.
  78. #
  79.  
  80. lock
  81.  
  82. #
  83. # Use hardware flow control (i.e. RTS/CTS) to control the
  84. #  flow of data on the serial port.
  85. #
  86. # On NeXT, you also must use the proper device.
  87. #  /dev/cufa 
  88. #    -or-
  89. #  /dev/cufb
  90. #
  91.  
  92. crtscts
  93.  
  94. #
  95. # bsdcomp nr,nt
  96. #
  97. # Request that the peer compress packets that it sends,
  98. # using the BSD-Compress scheme, with a maximum code size
  99. # of nr bits, and agree to compress packets sent to the
  100. # peer with a maximum code size of nt bits.  If nt is not
  101. # specified, it defaults to the value given for nr.
  102. # Values in the range 9 to 15 may be used for nr and nt;
  103. # larger values give better compression but consume more
  104. # kernel memory for compression dictionaries.  Alterna-
  105. # tively, a value of 0 for nr or nt disables compression
  106. # in the corresponding direction.
  107. #
  108. # It is OK if the peer doesn't support BSD compression.  In that
  109. # case, the peer will NAK this option and things will continue
  110. # normally.
  111.  
  112. #bsdcomp 10,10    
  113. -bsdcomp
  114. #-vj
  115.  
  116. #
  117. # Add an entry to this system's ARP [Address Resolution
  118. # Protocol] table with the IP address of the peer and the
  119. # Ethernet address of this system.
  120. #
  121. # This is only necessary if your are allowing others to dial
  122. # into you (i.e. you are the server).
  123.  
  124. #proxyarp
  125.  
  126.  
  127.