home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 17685 < prev    next >
Encoding:
Text File  |  1992-11-23  |  2.9 KB  |  72 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!cs.utexas.edu!swrinde!emory!sol.ctr.columbia.edu!destroyer!cs.ubc.ca!newsserver.sfu.ca!rchen
  3. From: rchen@fraser.sfu.ca (Robert Chen)
  4. Subject: Please help with TCP/IP
  5. Message-ID: <1992Nov23.204830.26692@sfu.ca>
  6. Sender: news@sfu.ca
  7. Organization: Simon Fraser University, Burnaby, B.C., Canada
  8. Date: Mon, 23 Nov 1992 20:48:30 GMT
  9. Lines: 61
  10.  
  11. Hi.  I cannot seem to get my tcpip connection to work.  I am using
  12. a SMC Elite 16T.  I edited Space.c so that memory end is d4000
  13. (instead of d2000).  Is there anything else in Space.c that I need to
  14. change? (Like the receive memory start/end maybe?) 
  15.  
  16. At boot up, linux recognizes my SMC card as 16 bit, 64 pages memory.
  17. When I try to telnet out of my linux box, 
  18. telnet 128.189.39.130 
  19. I get "wd8003 transmit timed out" back immediately, then
  20. more such messages every few seconds.  The receive light on the SMC
  21. card is constantly blinking (recognizing the traffic on the net).  The
  22. TX (send) light blinks once for each "wd8003 transmit timed out" message.
  23. Eventually, telnet times out "unable to connect to remote host:
  24. connection timed out".
  25.  
  26. If I telnet to 127.0.0.1 (loopback), I get connected almost instantly,
  27. but also get the same "wd8003 transmit timed out" messages.  I get a
  28. login prompt after about two minutes (why the wait anyway?)
  29.  
  30. Here is my set up.  I have a Sun at 128.189.39.130, and a nameserver
  31. at 128.189.32.1.  My ip address is 128.189.39.153.  I don't have a
  32. router (to my knowledge).  I am calling config like so:
  33. config -r 0.0.0.0 -n 128.189.39.0 eth0 128.189.39.153
  34.  
  35. I am not running named locally (on my linux box).  resolve.conf and
  36. hosts are set up by install.net script (nothing special about them).
  37.  
  38. I am running linux 0.98pl4.  I know there have been some changes to
  39. the tcpip stuff in pl5 + Ross' new patches, but right now I just want to
  40. get pl4 working (I doubt that upgrading will solve this particular
  41. problem).  Right now I don't care if I can't telnet outsite my subnet,
  42. nor do I care if I can resolve names.  I just want get 
  43. "telnet 128.189.39.130" to work for starters.
  44.  
  45. I am using the new inetd from sunsite, new-telnet from nic, config.c
  46. from tcpip0.8.1, services file from the etherFAQ, and install stuff
  47. from tcpip0.8.
  48.  
  49. Does anybody know what I am doing wrong?  Here are some specific
  50. questions I have:
  51.  
  52. -  Exactly what changes do I have to make to Space.c for an SMC Elite
  53. 16T?
  54.  
  55. -  Do I have to run named locally?  Why or why not?
  56.  
  57. -  How important is the router argument to config?  I know it is not
  58. there for decoration, but I am unaware of any router on my subnet.
  59. Would I need a router to telnet from 128.189.39.153 to 128.189.39.130
  60. given that my nameserver is on 128.189.32.1?  
  61.  
  62. -  Is my network (-n) argument correct (128.189.39.0) given my above setup?
  63.  
  64. -  Am I missing anything (or any other information that might help you
  65. help me?
  66.  
  67.  
  68. Thanks for any help you can give me.  I am sorry this message is so
  69. long.  
  70.  
  71. - Ken
  72.