home *** CD-ROM | disk | FTP | other *** search
/ Millennium Time Capsule / AC2000.BIN / disks / ac9_disk / tutorial.s / sting.tut / ac_stdef.txt
Encoding:
Text File  |  1998-03-25  |  2.9 KB  |  147 lines

  1. STiNG configuration files
  2. ==========================================================================
  3. Here are my DEFAULT.CFG and DIAL.SCR files which I use with my ISP - 
  4. Internet Direct in Toronto. Although they won't work with every ISP, they 
  5. should work as a template for getting STiNG configured with your 
  6. particular account. Note the PAP-ID and PAP_PASSWD entries; these are 
  7. sometimes used to access a PPP connection on some ISPs, which in most 
  8. cases just requires inserting the username and password you selected (or 
  9. were allocated) when you set up your account.
  10.  
  11. DEFAULT.CFG
  12. ---
  13. #
  14. #  This is the STinG relevant stuff.
  15. #
  16. ALLOCMEM    = 150000
  17. #
  18. THREADING   = 50
  19. FRAG_TTL    = 60
  20. #
  21. ICMP_GMT    = -60
  22. ICMP_AD     = 10
  23. ICMP_FLAG   = 0
  24. #
  25. TCP_PORT    = 1024
  26. MSS         = 2000
  27. RCV_WND     = 5000
  28. DEF_RTT     = 50
  29. DEF_TTL     = 128
  30. TCP_ICMP    = 1
  31. #
  32. UDP_PORT    = 1024
  33. UDP_ICMP    = 1
  34. #
  35. USERNAME    = dreibel
  36. HOSTNAME    = idirect.com
  37. FULLNAME    = Daniel L. Dreibelbis
  38. #
  39. NAMESERVER  = 199.166.254.254
  40. DOMAIN      = idirect.com
  41. DNS_CACHE   = 64
  42. DNS_SAVE    = TRUE
  43. #
  44. PAP_ID      = 
  45. PAP_PASSWD  = 
  46. #
  47. #  Here starts the client relevant stuff.
  48. #
  49. # Used by the Dialer :
  50. #
  51. DIALER      = 127.0.0.1
  52. LOGIN_BATCH = C:\DIALER\LOGIN.BAT
  53. #
  54. # Used by CAB.OVL (read CAB_OVL.DOC) :
  55. #
  56. #EMAIL           = postoffice.idirect.com 
  57. #SMTP_HOST       = 3128 
  58. #HTTP_PROXY      = proxy.idirect.com
  59. #HTTP_PROXY_PORT = 3128
  60. #
  61. ---
  62.  
  63.  
  64. DIAL.SCR
  65. ---
  66. #
  67. #   General Parameters
  68. #
  69. SERIALPORT      = Modem 2
  70. DEF_ROUTE       = TRUE
  71. MASQUERADE      = FALSE
  72. EXEC_BATCH      = FALSE
  73. CIX_LOGIN       = FALSE
  74. RESIDENT        = TRUE
  75. DEBUGGING       = TRUE
  76. #
  77. #
  78. #   Port Parameters
  79. #
  80. CLIENT_IP       = 0.0.0.0
  81. MTU             = 576
  82. PAP_ID          = dreibel
  83. PAP_PASSWORD    = 7u4eg5d
  84. PROTOCOL        = 1
  85. VJHC            = FALSE
  86. LAN_PORT        = FALSE
  87. #
  88. #
  89. #   Addressing
  90. #
  91. USERNAME        = dreibel
  92. FULLNAME        = Daniel L. Dreibelbis
  93. HOSTNAME        = idirect.com
  94. NAMESERVER      = 199.166.254.254
  95. NAMESERVER      = 130.75.1.40
  96. #
  97. #
  98. #   Modem Specifics
  99. #
  100. INIT            = ATS11=50
  101. PREFIX          = ATDT
  102. HANGUP          = ,+++,ATH
  103. CONNECT_WAIT    = 60
  104. REDIAL_DELAY    = 20
  105. SUCCESS         = CONNECT
  106. SUCCESS         = CDWAIT
  107. FAILURE         = BUSY
  108. FAILURE         = NO CARRIER
  109. ABORT           = NO DIALTONE
  110. #
  111. #
  112. #   Telephone
  113. #
  114. PHONE_NUMBER    = 233-2999
  115. FEE_FILE        = LOCAL.FEE
  116. ISP_TIME        = 72, 0.07
  117. ISP_SENT        = 12288, 0.03
  118. ISP_RECVD       = 86016, 0.09
  119. #
  120. #
  121. #   Network Environment
  122. #
  123. #
  124. #
  125. #   Dial Script
  126. #
  127. FIND_TIMEOUT    = 60
  128. #
  129. DIAL_SCRIPT
  130. #
  131. WAIT            = 500
  132. REPT            = /
  133. FIND            = login:
  134. RESP            = dreibel
  135. #
  136. WAIT            = 500
  137. REPT            = 
  138. FIND            = Password:
  139. RESP            = *******
  140. #
  141. WAIT            = 500
  142. REPT            = 
  143. FIND            = continue
  144. RESP            = ppp
  145. #
  146. ---
  147.