home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / INTERNET / TCPIP / INETCON2 / CORE.IN_ / CORE.IN
Encoding:
INI File  |  1995-01-20  |  7.3 KB  |  345 lines

  1. [winsock]
  2. ; name of this host
  3. hostname=
  4.  
  5. ; if use DNS for name resolution set the following to yes (default is no)
  6. ;usedomainnameserver=yes
  7.  
  8. ; if use NIS for name resolution set the following to yes (default is no)
  9. ;usenisnameserver=yes
  10.  
  11. ; domain this host belongs to
  12. domainname=
  13.  
  14. ; if use DNS or NIS, enter ip addresses of name servers
  15. nameservers=
  16.  
  17. ; to disable winsock background monitor set the following to no 
  18. ; (default is yes)
  19. ;usewinsockmonitor=no
  20.  
  21. ; to substitute your own winsock monitor (instead of the one supplied), 
  22. ; set its name here
  23. customwinsockmonitor=wsacore.exe
  24.  
  25. ; full pathname of hosts, services and protocol files
  26. ; note that if name server is used, hosts file is not required. In 
  27. ; addition if internal services and protocol databases are used (see below), 
  28. ; pathnames for corresponding external services and protocol files are 
  29. ; not needed
  30. hostsdb=\corewsds\hosts
  31. ;servicesdb=\corewsds\services
  32. ;protocolsdb=\corewsds\protocol
  33.  
  34. ; CORE winsock contains built-in services and protocol files,
  35. ; hence obviating the need for external services and protocol files. If
  36. ; you do not wish to use the built-in files, set the following keywords 
  37. ; to no (default is yes)
  38. ;useinternalservdb=no
  39. ;useinternalprotodb=no
  40. ; if use bootp or DHCP server set it to yes (default is no)
  41. usebootp=no
  42. useinternalservdb=yes
  43. useinternalprotodb=yes
  44. usenisnameserver=no
  45. usedomainnameserver=no
  46. usehostsfileanddns=yes
  47.  
  48. [tcpip]
  49. licensenumber=7W-9767-04B09F1
  50.  
  51. ; ip address of this host
  52. ; if bootp or DHCP server is not used
  53. ipaddress=
  54.  
  55. ; network mask
  56. netmask=255.0.0.0
  57. gateways=
  58. ipforwarding=yes
  59. actasgateway=yes
  60. subnetsarelocal=yes
  61. allowicmpredirect=yes
  62. ; specify your packet filter library here (useful for gateway only)
  63. ;ipfilterlibrary=ipfilter.dll
  64.  
  65. [wsacore]
  66. ;debug=yes
  67. visible=yes
  68. ;usepolling=no
  69. ; number of secs of inactivity before exiting (0 means never timeout)
  70. inactivetimeout=1
  71. ;inactivetimeout=0
  72. ;testing=yes
  73. ;log=no
  74. datatrace=no
  75. tcptrace=no
  76. udptrace=no
  77. icmptrace=no
  78. arptrace=no
  79.  
  80. [wping]
  81. hostname=lucy
  82. verbose=yes
  83. debug=no
  84. dontroute=no
  85. iterations=1
  86. packetsize=56
  87. showmessagewindow=yes
  88. twowindows=no
  89. logfilename=\COREWSDS\WPING.log
  90. backgroundcolor=65280
  91. textcolor=16711680
  92.  
  93. [wfinger]
  94. hostname=lucy
  95. username=fred
  96. backgroundcolor=255
  97. textcolor=16777215
  98. logfilename=\COREWSDS\WFINGER.log
  99.  
  100. [ethernet_0]
  101. name=ethernet0-pktdrv
  102. ; IP address of interface (if different from local address above)
  103. enabled=no
  104. localipaddr=
  105. netmask=255.0.0.0
  106. mtu=1500
  107.  
  108. [serial_0]
  109. ;name=slip-interface
  110. ;name=ppp-interface
  111. ; local IP address, set to 0 if dynamically assigned by host
  112. localipaddr=0.0.0.0
  113. ; remote IP address, set to 0 if dynamically assigned by host
  114. remoteipaddr=0.0.0.0
  115. enabled=yes
  116. mtu=256
  117. ; do not change this
  118. portmonitor=wsaslip.exe
  119. ; VJ compression, dynamic means support whatever mode used by host
  120. ;compressed=dynamic
  121. compressed=yes
  122. sendicmp=yes
  123. port=com1
  124. protocol=ppp
  125. ; Set to yes to accept incoming connection (i.e. run as server)
  126. server=no
  127.  
  128. netmask=255.0.0.0
  129. inactivetimeout=300
  130.  
  131. ; other PPP-related parameters
  132.  
  133. asyncmap=0xffffffff
  134. ;asyncmap=0
  135. ; userid and password to send to remote if remote uses PAP
  136. ; if not set here, will prompt for at connection time
  137. myuserid=my_userid_here
  138. mypassword=my_password_here
  139.  
  140. ; PPP negotiated options
  141. ; if run as server, require remote to send in user-id and password
  142. pppopt_upap=no
  143. ; do VJC negotiation as defined by old RFC1172 (option 2)
  144. pppopt_rfc1172vjc=no
  145. ; by default we will do IP address negotiation as defined by RFC1332
  146. ; (option 3). However, if remote host uses old RFC1172 format, we comply.
  147. ; do IP address negotiation as defined by old RFC1172 (option 1)
  148. pppopt_rfc1172ipaddr=no
  149. pppopt_cidcompression=no
  150. pppopt_ipaddr=yes
  151. pppopt_vjcompression=no
  152. pppopt_upap=no
  153. pppopt_mru=no
  154. pppopt_accompression=no
  155. pppopt_pcompression=no
  156. pppopt_asyncmap=no
  157. pppopt_magicnumber=no
  158. ;pppopt_startmode=passive
  159. pppopt_startmode=active
  160.  
  161. [ppp_server_users]
  162. ; list of userids allowed to connect to this machine
  163. ; userid=password,localipaddr,remoteipaddr
  164. my_user_id=TCwXjXAFGK6,193.47.1.3,193.47.1.5
  165.  
  166. [ppp_server_messages]
  167. ; if run as PPP server, messages to be sent to remote host to
  168. ; indicate login success or failure
  169. loginsuccessmsg=Welcome to Internet-Connect (TM) PPP Server
  170. loginfailmsg=Login to Internet-Connect (TM) PPP Server failed
  171. logfile=pppusers.log
  172.  
  173. [wsaslip]
  174. visible=yes
  175. testing=no
  176. ; turn these off to maximize performance
  177. debug=no
  178. trace=no
  179. log=no
  180. defaultport=com1
  181. ; set your favorite dialer here. Set to blank (recommended) if
  182. ; use Internet-Connect built-in dialer (i.e. via wsaslip.scr script).
  183. ;dialer=wsadial.exe
  184. dialer=
  185. ; login script
  186. scriptfile=wsaslip.scr
  187. ; hangup script
  188. ;hangupscriptfile=hangup.scr
  189. hangupscriptfile=
  190. ; time for wsaslip to exit after all winsock
  191. ; applications have terminated
  192. exittimeout=1
  193.  
  194. [wsaslip_com1]
  195. enabled=yes
  196. connect=modem
  197. ;connect=direct
  198. flowcontrol=rtscts
  199. parity=None
  200. stopbits=1
  201. xonxoff=no
  202. baudrate=9600
  203. autoreconnect=yes
  204. databits=8
  205. onlinestatuscheck=usenone
  206. ; set to yes if wish to continually monitor DCD (default is no)
  207. ;monitordcd=yes
  208.  
  209. [wsaslip_com2]
  210. enabled=no
  211. connect=modem
  212. ;connect=direct
  213. flowcontrol=rtscts
  214. parity=none
  215. stopbits=1
  216. xonxoff=no
  217. baudrate=9600
  218. autoreconnect=yes
  219. databits=8
  220. onlinestatuscheck=usenone
  221. ; set to yes if wish to continually monitor DCD (default is no)
  222. ;monitordcd=yes
  223.  
  224. [wsaslip_com3]
  225. enabled=no
  226. connect=modem
  227. flowcontrol=rtscts
  228. parity=none
  229. stopbits=1
  230. xonxoff=no
  231. baudrate=2400
  232. databits=8
  233. onlinestatuscheck=usenone
  234. ; set to yes if wish to continually monitor DCD (default is no)
  235. ;monitordcd=yes
  236.  
  237. [wsadial]
  238. InitString=AT&F&D0V1
  239. DialPrefix=ATDT
  240. DialSuffix=
  241. HangUp=ATH0
  242. Connect1=CONNECT 1200
  243. Connect2=CONNECT 2400
  244. Connect3=CONNECT 9600
  245. Connect4=CONNECT 14400
  246. Fail1=NO CARRIER
  247. Fail2=BUSY
  248. Fail3=VOICE
  249. Fail4=NO ANSWER
  250. flowcontrol=rtscts
  251. CarriageReturn=CR
  252. ;ApplicationName=wsaslip.exe
  253. ApplicationDelay=5
  254. DialOnStartup=NO
  255. Trace=NO
  256. Debug=NO
  257. ExitOnConnect=NO
  258. DialEntry=0
  259. Log=NO
  260.  
  261. [wsatty]
  262. NewLine=NO
  263. LocalEcho=NO
  264. AutoWrap=YES
  265. Port=3
  266. BaudRate=-236
  267. DataBits=8
  268. FlowControl=2
  269. Parity=0
  270. StopBits=0
  271. XonXoff=NO
  272. ForegroundColor=16711680
  273. UseCNReceive=YES
  274. DiaplayErrorMessages=YES
  275.  
  276. [ethernet_1]
  277. name=ethernet1-pktdrv
  278. localipaddr=0.0.0.0
  279. netmask=255.0.0.0
  280. mtu=1500
  281. enabled=no
  282.  
  283. [serial_1]
  284. name=slip1-interface
  285. localipaddr=0.0.0.0
  286. remoteipaddr=0.0.0.0
  287. netmask=255.0.0.0
  288. mtu=1500
  289. enabled=no
  290. inactivetimeout=300
  291. compressed=yes
  292. server=no
  293. sendicmp=yes
  294. protocol=slip
  295. portmonitor=wsaslip.exe
  296.  
  297. [serial_2]
  298. name=slip2-interface
  299. localipaddr=0.0.0.0
  300. remoteipaddr=0.0.0.0
  301. netmask=255.0.0.0
  302. mtu=1500
  303. enabled=no
  304. inactivetimeout=300
  305. compressed=yes
  306. server=no
  307. sendicmp=yes
  308. protocol=slip
  309. portmonitor=wsaslip.exe
  310.  
  311. [serial_3]
  312. name=
  313. localipaddr=0.0.0.3
  314. remoteipaddr=0.0.0.0
  315. netmask=255.0.0.0
  316. mtu=1500
  317. enabled=no
  318. inactivetimeout=300
  319. compressed=yes
  320. server=no
  321. sendicmp=yes
  322. protocol=ppp
  323. portmonitor=wsaslip.exe
  324.  
  325. [wsaslip_com4]
  326. enabled=no
  327. connect=direct
  328. flowcontrol=rtscts
  329. parity=no
  330. stopbits=1
  331. xonxoff=no
  332. baudrate=9600
  333. databits=8
  334. onlinestatuscheck=usenone
  335. ; set to yes if wish to continually monitor DCD (default is no)
  336. ;monitordcd=yes
  337.  
  338. [order]
  339. mailserver=sun.cais.com
  340.  
  341. [DialDirectory]
  342. Entry0=violet|1-908-4772788|COM1|9600|N|8|1|wsadial.scr|Modem
  343. Entry1=linus-slip||COM2|9600|N|8|1||Direct
  344.  
  345.