home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Connectivity / GateKeeper-2.1 / NetcomExample.Gate / options < prev    next >
Encoding:
Text File  |  1997-04-03  |  3.4 KB  |  133 lines

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