home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / aux / 2934 < prev    next >
Encoding:
Text File  |  1992-07-24  |  2.6 KB  |  60 lines

  1. Newsgroups: comp.unix.aux
  2. Path: sparky!uunet!sun-barr!ames!nsisrv!jagubox!jim
  3. From: jim@jagubox.gsfc.nasa.gov (Jim Jagielski)
  4. Subject: Re: AUX Puppy in ethernet trouble
  5. Message-ID: <856@jagubox.gsfc.nasa.gov>
  6. Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
  7. Nntp-Posting-Host: jagubox.gsfc.nasa.gov
  8. Reply-To: jim@jagubox.gsfc.nasa.gov (Jim Jagielski)
  9. Organization: NASA/Goddard Space Flight Center
  10. References: <1992Jul21.222340.10330@uvm.edu>
  11. Date: Fri, 24 Jul 1992 12:14:15 GMT
  12. Lines: 46
  13.  
  14. kturner@moose.uvm.edu (Kevin Turner) writes:
  15.  
  16. >We just got a brand new, straight from the cd-rom aux 3.0 (on an FX).
  17. >How do we get set up for the internet?  We unfortunately got no
  18. >manuals (it's a demo machine).  We have some unix configuration
  19. >experience (a decstation 5000), but can't seem to figure out how
  20. >to set this guy up.
  21.  
  22. This will be a brief overview:
  23.  
  24. First of all, you need the hardware capability to hook-up to the ethernet.
  25. This means you need a EtherNet NuBus card. I recomend the Asante MacCon 64
  26. card; it's register compatible with the Apple card but cheaper and faster.
  27.  
  28. Next, after you've installed the card you'll need to get an IP address from
  29. your network administrator. This address uniquely specifies your machine out
  30. of all the ones on the net so don't "guess" what this value is! The
  31. form of the address is something like XXX.XXX.XXX.XXX. Don't attempt to
  32. access the net (or use network-related programs) until you have this number.
  33.  
  34. Finally, you'll need to tell A/UX to install whatever code might be needed
  35. to use the net. You do this by telling A/UX to configure itself for
  36. Ethernet support:
  37.  
  38.     $ newconfig bnet
  39.  
  40. As A/UX is adjusting itself, it will ask you some questions such as your
  41. IP address and your hostname (you'll also need to get this from your net-admin
  42. or, at least, have your net-admin assure you that one you want is unique
  43. on _your_ net. For example, you might want to call your hostname "demofx"
  44. and your net-admin will let you know if that name is okay. He/she should
  45. also tell you the domain name of your network. For example, the hostname
  46. of the machine you posted with was "moose" and the domain name was "uvm.edu"
  47. making the complete hostname of the system "moose.uvm.edu"... the IIfx
  48. will have a similar type name).
  49.  
  50. Once the configuration is done and you reboot the system, you should have
  51. ethernet support and access.
  52. -- 
  53. ==============================================================================
  54. #include <std/disclaimer.h>
  55.  
  56.                 Jim Jagielski                  NASA/GSFC, Code 734.4
  57.           jim@jagubox.gsfc.nasa.gov             Greenbelt, MD 20771
  58.  
  59.                      "Squeak. Squeak, I tell you, squeak."
  60.