home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / bsd / 5178 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.5 KB  |  46 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!wupost!cs.utexas.edu!torn!newshost.uwo.ca!news
  3. From: mark@student.business.uwo.ca (Mark Bramwell CS Staff)
  4. Subject: Re: Problem with 386BSD and Network
  5. Organization: University of Western Ontario
  6. Date: Sat, 5 Sep 1992 22:20:01 GMT
  7. Message-ID: <34cNqB1w165w@student.business.uwo.ca>
  8. References: <Bu3nKA.21q@nicedel.north.de>
  9. Sender: news@julian.uwo.ca (USENET News System)
  10. Nntp-Posting-Host: student.business.uwo.ca
  11. Lines: 33
  12.  
  13. nyse@nicedel.north.de (Hermann Behrens) writes:
  14.  
  15. > ne0 ethernet address 00:00:4d:21:65:97 at 0x300 irq9 on isa
  16. > ?? I installed ther card on all available IRQ's(2,3,4,5,12) but it
  17. > will always be detected on IRQ 9. Then I type the following:
  18. > >ifconfig ne0 192.1.1.2        # I type in
  19. > <neinitstartartstartart        # 386BSD answers
  20. > >route add default 192.1.1.10 (The IP-Number for my 2nd computer).
  21.  
  22. I have a wd elite 16 on irq 2, and the machine comes back as irq 9 also.
  23. But mine works ok.
  24.  
  25. ifconfig ne0 192.1.1.2 255.255.255.0       (net mask is required?)
  26. route add default 192.1.1.10
  27.  
  28. If you want name serving, create   /etc/resolv.conf
  29. and put the lines:
  30.  
  31. nameserver 192.1.1.10
  32. domain myhouse.de
  33.  
  34. If your machine was called  machine.myhouse.de   then   ftp myhouse would work
  35. if the name server was running.
  36.  
  37. I was able to ftp everywhere within 2 minuntes of loading the 10 bindist
  38. disks, by typing the above 2 commands (my numbers were different of course)
  39.  
  40. mark@student.business.uwo.ca (Mark Bramwell CS Staff)
  41. Western Business School  --  London, Ontario
  42.