home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / bsd / 8691 < prev    next >
Encoding:
Text File  |  1992-11-10  |  1.3 KB  |  41 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!worldbank.org!sthomas
  3. From: sthomas@worldbank.org (Sidney F. Thomas)
  4. Subject: Bringing up 386bsd -- ethernet connection problems -- help!
  5. Message-ID: <1992Nov10.202836.29559@worldbank.org>
  6. Organization: The World Bank, Washington, DC, USA
  7. Date: Tue, 10 Nov 1992 20:28:36 GMT
  8. Lines: 31
  9.  
  10. Hi there!
  11.  
  12. Got TinyBSD to install onto the hard disk.  Now I want to
  13. ftp a distribution site to download the rest of the distribution.
  14. My 3COM 3C503 card is recognized at bootup on IRQ 9 at the right
  15. address (D8000) etc., as device ec0.  I issue the command to
  16. configure the ethernet card to my IP address:
  17.  
  18.     # ifconfig ec0 138.220.64.1 
  19.  
  20. which seems to be well executed, as I get back the message
  21.  
  22.     ecinit#
  23.  
  24. Then I issue the command to identify the gateway:
  25.  
  26.     ecinit# route add default 138.220.64.240
  27.  
  28. Then I try to connect to agate.berkeley.edu, thus: 
  29.  
  30.     # ftp 128.32.136.1
  31.  
  32. and nothing happens.  I also cannot connect to other nodes on
  33. my domain.  I suspect there is a simple solution, but INSTALL.NOTES
  34. offers no clue -- I have followed the instructions given there.  
  35. It also does not appear to be a FAQ -- I have read 386bsd.FAQ.  
  36. Still, others must have encountered and solved this problem.
  37. Any help would be appreciated.
  38.  
  39. --Sidney Thomas
  40. (sthomas@nimbus@worldbank.org)
  41.