<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Xhost Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/xhost-problem/m-p/2874652#M99296</link>
    <description>What's your O/S and patch level wrt CDE ? fyi there were known issues with systems &amp;amp; multiple lan cards circa Nov 2000 hpux 11.00: fix is included in later CDE Runtime patches : see PHSS_20716.text or later patches.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 07 Jan 2003 08:31:28 GMT</pubDate>
    <dc:creator>Alex Glennie</dc:creator>
    <dc:date>2003-01-07T08:31:28Z</dc:date>
    <item>
      <title>Xhost Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xhost-problem/m-p/2874644#M99288</link>
      <description>I have a w2k server with 2 nic cards external and Internal. The external nic card is connected to a router and the internal nic (192.6.2.2) card is connected to a switch. All internal NT network works fine I also could browse the Internet. I added a Unix server and assigned an external IP address to lan1. From the NT internal network I could connect to Unix system with no problems using reflectionx. The problem I am facing, I can not export the display to the NT box. &lt;BR /&gt;#export DISPLAY=192.6.2.134:0.0&lt;BR /&gt;# xhost +&lt;BR /&gt;I get this error&lt;BR /&gt;xhost:  unable to open display "192.6.2.134:0.0"&lt;BR /&gt;&lt;BR /&gt;If I am at the Unix box I could ping anything outside, I also could ping the w2k external nic card, but can not ping the internal nic card 192.6.2.2. I don???t know  what the problem is? If anyone could help.. My advance thanks.&lt;BR /&gt;</description>
      <pubDate>Sun, 05 Jan 2003 09:53:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xhost-problem/m-p/2874644#M99288</guid>
      <dc:creator>A Sassi</dc:creator>
      <dc:date>2003-01-05T09:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Xhost Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xhost-problem/m-p/2874645#M99289</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check your client-ipadres,&lt;BR /&gt;&lt;BR /&gt;# who -um&lt;BR /&gt;# export DISPLAY=ipadres:0.0&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;# export DISPLAY=`who -um | awk '{print $NF}':0.0`&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Sun, 05 Jan 2003 10:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xhost-problem/m-p/2874645#M99289</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-01-05T10:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Xhost Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xhost-problem/m-p/2874646#M99290</link>
      <description>The xhost command has to be executed on the display station.&lt;BR /&gt;&lt;BR /&gt;So, you do the "export DISPLAY=XXXX" on the UNIX server, and "xhost +" on the Windows box. You should then be able to launch an XTERM (or similar) on the UNIX box, and have it display on the Windows box.&lt;BR /&gt;&lt;BR /&gt;The ping problem in your last paragraph sounds like a different problem.  Check your routing tables on that one.  Post back if you don't find the problem.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;Vince</description>
      <pubDate>Sun, 05 Jan 2003 14:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xhost-problem/m-p/2874646#M99290</guid>
      <dc:creator>Vincent Fleming</dc:creator>
      <dc:date>2003-01-05T14:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Xhost Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xhost-problem/m-p/2874647#M99291</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Long back I worked on Reflection X. &lt;BR /&gt;&lt;BR /&gt;xhost + is supposed to be run on the box that is running the X-server. In this case, you should run xhost+ on the w2k server not on the telnet session of your UNIX server.&lt;BR /&gt;&lt;BR /&gt;I guess,  xhost+ is enabled by default on Reflection if I remember correctly. If your Reflection X server is running, then it is enough for you to just export DISPLAY on the unix server and then run the X-window application from it.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sun, 05 Jan 2003 19:29:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xhost-problem/m-p/2874647#M99291</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-01-05T19:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Xhost Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xhost-problem/m-p/2874648#M99292</link>
      <description>xhost+ is a security issue on hp-ux, it should only be used for diagnostic purposes.&lt;BR /&gt;&lt;BR /&gt;do an ifconfig lan0 or lan1 to get the ip addy for the above instructions.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 05 Jan 2003 21:41:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xhost-problem/m-p/2874648#M99292</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-01-05T21:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Xhost Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xhost-problem/m-p/2874649#M99293</link>
      <description>Thanks for all your reply. I might not explain my problem better. Reflection software has 3 options FTP session, VT session and reflection x session. When I open the reflection x session I select Generic HPUX hpterm, I try to connect to the Unix server but nothing happens, I don???t get anything. When I use the VT option, which is a Telnet session, I login as root then I type&lt;BR /&gt;# export DISPLAY=192.6.2.134:0.0 (the IP address is for the NT internal client. As I mentioned before the server has 2 nic cards the internal card for the server is 192.6.2.2 Where the External card has an external IP address as well as the UNIX server.)&lt;BR /&gt;I can ping the UNIX server from NT client (192.6.2.134) but I cannot ping the NT server internal nic or any internal clients from the Unix server.&lt;BR /&gt;&lt;BR /&gt;Also when I type either of the following commands on the reflection telnet session opened on the NT client I get&lt;BR /&gt;# xhost + &lt;BR /&gt;  Error: Can't open display: 192.6.2.134:0.0&lt;BR /&gt;Error: Couldn't find per display information&lt;BR /&gt;# xclock&lt;BR /&gt;Error: Can't open display: 192.6.2.134:0.0&lt;BR /&gt;Error: Couldn't find per display information&lt;BR /&gt;I think the x command does not come back to the NT client because the Unix has an external IP and the NT has an Internal IP.I am thinking the problem could be with routing traffic from external to Internal but I am not sure. I really appreciate all your help guys. Thanks &lt;BR /&gt;</description>
      <pubDate>Mon, 06 Jan 2003 00:43:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xhost-problem/m-p/2874649#M99293</guid>
      <dc:creator>A Sassi</dc:creator>
      <dc:date>2003-01-06T00:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Xhost Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xhost-problem/m-p/2874650#M99294</link>
      <description>I suspect this is down to routing as much as anything ...looks like you may need to run route add .. see man route ?&lt;BR /&gt;&lt;BR /&gt;I beleive the reason you are getting xhost: unable to open display errors in the hpterms is probably because the hpterm is not being run under a CDE session or equivalent window manager and as such has no X session to have a display exported to ... NB a terminal session on its own does not support X.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Jan 2003 09:43:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xhost-problem/m-p/2874650#M99294</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2003-01-06T09:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Xhost Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xhost-problem/m-p/2874651#M99295</link>
      <description>I just found out the Problem is with 2 nic cards. I have lan0 and lan1. When I ping the hostname I get a replay from lan0 even though it's disabled. Lan1 has the external IP address. I can ping the external IP address of the W2k server with no problems. but when I ping the hostname I get the lan0 reply. Any Idea How to fix this.</description>
      <pubDate>Tue, 07 Jan 2003 00:40:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xhost-problem/m-p/2874651#M99295</guid>
      <dc:creator>A Sassi</dc:creator>
      <dc:date>2003-01-07T00:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Xhost Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xhost-problem/m-p/2874652#M99296</link>
      <description>What's your O/S and patch level wrt CDE ? fyi there were known issues with systems &amp;amp; multiple lan cards circa Nov 2000 hpux 11.00: fix is included in later CDE Runtime patches : see PHSS_20716.text or later patches.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jan 2003 08:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xhost-problem/m-p/2874652#M99296</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2003-01-07T08:31:28Z</dc:date>
    </item>
  </channel>
</rss>

