<?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: About VNC server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/about-vnc-server/m-p/3060742#M6447</link>
    <description>Elliot Nesterman is correct I believe.  The command you ran would try to start a vncserver on display 8800 which is way out of range for VNC, it may have opened the port though so take a look with this command:&lt;BR /&gt;&lt;BR /&gt;netstat -anp inet|grep vnc&lt;BR /&gt;&lt;BR /&gt;that should tell you if your server is really listening on a port.  Although I doubt it would because the doc's that come with vnc say the port range is 5900-5999.&lt;BR /&gt;&lt;BR /&gt;I hope that helps&lt;BR /&gt;&lt;BR /&gt;Dave</description>
    <pubDate>Wed, 03 Sep 2003 13:55:44 GMT</pubDate>
    <dc:creator>Dave Falloon</dc:creator>
    <dc:date>2003-09-03T13:55:44Z</dc:date>
    <item>
      <title>About VNC server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/about-vnc-server/m-p/3060738#M6443</link>
      <description>I have started the vnc server , the comamnd is "vncserver :8800" , the message is "&lt;BR /&gt;New 'X' desktop is pcd:8800&lt;BR /&gt;&lt;BR /&gt;Starting applications specified in /root/.vnc/xstartup&lt;BR /&gt;Log file is /root/.vnc/pcd:1000.log"&lt;BR /&gt;the service start normally , but the viewer can't access it by "ip_address:8800" , can suggest what is wrong ? thx</description>
      <pubDate>Mon, 01 Sep 2003 11:08:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/about-vnc-server/m-p/3060738#M6443</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-09-01T11:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: About VNC server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/about-vnc-server/m-p/3060739#M6444</link>
      <description>I suppose you connect this using command&lt;BR /&gt;&lt;BR /&gt;vnconnect "ip_adress:port"&lt;BR /&gt;&lt;BR /&gt;or perhaps you are using&lt;BR /&gt;&lt;BR /&gt;vncviewer [option] "ip_adress:port"&lt;BR /&gt;&lt;BR /&gt;could you attach here the /root/.vnc/pcd:1000.log ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and does you /var/log/secure not give you a bit more info ?&lt;BR /&gt;&lt;BR /&gt;a &lt;BR /&gt;ps -efww | grep -i "vnc" | grep -v "grep" &lt;BR /&gt;would allow you to see if the vnc server is present and with what options if any !&lt;BR /&gt;&lt;BR /&gt;-------------------------&lt;BR /&gt;all I do when I want to use vnc is on node &lt;BR /&gt;A type vncserver as a user in an xterm&lt;BR /&gt;this replies by where the log is placed and how to kill the vncserver&lt;BR /&gt;like ".vnc/your_node:1.log&lt;BR /&gt;&lt;BR /&gt;and on node B running X in a xterm I type vcnviewer &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this prompt me for an ip the ip address of node A &lt;BR /&gt;&lt;BR /&gt;answer like this ip_num:1&lt;BR /&gt;&lt;BR /&gt;note the 1 is corresponds to 1 in your log name on node A&lt;BR /&gt;&lt;BR /&gt;and that is all .&lt;BR /&gt;-------------------------&lt;BR /&gt;&lt;BR /&gt;After this basic setup works you can start othe vncserver on node A with more optionsif you want to ( like password etc)&lt;BR /&gt;&lt;BR /&gt;have a look at man vncpasswd&lt;BR /&gt;&lt;BR /&gt;and you can also use via option to have it use ssh tunnels.&lt;BR /&gt;&lt;BR /&gt;Whatever Keep us informed and enjoy. &lt;BR /&gt;&lt;BR /&gt;Jean-Pierre &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Sep 2003 12:36:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/about-vnc-server/m-p/3060739#M6444</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-09-01T12:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: About VNC server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/about-vnc-server/m-p/3060740#M6445</link>
      <description>You will find here attached a small how-to I just wrote to try and explain it better.&lt;BR /&gt;&lt;BR /&gt;Hope this will proof helpfull&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre</description>
      <pubDate>Mon, 01 Sep 2003 13:40:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/about-vnc-server/m-p/3060740#M6445</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-09-01T13:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: About VNC server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/about-vnc-server/m-p/3060741#M6446</link>
      <description>I don't believe you can specify an arbitrary range of ports for VNC. The VNCviewer connects to the range 5900-5999 and the VNC web server listens at 5800-5899. Without a number specified vncserver defaults the Xdesktop to :1, i.e. ports 5901 &amp;amp; 5801.&lt;BR /&gt;&lt;BR /&gt;The command "vncserver :25" will start a desktop allowing connections from a VNCviewer on port 5925 and will listen for http calls on port 5825. You would connect to the server with IPaddress:25 in the VNCviewer dialog, and with http://IPaddress:5825 from a web browser.&lt;BR /&gt;&lt;BR /&gt;Maybe one of the VNC clones, like TightVNC, allows you more flexibility in port selection, but the AT&amp;amp;T version, now RealVNC, does not. At least, not according to the docs.</description>
      <pubDate>Tue, 02 Sep 2003 13:20:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/about-vnc-server/m-p/3060741#M6446</guid>
      <dc:creator>Elliot Nesterman</dc:creator>
      <dc:date>2003-09-02T13:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: About VNC server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/about-vnc-server/m-p/3060742#M6447</link>
      <description>Elliot Nesterman is correct I believe.  The command you ran would try to start a vncserver on display 8800 which is way out of range for VNC, it may have opened the port though so take a look with this command:&lt;BR /&gt;&lt;BR /&gt;netstat -anp inet|grep vnc&lt;BR /&gt;&lt;BR /&gt;that should tell you if your server is really listening on a port.  Although I doubt it would because the doc's that come with vnc say the port range is 5900-5999.&lt;BR /&gt;&lt;BR /&gt;I hope that helps&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Wed, 03 Sep 2003 13:55:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/about-vnc-server/m-p/3060742#M6447</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2003-09-03T13:55:44Z</dc:date>
    </item>
  </channel>
</rss>

