home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.3 / 1996-04_-_Disc_2.3.bin / war2 / kali / isp.hlp < prev    next >
Text File  |  1996-01-17  |  28KB  |  1,468 lines

  1. ISP help file version 1.2
  2.  
  3. Even if your ISP isn't listed, these sample scripts might help you
  4. get an idea of what to put in your own script.  If you get a script
  5. working that is not in this file, please send it to:
  6.  
  7. jay@calc.vet.uga.edu
  8.  
  9. Include your wattcp.cfg, dial.ppp, and any notes you feel are
  10. appropriate.  Let me know if you want your email address listed.
  11.  
  12. Notes:
  13.  
  14. 1. In all dial.ppp scripts, replace <username> and <password> with
  15. your own username and password.  Also replace the my_ip number with
  16. *your* ip#.
  17.  
  18. 2. For all PPP and SLIP users, you only need your ip number and
  19. a netmask of 0.0.0.0 in wattcp.cfg for most providers.  PPP users
  20. should include the line "ppp = 1" in the wattcp.cfg file.
  21.  
  22. 3. If you are using PPP with a static ip number, and you have trouble
  23. getting the script to complete, try adding the following line to your
  24. config.ppp file:
  25.  
  26. ppp ipcp local address <his fixed ip address>
  27.  
  28. Or try removing the config.ppp file completely.
  29.  
  30.  
  31. ******************************************************************
  32.  
  33. Accessnv.com (PPP)
  34. ------------------
  35.  
  36. From: Sean Andrechak <sean@accessnv.com>
  37.  
  38. ;
  39. ; dial.ppp
  40. ;
  41.  
  42. send "ATZ\r"
  43. recv 40000 "OK\r\n"
  44. send "atdtxxx-xxxx\r"
  45. recv 60000 "login:"
  46. send "<username>\r"
  47. recv 1000 "assword:"
  48. send "<password>\r"
  49.  
  50.  
  51. That is it.  I just had to fiddle with the numbers a bit.  It seems that
  52. my modem was a bit slow after the atz command, so I just increased the
  53. time a bit.  I was adding a *e0 for a while, to turn off error checking
  54. by the modem, because the read.me file said to, but switched back for
  55. some reason I can't remember, but it works.  Also, I made a batch file to
  56. give the ppp command and to dial, since I was getting tired of entering
  57. all the line options.  I also added that SNATCH program to it, boy does
  58. it help a bunch!  Thanks for that.  I've had far fewer problems
  59. connecting since I have been using it.
  60.  
  61.  
  62. ******************************************************************
  63.  
  64. bslnet.com (PPP)
  65. ----------------
  66.  
  67. From: "Ron D. Welch" <Ron.D.Welch@bsl1.bslnet.com>
  68.  
  69. ;
  70. ; dial.ppp
  71. ;
  72.  
  73. send "atz\r"
  74. recv 3000 "OK\r\n"
  75. send "atdt*70,771-9341\r"
  76. recv 60000 "login:"
  77. send "ronwelch\r"
  78. recv 10000 "Password:"
  79. send "oinker\r"
  80.  
  81. ;
  82. ; config.ppp
  83. ;
  84.  
  85. ppp trace 0
  86. ppp pap user <username> <password>
  87. ppp pap timeout 20
  88. ppp quick
  89. ppp lcp open
  90.  
  91.  
  92. ;
  93. ; wattcp.cfg
  94. ;
  95.  
  96. my_ip   = BOOTP
  97. netmask = 255.255.255.128
  98. nameserver = 165.247.36.10
  99. gateway = 165.247.36.1
  100.  
  101.  
  102. ******************************************************************
  103.  
  104. Clark.net (PPP)
  105. ---------------
  106.  
  107. From: spinnaker@clark.net (David Wood)
  108.  
  109. ;
  110. ; WATTCP Configuration File for Kali
  111. ;
  112.  
  113. my_ip = 168.143.2.243
  114. netmask = 255.255.0.0
  115. nameserver = 168.143.0.2
  116. gateway=168.143.0.1
  117. domainslist="clark.net"
  118.  
  119. ;
  120. ; dial.ppp
  121. ;
  122. send "ATZ\r"             ;reset the modem
  123. recv 3000 "OK\r\n"       ;wait 3 seconds for OK response from modem
  124. send "atdt6215216\r"     ;dial your provider; the \r is for RETURN
  125. recv 60000 "ClarkNet Username:"      ;wait 6 seconds for login prompt
  126. send "<username>\r"        ;send your username and RETURN
  127. recv 10000 "ClarkNet Password:"   ;wait 1 second for password prompt
  128. send "<password>\r"        ;send your password and RETURN
  129. recv 10000 "Enter Number (1-8):"  ;wait for connection menu
  130. send "4\r"                      ;ask for a ppp connection
  131. recv 5000                       ;allow time to connect*******
  132.  
  133. *****This was the most important and elusive statement in the dial.ppp
  134. file.   I saw no reference to it in the ppp help files, and I spent hours
  135. banging my head into the wall trying to figure out why my computer would
  136. not connect.  "Hunter" suggested this statement while I was begging for
  137. help on kchat, and it was the key I needed.
  138.  
  139. ******************************************************************
  140.  
  141. csn.net  (SLIP)
  142. ---------------
  143.  
  144. From: "Jason C. Short" <jcs@csn.net>
  145.  
  146. ;
  147. ; wattcp.cfg
  148. ;
  149.  
  150. my_ip   = 199.117.102.2
  151. netmask = 255.255.255.0
  152. gateway = 199.117.102.254
  153. nameserver = 199.117.27.21
  154.  
  155. This works with roving (ie, my_ip changes each time I call) SLIP with
  156. Colorado Supernet. (Colorado, USA)
  157.  
  158. Also, should you need to know, I call up with Procomm + for DOS, enter my
  159. name and password, then type 'slip' and write down my IP number.
  160.  
  161. Then its ALT-F4, Yes to exit and No to hangup line.
  162.  
  163. then I run
  164.      cslipper com2 vec=0x60 baud=38400
  165.  
  166. ******************************************************************
  167.  
  168. Compuserve (PPP)
  169. ----------------
  170.  
  171. From: Lawrence Reiss <72620.1261@compuserve.com>
  172.  
  173. I have gotten Kali to work on my compuserve account since my last message...
  174. Unfortunately, it works rather slowly with more than two players: Compuserve has
  175. only a 14.4 connect speed, and god only knows what kind of other delays.
  176.  
  177. ;
  178. ; wattcp.cfg
  179. ;
  180.  
  181. my_ip = bootp
  182. netmask = 0.0.0.0
  183. ppp = 1
  184.  
  185. ;
  186. ; dial.ppp
  187. ;
  188.  
  189. send "at&f\r"
  190. recv 3000 "OK\r\n"
  191. send "atdt9323198\r"
  192. recv 30000 "CONNECT 57600"
  193. send "\r"
  194. recv 6000 "Host Name:"
  195. send "CIS\r"
  196. recv 10000 "User ID:"
  197. send "12345,1234/go:pppconnect\r"
  198. recv 10000 "Password:"
  199. send "mypassword\r"
  200.  
  201. Substitute your access number on line 3
  202. Substitute your Compuserve ID on the 3rd line from the bottom
  203. Substitute your password on the last line
  204.  
  205. Run the dialer in the usual way with this script, remembering NOT to touch the
  206. keyboard until you get an ip address.  There will be a delay of perhaps 30
  207. seconds or so.
  208.  
  209. Run kali in the usual way!
  210.  
  211. The script works, but it lacks speed.  In those areas where compuserve has
  212. gone to 28.8, however, it should be ok.  Compuserve plans  to upgrade the
  213. whole network to that speed within a year...    Hope this helps you!
  214.  
  215. Have a good day,
  216. Lawrence
  217.  
  218. ******************************************************************
  219.  
  220. digest.net (shell)
  221. ------------------
  222.  
  223. From: Sean Connery <bond@access.digex.net>
  224.  
  225. Here ya go....this is my deal...I use Slirp on a shell account here at
  226. Digex....under DOS I use the cslipper package that was on tracker...I
  227. will include the .slirprc (on uninx host) and the wattcp.cfg
  228.  
  229. [.slirprc]
  230. redir udp 2213 to 205.197.245.195:2213
  231. baudrate 57600
  232. mtu 2000
  233.  
  234. [wattcp.cfg]
  235. my_ip   = 205.197.245.195
  236. netmask = 255.255.255.0
  237. gateway = 205.197.245.195
  238. nameserver = 205.197.245.224
  239.  
  240. NOTE: there are 5 different machines I can hit here...I have yet to
  241. automate things with a script...so I always have to manually change the
  242. last 3 digits of the local IP to correspond correctly (the .195), so I
  243. have to login, run a hostname, edit the .slirprc, then edit
  244. wattcp...sounds harder then it is....
  245.  
  246. ******************************************************************
  247.  
  248. edupac.qc.ca
  249. ------------
  250.  
  251. From: cgmavict@edupac.qc.ca
  252.  
  253. Hi, I'm using SLIP, I have no real script... I just use Telemate to connect
  254. then I exit the program (without hangup!).
  255.  
  256. ;
  257. ;wattcp.cfg
  258. ;
  259.  
  260. my_ip=199.84.132.30
  261. netmask=255.255.255.0
  262. gateway=199.84.132.1
  263. nameserver=199.84.132.2
  264.  
  265. Eric.
  266.  
  267. ******************************************************************
  268.  
  269. execpc.com (PPP)
  270. ----------------
  271.  
  272. From: rromero@execpc.com
  273.  
  274. ;
  275. ; WATTCP Configuration File for Kali
  276. ;
  277.  
  278. ;my_ip = 204.29.203.38
  279. my_ip = BOOTP
  280. netmask = 255.255.255.0
  281. gateway= 204.29.203.1
  282. gateway= 204.29.202.1
  283. ;nameserver = 204.29.202.1
  284. ;domainslist="execpc.com"
  285.  
  286. ;
  287. ; dial.ppp
  288. ;
  289.  
  290. send "at&f1\r"
  291. recv 3000 "OK\r\n"
  292. send "atdt7894600\r"
  293. recv 60000 "login:"
  294. send "<username>\r"
  295. recv 6000 "Password:"
  296. send "<password>\r"
  297.  
  298.  
  299. From: btelco@execpc.com
  300.  
  301. Go.bat = ppp /c 2 /d script /v 1 /s 57600
  302.  
  303. ;
  304. ;dial.ppp
  305. ;
  306.  
  307. send "atz\r"
  308. recv 3000 "\r"
  309. send "AT&I0\r"
  310. recv 2000 "OK\r\n"
  311. send "atdt789-4333\r"
  312. recv 60000 "login: "
  313. send "Nickname"
  314.  
  315. ;
  316. ;config.ppp
  317. ;
  318.  
  319. ppp trace 0
  320. ppp pap user <username><password>
  321. ppp pap timeout 20
  322. ppp quick
  323. ppp lcp open
  324.  
  325. ;
  326. ;wattcp.cfg
  327. ;
  328.  
  329. my_ip = bootp
  330. netmask = 255.255.255.0
  331. nameserver = 204.29.202.50
  332. gateway = 204.29.202.1
  333. nameserver = 204.29.203.50
  334. gateway = 204.29.203.1
  335. ppp = 1
  336.  
  337. ******************************************************************
  338.  
  339. fig.leba.net (PPP)
  340. ------------------
  341.  
  342. From: Thad Miller <tmiller@fig.leba.net>
  343.  
  344. ;
  345. ; wattcp.cfg
  346. ;
  347.  
  348. my_ip   = 204.171.58.122
  349. netmask = 255.255.255.0
  350. gateway = 204.171.58.4
  351.  
  352. ;
  353. ; dial.ppp
  354. ;
  355.  
  356. send "atz\r"
  357. recv 3000 "OK\r\n"
  358. send "atdt<server phone number>\r"
  359. recv 60000 "login:"
  360. send "<username>\r"
  361. recv 10000 "Password:"
  362. send "<password>\r"
  363.  
  364. ******************************************************************
  365.  
  366. fsu.edu? (PPP)
  367. --------------
  368.  
  369. From: bibler@wane-leon-mail.scri.fsu.edu (Nathaniel Bibler)
  370.  
  371. ;
  372. ; wattcp.cfg
  373. ;
  374.  
  375. my_ip = 144.174.96.171
  376. netmask = 255.255.240.0
  377. gateway = 144.174.96.6
  378. ppp = 1
  379.  
  380. ;
  381. ; dial.ppp
  382. ;
  383.  
  384. send "at\r"
  385. recv 3000 "OK\r\n"
  386. send "atdt<phone number>\r"
  387. recv 60000 "netblazer6 login:"
  388. send "<ppp-login>\r"
  389. recv 60000 "Password:"
  390. send "<password>\r"
  391.  
  392. ******************************************************************
  393.  
  394. gate.net (PPP)
  395. --------------
  396. (Cybergate, FL)
  397.  
  398. From: bobby@gate.net (Bob Diaz)
  399.  
  400. ;
  401. ; wattcp.cfg
  402. ;
  403.  
  404. my_ip = <variable>
  405. ppp = 1
  406. netmask = 255.255.0.0
  407. gateway = 199.227.28.10
  408. nameserver = 199.227.0.2
  409. domain = gate.net
  410.  
  411. ;
  412. ; dial.ppp
  413. ;
  414.  
  415. send "atz\r"
  416. recv 5000 "OK\r\n"
  417. send "at&d3\r"
  418. recv 5000 "OK\r\n"
  419. send "atdt<phone>\r"
  420. recv 60000 "CONNECT"
  421. send "\r"
  422. recv 5000 "sername:"
  423. send "<username>\r"
  424. recv 5000 "assword:"
  425. send "<password>\r"
  426.  
  427.  
  428. ******************************************************************
  429.  
  430. goodnet.com (PPP)
  431. -----------------
  432.  
  433. From: "Stephen L. Hales" <haless@goodnet.com>
  434.  
  435. ;
  436. ; wattcp.cfg
  437. ;
  438.  
  439. my_ip = BOOTP
  440. netmask = 255.255.255.0
  441. nameserver = 205.164.206.1
  442. domainslist="goodnet.com"
  443. ppp = 1
  444.  
  445. ;
  446. ; config.ppp
  447. ;
  448.  
  449. ppp trace 0
  450. ppp pap user USERID PASSWORD
  451. ppp pap timeout 20
  452. ppp quick
  453. ppp lcp open
  454.  
  455.  
  456. From: Matthew Moore <mnm@goodnet.com>
  457.  
  458. ;
  459. ; dial.ppp
  460. ;
  461.  
  462. recv 1000
  463. send "at\r"
  464. recv 5000 "OK\r\n"
  465. send "atz\r"
  466. recv 5000 "OK\r\n"
  467. send "atdt3039501\r"
  468. recv 60000 "ogin:"
  469. send "<username>\r"
  470. recv 5000 "assword:"
  471. send "<password>\r"
  472.  
  473.  
  474. ******************************************************************
  475.  
  476. hevanet.com (PPP)
  477. -----------------
  478.  
  479. From: "Grimshaw, Dave" <grimshaw@hevanet.com>
  480.  
  481.         WATTCP.CFG
  482. my_ip = BOOTP
  483. netmask = 0.0.0.0
  484. gateway = 198.5.254.1
  485. nameserver = 198.5.254.1
  486.  
  487.         DIAL.PPP
  488. send "atz\r"
  489. recv 3000 "OK\r\n"
  490. send "atdt227-0645\r"
  491. recv 60000 "Please login:"
  492. send "Username\r"
  493. recv 10000 "Password:"
  494. send "Password\r"
  495. recv 10000 "grimshaw>"
  496. send "ppp\r"
  497.  
  498.  
  499. ******************************************************************
  500.  
  501. iadfw.net (PPP)
  502. ---------------
  503. (Internet America)
  504.  
  505. From: Woody Woodward <woodward@iadfw.net>
  506.  
  507. ;
  508. ; wattcp.cfg
  509. ;
  510.  
  511. my_ip   = 204.178.72.155
  512. nameserver = 204.178.72.1
  513. netmask = 0.0.0.0
  514. gateway = 204.178.72.1
  515. ppp = 1
  516.  
  517. ;
  518. ; dial.ppp
  519. ;
  520.  
  521. send "atz\r"
  522. send "atz\r"
  523. recv 3000 "OK\r\n"
  524. send "at&f1s10=40\r"
  525. recv 3000 "OK\r\n"
  526. send "atdt969-1090\r"
  527. recv 60000 "login:"
  528. send "<userid>\r"
  529. recv 3000 "Password:"
  530. send "<password>\r"
  531.  
  532.  
  533. ******************************************************************
  534.  
  535. ICSI.Net (PPP)
  536. --------------
  537. (Internet Connect Services in Texas)
  538.  
  539. From: Neal Symms <neal@ICSI.Net>
  540.  
  541. ;
  542. ; wattcp.cfg
  543. ;
  544.  
  545. my_ip   = bootp
  546. netmask = 255.255.255.0
  547. gateway = 199.1.107.1
  548. nameserver = 199.1.96.100
  549.  
  550. ;
  551. ; dial.ppp
  552. ;
  553.  
  554. send "at\r"
  555. recv 3000 "OK\r\n"
  556. send "atdt993-0345\r"
  557. recv 60000 "ogin:"
  558. send "<username>\r"
  559. recv 3000 "ssword:"
  560. send "<password>\r"
  561.  
  562.  
  563. ******************************************************************
  564.  
  565. idirect.com (PPP)
  566. -----------------
  567.  
  568. From: defex@idirect.com (jim matheson)
  569.  
  570. ;
  571. ; wattcp.cfg
  572. ;
  573. my_ip = 199.45.118.32
  574. netmask = 0.0.0.0
  575. gateway = 199.166.254.9
  576. ppp=1
  577.  
  578. [note] my_ip changed by SNATCH.EXE
  579.  
  580. On idirect.com PPP can give IP#'s with varying first digits. v1.20 of snatch
  581. needs you to give the first 3 digits, so it won't work.
  582. raven@ns2.icon.net (Derek Bumpas) was kind enough to send me a new version
  583. (after only 1 night!)
  584. v 1.21(beta) which can find ANY ip# on the screen with SNATCH . <note the
  585. dot> it will be avaliable soon (maybe is allready).It has worked every time.
  586.  
  587. ;
  588. ;Dial.ppp
  589. ;
  590. send "ATZ0\r" <boca v34 modem, user setup done + saved in com program>
  591. recv 2000 "OK"
  592. send "atdt2333199\r"
  593. recv 50000 "login:"
  594. send "<MYHANDLE>\r"
  595. recv 12000 "Password:"
  596. send "<MYPASSWORD>\r"
  597. recv 120000 "continue"
  598. send "PPP\r"
  599.  
  600.  
  601. ******************************************************************
  602.  
  603. internexus.net (PPP)
  604. --------------------
  605.  
  606. From: paladine@internexus.net (Jonathan Lee)
  607.  
  608. ;
  609. ; wattcp.cfg
  610. ;
  611.  
  612. my_ip   = 204.213.70.70
  613. netmask = 255.255.255.0
  614. gateway = 204.213.70.1
  615.  
  616. ;
  617. ; dial.ppp
  618. ;
  619.  
  620. send "atz\r"
  621. recv 3000 "OK\r\n"
  622. send "at&c1&k3s11=50\r"
  623. recv 3000 "OK\r\n"
  624. send "atdt555-5555\r"
  625. recv 75000 "e"
  626. send "\r"
  627. recv 5000 "e"
  628. send "\r"
  629. recv 5000 "e"
  630. send "\r"
  631. recv 5000 "name:"
  632. send "<username>\r"
  633. recv 5000 "word:"
  634. send "<password>\r"
  635. send "3\r"
  636.  
  637. ******************************************************************
  638.  
  639. io.org (PPP)
  640. ------------
  641. (Internex Online)
  642.  
  643. From: rrf@io.org (Robert R. Fitzgibbons)
  644.  
  645. ;
  646. ;config.ppp
  647. ;
  648.  
  649. ppp trace 0
  650. ppp pap user Pxxx *****          ... xxx is your login name,**** is the password
  651. ppp pap timeout 20
  652. ppp quick
  653. ppp lcp open
  654.  
  655. ;
  656. ;Dial.ppp
  657. ;
  658.  
  659. send "at\r"
  660. recv 3000 "OK\r\n"
  661. send "atdt3631908\r"                     ... phone # for Premium accounts
  662. recv 60000 "login:"
  663. send "P***\r"                            ... *** is your login name
  664. recv 60000 "Password:"
  665. send "****\r"                            ... *** is your password
  666.  
  667.  
  668. ******************************************************************
  669.  
  670. megatoon.com (PPP)
  671. ------------------
  672.  
  673. From: darkmind@megatoon.com (Steve Blackburn)
  674.  
  675. ;
  676. ; wattcp.cfg
  677. ;
  678.  
  679. my_ip = 198.53.28.92
  680. netmask = 255.255.255.0
  681. gateway = 198.53.28.69
  682. ppp = 1
  683.  
  684. ;
  685. ; dial.ppp (USR 28.8 modem)
  686. ;
  687.  
  688. send "at &f1\r"
  689. recv 3000 "OK\r\n"
  690. send "atdt5273333\r"
  691. recv 60000 "login:"
  692. send "ppp<number?>\r"
  693. recv 60000 "Password:"
  694. send "<password>\r"
  695.  
  696. ******************************************************************
  697.  
  698. mik.uky.edu (PPP)
  699. -----------------
  700.  
  701. From: adam richard hamilton <uk05887@mik.uky.edu>
  702.  
  703. ;
  704. ; wattcp.cfg
  705. ;
  706.  
  707. my_ip= BOOTP
  708. netmask= 255.255.255.0
  709. nameserver= 192.107.41.3
  710. gateway= 192.107.41.4
  711. domainslist="iglou.com"
  712. sendretries= 1
  713.  
  714. ;
  715. ; dial.ppp
  716. ;
  717.  
  718. send "atz1\r"
  719. recv 3000 "OK\r\n"
  720. send "atdt231-3822\r"
  721. recv 60000 "ogin:"
  722. send "s-2151\r"
  723. recv 5000 "assword:"
  724. send "zsswwf\r"
  725. recv 6000 "ervice:
  726. send "PPP\r"
  727.  
  728. ******************************************************************
  729.  
  730. minn.net (PPP)
  731. --------------
  732.  
  733. From: KidJudas@aol.com
  734.  
  735. ;
  736. ; wattcp.cfg
  737. ;
  738.  
  739. my_ip=204.000.000.000
  740. netmask=0.0.0.0
  741. nameserver=204.000.000.000
  742. nameserver=ns.mr.net
  743. gateway=204.000.000.000
  744. domainslist="minn.net"
  745. PPP=1
  746.  
  747. (editor's note: weird...I think he means that the ip# changes every time)
  748.  
  749. ;
  750. ; dial.ppp
  751. ;
  752.  
  753. send "at&f1\r"
  754. recv 3000"OK\r\n"
  755. send "atdt782-0202\r"
  756. recv 60000"NNECT"
  757. send "\r"
  758. recv 1000"gin:"
  759. send "<username>\r"
  760. recv 1000"word:"
  761. send "<password>\r"
  762. recv 1000"oice:"
  763. send "2\r"
  764.  
  765.  
  766. ******************************************************************
  767.  
  768. mnsinc.com (PPP)
  769. ----------------
  770.  
  771. From: roman@news1.mnsinc.com (Bill Roman)
  772.  
  773.  
  774. CONFIG.PPP:
  775.  
  776. ppp trace 0
  777. ppp pap user <username> <password>
  778. ppp pap timeout 20
  779. ppp quick
  780. ppp lcp open
  781.  
  782. WATTCP.CFG:
  783. my_ip   = 199....
  784. netmask = 255.255.255.0
  785. gateway = 199.....
  786. nameserver = 199.....
  787. usetimerirq = 1
  788.  
  789. DIAL.PPP:
  790.  
  791. send "at\r"
  792. recv 3000 "OK\r\n"
  793. send "atz\r"
  794. recv 3000 "OK"\r\n"
  795. send "atdt7035551212\r"
  796. recv 60000 "ID:"
  797. send "<userid>\r"
  798. recv 10000 "word:"
  799. send "<password>\r"
  800.  
  801.  
  802. ******************************************************************
  803.  
  804. nauticom.net (PPP)
  805. ------------------
  806.  
  807. ;
  808. ; wattcp.cfg
  809. ;
  810.  
  811. my_ip = 199.234.151.41
  812. netmask = 255.255.255.0
  813. gateway = 198.190.226.1
  814. nameserver = 198.190.226.3
  815. ppp = 1
  816.  
  817. ;
  818. ; dial.ppp
  819. ;
  820.  
  821. send "atz\r"
  822. recv 2000
  823. send "AT&C1&K3\r"
  824. recv 2000
  825. send "atdt3914638\r"
  826. recv 80000 "login:"
  827. send "<username>\r"
  828. recv 30000 "Password:"
  829. send "<password>\r"
  830.  
  831.  
  832. ******************************************************************
  833.  
  834. Netcom's Netcruiser (see cruiser.faq) (PPP)
  835. -------------------------------------------
  836.  
  837. From: clopez@ix.netcom.com (Carlos Lopez)
  838.  
  839. I have a Netcruiser account through Netcom, and I have been able to use kali
  840. with no major problems.
  841.  
  842. ;
  843. ; wattcp.cfg
  844. ;
  845.  
  846. my_ip   = <Changes every time>
  847. netmask = 255.255.255.0
  848. gateway = <Changes every time>.1
  849.  
  850. ;
  851. ;dial.ppp
  852. ;
  853.  
  854. send "atz\r"
  855. recv 3000 "OK\r\n"
  856. send "atdt 708-3801\r"
  857. recv 60000 " login: "
  858. send "#<username>\r"
  859. send "<password>\r"
  860.  
  861. Sometimes I have to enter the username and password manually, but it works...
  862.  
  863.  
  864.  
  865. From: chrismcc@ix.netcom.com (Chris McCrory)
  866.  
  867. ;
  868. ; wattcp.cfg
  869. ;
  870.  
  871. my_ip = 205.184.2.49          <--this is for my local netcruiser acct.
  872. gateway = 205.184.2.1            usually only the last number changes,
  873. netmask = 255.255.255.0          but sometimes all four change.
  874. ;nameserver = 192.100.81.101
  875.  
  876. ;
  877. ; dial.ppp
  878. ;
  879.  
  880. send "at&f&c1&d2\r"
  881. recv 3000 "OK\r\n"
  882. send "atdtW7083801\r"   <---my local netcruiser phone number
  883. recv 60000 "login:"
  884. send "#username\r"      <---notice the <#>. used on other systems???
  885. recv 6000"Password:"
  886. send "password\r"       <---no <#>.
  887.  
  888.  
  889. From: cadrake@ix.netcom.com (Chris Drake)
  890.  
  891. I'm using PPP with a 28.8 modem and Netcom.
  892.  
  893. ;
  894. ; dial.bat
  895. ;
  896.  
  897. ppp /c 2 /d script /s 115200
  898.  
  899.  
  900. ;
  901. ; dial.ppp
  902. ;
  903.  
  904. send "atz\r"
  905. recv 3000 "OK\r\n"
  906. send "atdt7032555951\r"
  907. recv 60000 "login: "
  908. send "#{username}\r"
  909. recv 6000 "Password: "
  910. send "{password}\r"
  911.  
  912. ;
  913. ; wattcp.cfg
  914. ;
  915.  
  916. ;my_ip   = 199.183.208.116
  917. ;gateway = 199.183.208.1
  918.  
  919. my_ip    = 204.32.176.146
  920. gateway  = 204.32.176.1
  921. netmask  = 255.255.255.0
  922.  
  923.  
  924. When I call the Wasington D.C. Netcom line I get either the 199 or 204
  925. IP address so this saves me some typing.
  926.  
  927.  
  928.  
  929. ******************************************************************
  930.  
  931. orbonline.net (PPP)
  932. -------------------
  933. (OrbOnline ISP in Mississauga, Ontario, Canada.)
  934.  
  935. From: "Andy Lee" <alnedey@orbonline.net>
  936.  
  937.  
  938. Users connect through dial-up PPP.
  939.  
  940. I use either a Courier V.Everything or a Sportster 28.8 which are
  941. the modems that OrbOnline uses.
  942.  
  943. By default, a member gets dynamically assigned an ip address. I have
  944. a static one, though. I even wrote a setup utility specific for
  945. OrbOnline users.
  946.  
  947.  
  948. WATTCP.CFG
  949. ----------
  950. my_ip   = 199.166.206.22
  951. netmask = 0.0.0.0
  952. gateway = 199.166.206.13
  953. nameserver = 199.166.206.13
  954.  
  955. ;NOTE: ppp=1 caused my games to be heavily delayed. but i never
  956. ;      locked up with it set. But i'll risk lockups to make
  957. ;      the games playable. So i don't use ppp=1.
  958.  
  959.  
  960. DIAL.PPP
  961. --------
  962. send "atz\r"
  963. recv 5000 "OK\r\n"
  964. send "atdt*70,4058508\r"
  965. recv 60000 "login:"
  966. recv 500
  967.  
  968.  
  969. CONFIG.PPP
  970. ----------
  971. ppp trace 0
  972. ppp pap user <username>
  973. ppp pap timeout 20
  974. ppp quick
  975. ppp lcp open
  976.  
  977. ;NOTE: I just put my username in and PPP.EXE will prompt
  978. ;      me for the password. I think that's a good idea.
  979.  
  980.  
  981. ******************************************************************
  982.  
  983. oz.net (PPP)  ????
  984. ------------
  985.  
  986. From: "E. Winkley" <EWinkley@oz.net>
  987. (author ppp.faq)
  988.  
  989. Provider:
  990. Sense Media, Seattle, WA
  991. 206-451-9400
  992.  
  993. ;
  994. ; wattcp.cfg
  995. ;
  996.  
  997. my_ip = 000.000.000.000 (Left out; not BOOTP)
  998. netmask = 255.0.0.0
  999. gateway = 000.000.000.000
  1000. nameserver = 000.000.000.000
  1001. ppp = 1
  1002.  
  1003. ;
  1004. ; dial.ppp
  1005. ;
  1006.  
  1007. send "ATZ\r"
  1008. recv 3000 "OK\r\n"
  1009. send "atdt8123200\r"
  1010. recv 60000 "login:"
  1011. send "<username>\r"
  1012. recv 10000 "Password:"
  1013. send "<password>\r"
  1014.  
  1015.  
  1016. ******************************************************************
  1017.  
  1018. planet.net
  1019. ----------
  1020.  
  1021. From: bobtull@planet.net (Bob Tullman)
  1022.  
  1023. I currently manually dial, get a PPP connection, exit my comm program and
  1024. invole LSL.COM, SLIP_PPP.COM and PPPPKT.COM
  1025.  
  1026. WATTCP.cfg
  1027. ----------------------------------------
  1028. my_ip   = 204.117.99.38
  1029. netmask = 255.255.255.255
  1030. nameserver = 198.69.0.65
  1031. gateway = 198.69.0.65
  1032. ppp=1
  1033.  
  1034. net.cfg (Used with PPPPKT loading LSL.COM and SLIP_PPP.COM)
  1035. --------------------------------------------------------------
  1036. Link Support
  1037.         Max Boards      1
  1038.         Max Stacks      3
  1039.         MemPool         4096
  1040.         Buffers         8 1600  ; *crucial*
  1041.  
  1042. Link Driver SLIP_PPP
  1043.         int     3
  1044.         port    2F8
  1045.  ;      node address    NNNNNNNN0000
  1046.         baud    38400
  1047.         mru     1500
  1048.         accm    00000000
  1049.         accomp  yes
  1050.         pcomp   yes
  1051.         open    active
  1052. ;       tcpipcomp vj
  1053.         ipaddr  204.117.99.38
  1054.         frame   PPP
  1055.         Protocol IP     0800    PPP
  1056.  
  1057.  
  1058. ******************************************************************
  1059.  
  1060. primenet.net (PPP)
  1061. ------------------
  1062.  
  1063. From: kdevice@primenet.com (KG)
  1064.  
  1065. ;
  1066. ; wattcp.cfg
  1067. ;
  1068.  
  1069. MY_IP= BOOTP
  1070. GATEWAY=35.42.1.1
  1071. NETMASK=255.255.255.0
  1072. NAMESERVER=35.1.1.42
  1073. PPP=1
  1074.  
  1075. ;
  1076. ; dial.ppp
  1077. ;
  1078.  
  1079. SEND     "ATZ\R"
  1080. RECV    6000 "OR\R\N"
  1081. SEND   " ATDT [PHONE NUMBER OF OUR SERVER]\R"
  1082. RECV    6000"LOGIN"
  1083. SEND    "[USERNAME]\R"
  1084. RECV    1000"PASSWORD"
  1085. RECV    1000
  1086. SEND    '[PASSWORD]\R"
  1087.  
  1088.  
  1089. We never got it to ping the gateway.  Bootp worked fine and
  1090. when we finally added ppp=1 we were there.  It's
  1091. very reliable.
  1092.  
  1093.  
  1094. From: "Kevin L. German" <klg@dana.ucc.nau.edu>
  1095.  
  1096. Here are my settings for connecting to primenet.com with etherPPP
  1097.  
  1098. WATTCP.CFG
  1099. ----------
  1100. my_ip   = BOOTP
  1101. netmask = 255.255.255.0
  1102. gateway = 198.68.40.1
  1103. nameserver = 198.68.32.10
  1104.  
  1105. DIAL.PPP
  1106. --------
  1107. send "at\r"
  1108. recv 3000 "OK\r\n"
  1109. send "atdt<phone #>\r"
  1110. recv 60000 "ogin:"
  1111. send "<login>\r"
  1112. recv 60000 "word:"
  1113. send "<password>\r"
  1114.  
  1115.  
  1116. ******************************************************************
  1117.  
  1118. prysm.com (PPP)
  1119. ---------------
  1120.  
  1121. From: kdl1@prysm.com (Kenneth Lantrip)
  1122.  
  1123. ;
  1124. ; wattcp.cfg
  1125. ;
  1126.  
  1127. my_ip   = 204.181.193.56*
  1128. netmask = 255.255.255.0
  1129. gateway = 204.181.193.2
  1130. ppp = 1
  1131.  
  1132. *note that my last ip number will change dynamically.
  1133.  
  1134. ;
  1135. ; dial.ppp
  1136. ;
  1137.  
  1138. send "atdt221-2351\r"
  1139. recv 90000 "Annex username:"
  1140. send "kdl1\r"
  1141. recv 2000 "Annex password:"
  1142. send "<password>\r"
  1143. recv 2000 "UniComp kdl1"
  1144. send "ppp\r"
  1145.  
  1146. ******************************************************************
  1147.  
  1148. sensemedia.net (PPP)
  1149. --------------------
  1150.  
  1151. From: williams@sensemedia.net (Adam Sperling)
  1152.  
  1153. ;
  1154. ; wattcp.cfg
  1155. ;
  1156.  
  1157. my_ip   = 205.199.118.98
  1158. netmask = 0.0.0.0
  1159. gateway = 165.227.59.4
  1160. nameserver = 165.227.31.2
  1161. ppp =1
  1162.  
  1163. ;
  1164. ; dial.ppp
  1165. ;
  1166.  
  1167. send "AT &F2\r"
  1168. recv 3000 "OK\r\n"
  1169. send "atdt3353300\r"
  1170. recv 60000 "login:"
  1171. send "<login>\r"
  1172. recv 10000 "Password:"
  1173. send "<password>\r"
  1174.  
  1175.  
  1176. From: tdalton@sensemedia.net (Tola Dalton)
  1177.  
  1178. ;
  1179. ; wattcp.cfg
  1180. ;
  1181.  
  1182. my_ip = 205.199.119.66
  1183. netmask = 0.0.0.0
  1184. nameserver = 165.227.31.2
  1185. gateway = 165.227.59.4
  1186. ppp = 1
  1187.  
  1188. ;
  1189. ; dial.ppp
  1190. ;
  1191.  
  1192. send "AT &F2\r"
  1193. recv 3000 "OK\r\n"
  1194. send "atdt3353300\r"
  1195. recv 60000 "login:"
  1196. send "<username>\r"
  1197. recv 10000 "Password:"
  1198. send "<password>\r"
  1199.  
  1200.  
  1201. ******************************************************************
  1202.  
  1203. shadow.net (PPP)
  1204. ----------------
  1205.  
  1206. From: fredk@shadow.net (Fred Kutell)
  1207.  
  1208. ;
  1209. ; wattcp.cfg
  1210. ;
  1211.  
  1212. my_ip = 198.79.48.97
  1213. netmask = 255.255.255.0
  1214. gateway = 198.79.48.3
  1215. ppp = 1
  1216.  
  1217. ;
  1218. ; dial.ppp
  1219. ;
  1220.  
  1221. send "atw1x4s11=35m1l3\r"
  1222. recv 3000 "OK\r\n"
  1223. send "atdt5990994\r"
  1224. recv 60000 "nnex:"
  1225. send "3\r"
  1226. recv 60000 "name:"
  1227. send "<username>\r"
  1228. recv 40000 "word:"
  1229. send "<password>\r"
  1230. recv 30000 "PPP"
  1231.  
  1232. ******************************************************************
  1233.  
  1234. soltec.com (PPP)
  1235. ----------------
  1236.  
  1237. From: techmage@soltec.com (Richard Naughtin)
  1238.  
  1239. ;
  1240. ; wattcp.cfg
  1241. ;
  1242.  
  1243. my_ip   = bootp
  1244. netmask = 255.255.255.0
  1245. gateway = 204.248.64.1
  1246.  
  1247. ;
  1248. ; dial.ppp
  1249. ;
  1250.  
  1251. send "atz%c1\n6\r"
  1252. recv 3000 "OK\r\n"
  1253. send "atdt<phone#>\r"
  1254. recv 35000
  1255. send "<username>"
  1256. recv 6000
  1257. send "<password>"
  1258.  
  1259. ******************************************************************
  1260.  
  1261. sover.net (PPP)
  1262. ---------------
  1263.  
  1264. From: dond@sover.net (Don Dyer)
  1265.  
  1266. ;
  1267. ; wattcp.cfg
  1268. ;
  1269.  
  1270. my_ip = 204.71.18.100
  1271. netmask =255.255.255.0
  1272. nameserver =204.71.16.10
  1273. gateway =204.71.18.1
  1274. ppp=1
  1275.  
  1276. ;
  1277. ; dial.ppp
  1278. ;
  1279.  
  1280. send "AT&F1 \r"
  1281. recv 6000 "OK\r\n"
  1282. send "atdt254-1020\r"
  1283. recv 60000 "login:"
  1284. send "<username>\r"
  1285. recv 10000 "Password:"
  1286. send "<password>\r"
  1287.  
  1288. ******************************************************************
  1289.  
  1290. teleport.com (PPP)
  1291. ------------------
  1292.  
  1293. From: caustic@teleport.com (Michael)
  1294.  
  1295. ;
  1296. ; wattcp.cfg
  1297. ;
  1298.  
  1299. my_ip   = 204.245.212.4
  1300. netmask = 255.255.255.0
  1301. gateway = 204.245.212.1
  1302.  
  1303. ;
  1304. ; dial.ppp
  1305. ;
  1306.  
  1307. send "atm0\r"
  1308. recv 6000 "OK\r\n"
  1309. send "atdt2202276\r"
  1310. recv 60000 " login: "
  1311. send "<username>\r"
  1312. recv 60000 "Password: "
  1313. send "<password>\r"
  1314.  
  1315. ******************************************************************
  1316.  
  1317. terraport.net (PPP)
  1318. -------------------
  1319. (TerraPort Online Inc., Toronta, Ontario, Canada)
  1320.  
  1321. From: jfischer@terraport.net (Jonathan A. Fischer)
  1322.  
  1323. ;
  1324. ; wattcp.cfg
  1325. ;
  1326.  
  1327. my_ip   = 205.189.145.237
  1328. netmask = 255.255.255.0
  1329. gateway = 205.189.145.9
  1330. nameserver = 199.166.220.1
  1331.  
  1332. ;
  1333. ; dial.ppp (for a USR Sportster 28.8K)
  1334. ;
  1335.  
  1336. send "at z\r"
  1337. recv 3000 "OK\r\n"
  1338. send "at &f1 L2 s11=40\r"
  1339. recv 3000 "OK\r\n"
  1340. send "atdt xxx-yyyy\r"
  1341. recv 60000 "ogin:"
  1342. send "<userid>\r"
  1343. recv 5000 "assword:"
  1344. send "<password>\r"
  1345.  
  1346. ******************************************************************
  1347.  
  1348. unicomp.net (PPP)
  1349. -----------------
  1350.  
  1351. From: muhaideb@unicomp.net
  1352.  
  1353. ;
  1354. ;wattcp.cfg
  1355. ;
  1356.  
  1357. my_ip=204.181.194.45
  1358. netmast=255.255.255.0
  1359. gateway=204.181.194.2
  1360. nameserver=199.1.42.2
  1361. ppp=1
  1362.  
  1363. note that my_ip and gateway are identical with the exception of the last part,
  1364. this gateway was not supplied from my provider...just make one up that is
  1365. identical to your ip untill the last part <204.181.194.make_something_up_here>,
  1366. i tried gateway settings of 204.181.194.0, 204.181.194.1, but 204.181.194.2
  1367. seems to work the best! (in my case)
  1368.  
  1369. ;
  1370. ;Dial.ppp
  1371. ;
  1372.  
  1373. send "ATZ\r"
  1374. recv 7000 "OK\r\n"
  1375. send "AT&F&C1&D2S7=60\r"
  1376. recv 7000 "OK\r\n"
  1377. send "atdt *70, 877-3625\r"
  1378. recv 60000 "name:"
  1379. send "<username>\r"
  1380. recv 4000 "word:"
  1381. send "<password>\r"
  1382. recv 4000 ":"
  1383. send "ppp\r"
  1384. recv 4000 "!"
  1385. send "+++"
  1386.  
  1387. ******************************************************************
  1388.  
  1389. upstate.net (PPP)
  1390. -----------------
  1391.  
  1392. From: rhippler@upstate.net
  1393.  
  1394. ;
  1395. ; wattcp.cfg
  1396. ;
  1397.  
  1398. my_ip=204.183.127.218
  1399. netmask=255.255.255.1
  1400. gateway=204.183.127.2
  1401.  
  1402. ;
  1403. ; dial.ppp
  1404. ;
  1405.  
  1406. send "atdt5765326\r"
  1407. recv 600000 "ogin:"
  1408. send "<username>\r"
  1409. recv 60000 "assword:"
  1410. send "<password>\r"
  1411.  
  1412. ******************************************************************
  1413.  
  1414. Vanderbilt's annex server (PPP)
  1415. -------------------------------
  1416.  
  1417. From: "Anand M. Bahl" <bahla@ctrvax.Vanderbilt.Edu>
  1418.  
  1419. ;
  1420. ;wattcp.cfg
  1421. ;
  1422.  
  1423. my_ip = IP.add.res.s (assigned from server after above dialin)
  1424. netmask = 255.255.0.0
  1425. gateway = 129.59.1.1
  1426. nameserver = 129.59.1.10
  1427. ppp =1
  1428.  
  1429. ;
  1430. ;dial.ppp:
  1431. ;
  1432.  
  1433. send "atdt3434460\r"
  1434. recv 60000 "Annex username:"
  1435. send "<username>\r"
  1436. recv 60000 "Annex password:"
  1437. send "<password>\r"
  1438. recv 60000 "annex:"
  1439. send "ppp default\r"
  1440.  
  1441. ******************************************************************
  1442.  
  1443. whidbey.net (PPP)
  1444. -----------------
  1445.  
  1446. From: dabowles@whidbey.net
  1447.  
  1448. dial.ppp
  1449.  
  1450. send "at&f1\r"
  1451. recv 3000 "OK\r\n"
  1452. send "atdt6781194\r"
  1453. recv 90000 "login:"
  1454. send "<userName>\r"
  1455. recv 20000 "Password:"
  1456. send "<password>\r"
  1457.  
  1458. wattcp.cfg
  1459.  
  1460. my_ip   = 204.57.140.195
  1461. netmask = 255.255.255.0
  1462. gateway = 204.57.140.254
  1463. nameserver = 204.57.140.1
  1464.  
  1465. This is my stuff I use with a whidbey connections ppp account.
  1466.  
  1467. ******************************************************************
  1468.