home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / aux / 4507 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  3.9 KB

  1. Path: sparky!uunet!gatech!rpi!usc!cs.utexas.edu!sun-barr!ames!agate!spool.mu.edu!hri.com!noc.near.net!transfer.stratus.com!greer.az.stratus.com!user
  2. From: Mike_Peters@vos.stratus.com (Mike Peters)
  3. Newsgroups: comp.unix.aux
  4. Subject: CSLIP and MacTCP problem resolved!
  5. Message-ID: <Mike_Peters-050193083915@greer.az.stratus.com>
  6. Date: 5 Jan 93 15:44:11 GMT
  7. Followup-To: comp.unix.aux
  8. Organization: Stratus Computer, Inc.
  9. Lines: 64
  10. NNTP-Posting-Host: greer.az.stratus.com
  11.  
  12. When I first installed A/UX on my home IIci several months ago, I was
  13. unable to get MacTCP applications to communicate via CSLIP.  I've been
  14. working with the Apple Support Service group to resolve it.  Apparently,
  15. there a several other people that are having the same problem.  I've seen
  16. the same symptoms posted many times since I first reported the problem to
  17. Apple.
  18.  
  19. The problem occurs when configuring CSLIP without the presence of an
  20. Ethernet card.  MacTCP gets confused and uses the loopback (127.0.0.1)
  21. address as the source address and fails. 
  22.  
  23. The following is the documentation I received yesterday from Apple.  The
  24. only step that was neccessary to resolve the problem on my system was step
  25. #8.  Once the MacTCP Patches were installed, I removed the Enet card (I
  26. borrowed one), rebooted and everything now works.  Keep in mind however,
  27. what newconfig WILL NOT query you for your network address or system name
  28. unless you have an Enet card installed.  For CSLIP only users, the NETADDRS
  29. & HOSTNAME files must be created by hand.
  30.  
  31. 1) Setup the slip server per pages 7-4 through 7-7
  32.    of the Network Administration manual.
  33. 2) If the slip server was not previously running routed, and if it had
  34.    a default route added, remove the default route:
  35.    route delete default gateway-name
  36. 3) Enable ip forwarding on the slip server per page 2-34 of the
  37.    Network Administration manual
  38. 4) Setup the slip client per pages 7-7 through 7-10 of
  39.    the Network Administration manual.
  40. 5) Establish a serial connection from the slip client to the slip server
  41.    and start slip on the server, per page 7-11 of
  42.    the Network Administration manual.
  43. 6) Run slattconf on the slip client.  Follow page 7-12 of the
  44.    Network Administration manual, but add the correct netmask, as in:
  45.    slattconf +c tty0 9600 client_name server_name -arp netmask
  46. 255.255.252.0
  47. 7) If the client is not connected to another (local) network, and a default
  48.    route was previously set, clear it and reset the default route:
  49.    /usr/etc/route delete default default_router_name
  50.    /usr/etc/route add default default_router_name 1
  51. 8) UNSUPPORTED; THESE PATCHES HAVE NOT GONE THROUGH A/UX QA TESTING:
  52.    If at this point you wish to run MacTCP applications over
  53.    the slip interface (from the slip client), and they do not work
  54. correctly,
  55.    obtain the patches from afsg.apple.com via anonymous ftp in
  56.    the file "pub/Patches.MacTCP.tar.Z" (set file type to bin before
  57.    transferring) and copy the file to /tmp. Once obtained, do the
  58. following:
  59.         1) uncompress Patches.MacTCP.tar.Z
  60.         2) tar xvf Patches.MacTCP.tar.Z
  61.         3) cp /mac/lib/Patches/Patch.067C /mac/lib/Patches/Patch.067C.sav
  62.         4) cp /mac/lib/Patches/Patch.0178 /mac/lib/Patches/Patch.0178.sav
  63.         5) cp etc/mactcp.conf /etc/mactcp.conf
  64.         6) cp mac/lib/Patches/Patch.067C /mac/lib/Patches/Patch.067C
  65.         7) cp mac/lib/Patches/Patch.0178 /mac/lib/Patches/Patch.0178
  66.         8) reboot
  67.    Restart the slip connection and try the MacTCP application again.
  68.    (This problem will most frequently be encountered when no ethernet
  69.    interface exists in the s|ip client machine.)
  70.  
  71. -------------------------------------------------------------------------
  72. Mike Peters                         VOS Mail: Mike_Peters@vos.stratus.com
  73. Consulting Systems Engineer        Unix Mail: mp@az.stratus.com
  74. Stratus Computer, Inc.            Voice Mail: (602) 852-3002
  75. -------------------------------------------------------------------------
  76.