home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / util / comm / macnet.sit / autoexec.di next >
Text File  |  1989-06-22  |  789b  |  23 lines

  1. # A U T O E X E C . D I
  2. #
  3. #If you plan to use MacNET SLFP with a modem, rename this file as 
  4. #"AUTOEXEC.NET." 
  5. #
  6. #The second to last last number on the following line should be 300 if you
  7. #are using a 300 baud modem, 2400 if using a 2400 bps modem, and so forth. 
  8. #If you have a 1200 baud modem, change "2400" to "1200" and change the phone
  9. #number to "7636520."  If you are calling from outside Ann Arbor, you 
  10. #should replace "7644800" with your local Merit number and set the
  11. #appropriate speed.  If you don't know your local Merit number, you can
  12. #call the Computing Center Consultants at (313) 764-HELP during the day
  13. #to find out.
  14. #
  15. attach asy   1 a slfp sl0 2048 232 2400 ATDT7644800
  16. route add default sl0
  17. ip ttl 50
  18. tcp mss 192
  19. tcp window 1920
  20. start echo
  21. start discard
  22. start telnet
  23.