home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / next / sysadmin / 7636 < prev    next >
Encoding:
Text File  |  1993-01-28  |  2.7 KB  |  56 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!news.univie.ac.at!scsing.switch.ch!univ-lyon1.fr!ghost.dsi.unimi.it!rpi!usc!howland.reston.ans.net!spool.mu.edu!agate!usenet.ins.cwru.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!news.sei.cmu.edu!bb3.andrew.cmu.edu!crabapple.srv.cs.cmu.edu!cantaloupe.srv.cs.cmu.edu!sqhilton.pc.cs.cmu.edu!beatty
  3. From: beatty@sqhilton.pc.cs.cmu.edu (Derek Beatty)
  4. Subject: Re: Slip and -NXHost
  5. Message-ID: <C1IMMy.I96.2@cs.cmu.edu>
  6. Originator: beatty@sqhilton.pc.cs.cmu.edu
  7. Sender: news@cs.cmu.edu (Usenet News System)
  8. Nntp-Posting-Host: sqhilton.pc.cs.cmu.edu
  9. Reply-To: beatty+@cs.cmu.edu
  10. Organization: School of Computer Science, Carnegie Mellon
  11. References: <C1H53I.LuF@oceania.com>
  12. Distribution: na
  13. Date: Wed, 27 Jan 1993 13:54:33 GMT
  14. Lines: 40
  15.  
  16. In article <C1H53I.LuF@oceania.com> kambiz@oceania.com (Kambiz Aghaiepour)  
  17. writes:
  18. > I am having trouble -NXHost'ing an application from a client machine  
  19. that is
  20. > connected to my network via slip.  (Yeah, I've heard it's really slow  
  21. and
  22. > not worth the trouble; but I enjoy pain!)
  23.  
  24. You don't enjoy that much pain, but... If you examine the /etc/rc* scripts  
  25. and perhaps the boot messages, you'll find that the Mach net message  
  26. server looks around when it starts to see what network interfaces are  
  27. available.  Since this is before Slip is loaded, it doesn't know about  
  28. slip.  Thus you must somehow establish routes so that when the  
  29. netmessageserver tries to send through the ethernet interface, the packets  
  30. actually get routed correctly.  There are various approaches; for example,  
  31. give the ethernet and slip interfaces the same IP address, then on the  
  32. standalone machine in /etc/rc.local:
  33. /etc/route delete 128.2.0.0 $INETADDR
  34. Replace 128.2.0.0 with your network.  
  35.  
  36. Getting NXHost working over slip is an interesting experiment, and you can  
  37. even get windows up on your screen if you go about it right, but it  
  38. doesn't *really* work.  I think that what happens is that the interaction  
  39. between the remote app and the windowserver consumes essentially all of  
  40. the communication channel just to blink the cursor in a text object, and  
  41. once you try to do anything more, buffers fill up and messages don't get  
  42. through.  (This is at 19.2kbps, headers not compressed.)
  43.  
  44. Maybe if you just need to push a couple of buttons in an app, you could do  
  45. something useful with NXHost over slip, but the moment you must type  
  46. anything, forget it.  It Just Doesn't Work.
  47.  
  48. And by the way, you don't have to log out and back in after checking  
  49. Public Window Server in 2.1.  Is that yet another "improvement" of 3.0?
  50.  
  51.  -- Derek
  52. -- 
  53. Derek_Beatty@cmu.edu   ABD   Comp Sci, CMU, 5000 Forbes, Pgh, PA 15213 USA
  54.