home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25396 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  1.4 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Telnet Loopback device
  5. Date: 25 Jan 1993 07:54:26 -0600
  6. Organization: Kansas State University
  7. Lines: 28
  8. Distribution: usa
  9. Message-ID: <1k0reiINNh7o@matt.ksu.ksu.edu>
  10. References: <1jt59fINNg62@uwm.edu>
  11. NNTP-Posting-Host: matt.ksu.ksu.edu
  12.  
  13. albion@csd4.csd.uwm.edu (Craig T Manske) writes:
  14.  
  15. >I am having trouble using the loopback device to telnet back to my machine.
  16. >Whenever I do a  telnet 127.0.0.1 1111, I get a network unreachable error.
  17. >I have gone through the Networking FAQ and it has solved some other problems
  18. >I was having, but I seem to be stuck now.  I know it's probabally one 
  19. >of the named files, but am not sure which one is incorrect. Any ideas?
  20.  
  21. >Albion 
  22.  
  23. 1.) Do you have anything listening to port 1111? It will give you errors
  24. if you try to connect to a port that isn't there.
  25.  
  26. 2.) Is /usr/etc/inet/hosts set up correctly for your machine? Mine looks
  27. like this:
  28.  
  29. 129.130.4.12    quix quix.ksu.edu # I just assigned mine, since I can't connect
  30.                   # to the outside world with it anyways.
  31. 127.0.0.1    loopback
  32. 127.0.0.1    me
  33.  
  34. 3.) Do you run config in rc.net to include the loopback device? It needs to be
  35. run twice like this:
  36.  
  37. config loopback $IPADDR # Whatever your ip address is
  38. config loopback 127.0.0.1 # To assign the loopback device to 127.0.0.1
  39.  
  40. James
  41.