home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / vmsnet / networks / tcpip / multinet / 2123 < prev    next >
Encoding:
Text File  |  1992-09-10  |  2.6 KB  |  57 lines

  1. X-Gateway-Source-Info: INTERNET
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!usc!news.service.uci.edu!unogate!mvb.saic.com!tgv.com!info-multinet
  3. Date: 10 SEP 92 17:56:20 GMT
  4. Newsgroups: vmsnet.networks.tcp-ip.multinet
  5. X-Return-path: <info-multinet-relay@TGV.COM>
  6. X-RFC822-From:     adelman (Kenneth Adelman) @ TGV.COM
  7. From: adelman@TGV.COM
  8. Subject:  Re: DECwindows over IP problem and an FDDI problem.
  9. Organization: The INFO-MULTINET Community
  10. Message-ID: <42E00D2910SEP92175620@TGV.COM>
  11. Nntp-Posting-Host: Mvb.Saic.Com
  12. Lines: 43
  13.  
  14. > 1. The first problem is related to the opening of a DECwindows window
  15. >    over TCP/IP on  a    Multinet  host.  We  get  the  following  error
  16. >    message. I can't find it neither in the Multinet  manual,  nor  in
  17. >    the DECwindows User Guide.
  18.  
  19. >> dectermport failed to find language, XOpenDisplay("") returned NULL
  20. >> %DECW-F-CANT_OPEN_DISPL, Can't open display
  21.  
  22.     This is a DECwindows error; unfortunately the application doesn't
  23. tell you anything except that there was one. The best way to debug
  24. these problems is to try:
  25. $ multinet x11debug
  26. which will make its own connection to the display, but give you more
  27. information about the failure.
  28.  
  29. > 2. On our Multinet host we've both an ethernet and an FDDI interface.
  30. >    The default route is via ethernet. Changing the default  route  to
  31. >    FDDI gives me a lot of unreachable systems on the ehternet  behind
  32. >    our cisco. Hope someone can tell me  how  to  make  the  FDDI  the
  33. >    default route?
  34.  
  35.     Assuming that you're using different network or subnetwork numbers
  36. for our FDDI and Ethernet, is the cisco connected to both as an IP
  37. gateway? If so, then the default route of the cisco should get you to
  38. the machines behind the Ethernet, assuming that the cisco itself has
  39. routes to those machines (and that they have routes throughthe cisco
  40. to the FDDI network). If the cisco is not connected to both, then
  41. you'll need to put specific network or subnetwork routes in your
  42. tables to point at the machines which are behind the Ethernet, while
  43. leaving the default route at the cisco.
  44.  
  45. >    Another  problem is, that the fddi interface is not reachable from
  46. >    other  systems.  However,    if  I first do a ping from the multinet
  47. >    host  towards such a system, than that system (if it's on fddi) is
  48. >    placed  in  the  ARP  table,  and    then  the  fddi  interface *is*
  49. >    reachable    from  that  system.  This  trick  doesn't  work from an
  50. >    ethernet  host,  because  the ethernet cisco interface is the only
  51. >    (default)    route  in  the    ARP table. What should I do to make the
  52. >    FDDI interface available towards any system on our LAN?
  53.  
  54.     Not reachable from other systems on the FDDI? I'm confused.
  55.  
  56.                             Ken
  57.