home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / sys5 / r4 / 826 < prev    next >
Encoding:
Text File  |  1992-12-14  |  2.2 KB  |  70 lines

  1. Newsgroups: comp.unix.sys5.r4
  2. Path: sparky!uunet!spool.mu.edu!uwm.edu!linac!att!cbnewsm!corey
  3. From: corey@cbnewsm.cb.att.com (william.c.brown)
  4. Subject: Re: help!  can't telnet/ping own SVR4 system
  5. Organization: AT&T
  6. Distribution: usa
  7. Date: Mon, 14 Dec 1992 13:26:08 GMT
  8. Message-ID: <1992Dec14.132608.12773@cbnewsm.cb.att.com>
  9. Summary: ping/rlogin/telnet to yourself SYSV4
  10. References: <Bz2uAp.H5@shyguy.lonestar.org>
  11. Lines: 57
  12.  
  13. In article <Bz2uAp.H5@shyguy.lonestar.org>, bmyers@shyguy.lonestar.org (bob myers) writes:
  14. > I need the ablility to telnet into my own system (which is a Consensys V4
  15. > SVR4 unix), due to wanting to run a MUD (Multi-User-Dungeon).
  16. > For some reason, I can not ping or telnet into my own system.  can
  17. > anyone give me some leads, or do i need to purchase a WD8003 controller
  18. > and install the WD driver package?
  19. > the current error message I get is :
  20. > The following commands were run from /etc/inet/rc.inet
  21. > /usr/sbin/ifconfig lo0 localhost up
  22. > /usr/sbin/ifconfig emd0 shyguy up -trailers
  23. > ifconfig: ioctl (SIOCGIFFLAGS): Invalid argument
  24.  
  25. I got the same thing when I put up ESIX SYSV4.0.4. I solved the
  26. problem by doing the following:
  27.  
  28. Change your /etc/hosts file so that the loopback broadcast address
  29. is marked as loopback and you own system address is marked with
  30. your system name and localhost. Then, since you don't have network
  31. hardware, (like me) you need to go into /etc/inet/rc.inet and 
  32. comment out the second call to ifconfig which is used to set up
  33. any network hardware that you might have...
  34.  
  35.  
  36. heres an example of /etc/hosts
  37.  
  38. 127.0.0.1    loopback
  39. 192.20.32.xxx    my-system    localhost
  40.  
  41.  
  42. > the last statement will go away when I use the WD driver, but I'm
  43. > not thrilled about installing driver software without docs/actual card.
  44.  
  45. Never install drivers for hardware you don't have...
  46.  
  47. > any ideas?  all inputs will be considered...
  48. > -bob
  49.  
  50.  
  51.  
  52. /* -----                            */
  53. /* Corey Brown  (WB0RXQ): 20m, 15m, 2m(146.82) 70cm(443.65)     */
  54. /* AT&T NSD                            */
  55. /* Alpharetta, Ga 30202                        */
  56. /* (404)750-8071                        */
  57. /*            -----------------            */
  58. /* att!alphlk!wcb          | They're history in terms of the    */
  59. /* attmail!wcbrown         | future! (lws-91)            */
  60. /*                              ----- */
  61.  
  62.