home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 16232 < prev    next >
Encoding:
Text File  |  1992-11-10  |  2.7 KB  |  72 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!pipex!warwick!sunserver1.aston.ac.uk!uhura!evansmp
  3. From: evansmp@uhura.aston.ac.uk (Mark Evans)
  4. Subject: Re: TCP/IP w/ ethernet wd8003
  5. Message-ID: <1992Nov10.101048.26042@aston.ac.uk>
  6. Sender: usenet@aston.ac.uk (Usenet administrator)
  7. Nntp-Posting-Host: uhura
  8. Organization: Aston University
  9. References: <92315.081920K111114@ALIJKU11.BITNET>
  10. Date: Tue, 10 Nov 1992 10:10:48 GMT
  11. Lines: 59
  12.  
  13. K111114@ALIJKU11.BITNET () writes:
  14. : hi.
  15. : finally i got config to say something other than "socket: Protocal not supp..."
  16. : still i have problems. *:-)
  17. : our university is the net 140.78 in Austria. the pc where i want to install
  18. : linux is on a subnet at this university, 140.78.4, and the pc itself should
  19. : be assigned the ip-number 140.78.4.41.
  20. : The gateway is (that is the ROUTER, from the /usr/etc/inet/rc.local ???)
  21. : 140.78.4.31.
  22. : I try to startup the device now:
  23. : > #!/bin/sh
  24. : > config loopback 127.0.0.1
  25. : > config -r 140.78.4.31 -n 140.78.4.0 -d eth0 140.78.4.41
  26. : > inetd
  27. : okey. when I try to telnet outside, i get "wd8003 timeout ...", and telnet
  28. : into doesn't connect either (doing a ps on the linux host I c that telnetd is
  29. : never started)
  30.  
  31. The code for the ethernet card assumes that it uses IRQ 5, either change
  32. the card (which is likely to break any non Linux networking software you
  33. may also be running on the machine) or change the software line 17
  34. of net/tcp/Space.c
  35. : I may or may not add
  36. : > config loopback 140.78.4.41
  37. : this line simply doesn't matter ...
  38. : Somewhere in the source i have read "No need for a net-mask", well, i trust
  39. : the source :) Also, I am not sure about the -n value.
  40. : Should I use the subnet (140.78.4.0) or should I use the whole local-net
  41. : (140.78.0.0) ..... (Tried both, none worked, or, well, i'm just to confused
  42. : about having to boot every 10 minutes or so ....)
  43.  
  44. As for your net mask you will need to know how your local network is set up
  45. to do this.
  46. : Also, in /usr/etc/inet/resolv.conf i have entered: domain-name & 2 name servers
  47. : But named cannot find named.boot. Where is this file ? Couldn't get it in the
  48. : distribution ...
  49.  
  50. If you have a network connection then there is little point running named
  51. (except as a caching server)
  52. Find a BIND GURU for help with named it is not directly a linux problem
  53. (comp.unix.questions or such like is probably a better place to ask about
  54. BIND)
  55. : Who has connected the wd-card using linux/tcpip to the net successfully ?
  56. : Please help me !!! :-)))
  57.  
  58. -- 
  59. -------------------------------------------------------------------------
  60. Mark Evans                                   |evansmp@uhura.aston.ac.uk
  61. +(44) 21 565 1979 (Home)                     |evansmp@cs.aston.ac.uk
  62. +(44) 21 359 6531 x4039 (Office)             |
  63.