<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Set up the VNC Server in Fedora</title>
	<atom:link href="http://www.g-loaded.eu/2005/11/10/configure-vnc-server-in-fedora/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.g-loaded.eu/2005/11/10/configure-vnc-server-in-fedora/</link>
	<description>An open-source software and technology related journal</description>
	<lastBuildDate>Tue, 21 May 2013 19:34:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex Ogheri</title>
		<link>http://www.g-loaded.eu/2005/11/10/configure-vnc-server-in-fedora/#comment-19396</link>
		<dc:creator>Alex Ogheri</dc:creator>
		<pubDate>Thu, 08 Nov 2012 11:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/configure-vnc-server-in-fedora/#comment-19396</guid>
		<description><![CDATA[simply wanted to say thank you.
I did it as you describe, and it worked perfectly!]]></description>
		<content:encoded><![CDATA[<p>simply wanted to say thank you.<br />
I did it as you describe, and it worked perfectly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Notaras</title>
		<link>http://www.g-loaded.eu/2005/11/10/configure-vnc-server-in-fedora/#comment-19381</link>
		<dc:creator>George Notaras</dc:creator>
		<pubDate>Thu, 27 Sep 2012 18:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/configure-vnc-server-in-fedora/#comment-19381</guid>
		<description><![CDATA[@AlicVG, Thank you for your feedback. Seems quite useful.]]></description>
		<content:encoded><![CDATA[<p>@AlicVG, Thank you for your feedback. Seems quite useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlicVG</title>
		<link>http://www.g-loaded.eu/2005/11/10/configure-vnc-server-in-fedora/#comment-19380</link>
		<dc:creator>AlicVG</dc:creator>
		<pubDate>Thu, 27 Sep 2012 17:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/configure-vnc-server-in-fedora/#comment-19380</guid>
		<description><![CDATA[Setup VNC server.

# yum install tigervnc-server

Make new configuretion for display N.

For display :2
# cp /lib/systemd/system/vncserver@.service /lib/systemd/system/vncserver@:2.service

Replace parametr &quot;&quot;:

#ExecStart=/sbin/runuser -l  -c “/usr/bin/vncserver %i”
 ExecStart=/sbin/runuser -l myuser -c “/usr/bin/vncserver %i -geometry 1366×768″
 #ExecStop=/sbin/runuser -l  -c “/usr/bin/vncserver -kill %i”
 ExecStop=/sbin/runuser -l myuser -c “/usr/bin/vncserver -kill %i-geometry 1366×768″

Restart.

# systemctl daemon-reload

Set password VNC for user myuser

# su – myuser
 $ vncpasswd
 Password:
 Verify:
 $ exit
 logout
 #

Enable &amp; run vnc service.

# systemctl enable vncserver@:2.service
# systemctl start vncserver@:2.service

Set firewall
-A INPUT -m state –state NEW -m tcp -p tcp –dport 590 -j ACCEPT

P.S. translate from http://konstantinjch.wordpress.com/2011/12/14/systemd-vnc-fedora-16/]]></description>
		<content:encoded><![CDATA[<p>Setup VNC server.</p>
<p># yum install tigervnc-server</p>
<p>Make new configuretion for display N.</p>
<p>For display :2<br />
# cp /lib/systemd/system/vncserver@.service /lib/systemd/system/vncserver@:2.service</p>
<p>Replace parametr &#8220;&#8221;:</p>
<p>#ExecStart=/sbin/runuser -l  -c “/usr/bin/vncserver %i”<br />
 ExecStart=/sbin/runuser -l myuser -c “/usr/bin/vncserver %i -geometry 1366×768″<br />
 #ExecStop=/sbin/runuser -l  -c “/usr/bin/vncserver -kill %i”<br />
 ExecStop=/sbin/runuser -l myuser -c “/usr/bin/vncserver -kill %i-geometry 1366×768″</p>
<p>Restart.</p>
<p># systemctl daemon-reload</p>
<p>Set password VNC for user myuser</p>
<p># su – myuser<br />
 $ vncpasswd<br />
 Password:<br />
 Verify:<br />
 $ exit<br />
 logout<br />
 #</p>
<p>Enable &amp; run vnc service.</p>
<p># systemctl enable vncserver@:2.service<br />
# systemctl start vncserver@:2.service</p>
<p>Set firewall<br />
-A INPUT -m state –state NEW -m tcp -p tcp –dport 590 -j ACCEPT</p>
<p>P.S. translate from <a href="http://konstantinjch.wordpress.com/2011/12/14/systemd-vnc-fedora-16/" rel="nofollow">http://konstantinjch.wordpress.com/2011/12/14/systemd-vnc-fedora-16/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yusuf</title>
		<link>http://www.g-loaded.eu/2005/11/10/configure-vnc-server-in-fedora/#comment-19288</link>
		<dc:creator>Yusuf</dc:creator>
		<pubDate>Thu, 16 Feb 2012 05:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/configure-vnc-server-in-fedora/#comment-19288</guid>
		<description><![CDATA[Thiis is a very detailed article. After reading several others and failing, I felt like this gave the best explanation. However I am still having issues. Here is what happens:

1. 

[root@fel1 ~]# service vncserver restart
Redirecting to /bin/systemctl  restart vncserver.service
Failed to issue method call: Unit vncserver.service failed to load: No such file or directory. See system logs and &#039;systemctl status vncserver.service&#039; for details.

2. So I say, let&#039;s continue to try if service does not work. So as root I simply isssue command:
[root@fel1 ~]# vncserver

New &#039;fel1:1 (root)&#039; desktop is fel1:1

Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/fel1:1.log

3. Then I go to my windows machine and start the vcn viewer and in the ip address field I put it
192.168.1.78:5901:1

But I get the message:

unable to connect to host: A socket operation was attempted to an unreachable host (10065)

I have setup my windows firewall to open port 5901 and set up my router to forward port 5901.

What is the meaning of the message from service command and then from the viewer?]]></description>
		<content:encoded><![CDATA[<p>Thiis is a very detailed article. After reading several others and failing, I felt like this gave the best explanation. However I am still having issues. Here is what happens:</p>
<p>1. </p>
<p>[root@fel1 ~]# service vncserver restart<br />
Redirecting to /bin/systemctl  restart vncserver.service<br />
Failed to issue method call: Unit vncserver.service failed to load: No such file or directory. See system logs and &#8216;systemctl status vncserver.service&#8217; for details.</p>
<p>2. So I say, let&#8217;s continue to try if service does not work. So as root I simply isssue command:<br />
[root@fel1 ~]# vncserver</p>
<p>New &#8216;fel1:1 (root)&#8217; desktop is fel1:1</p>
<p>Starting applications specified in /root/.vnc/xstartup<br />
Log file is /root/.vnc/fel1:1.log</p>
<p>3. Then I go to my windows machine and start the vcn viewer and in the ip address field I put it<br />
192.168.1.78:5901:1</p>
<p>But I get the message:</p>
<p>unable to connect to host: A socket operation was attempted to an unreachable host (10065)</p>
<p>I have setup my windows firewall to open port 5901 and set up my router to forward port 5901.</p>
<p>What is the meaning of the message from service command and then from the viewer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GNot</title>
		<link>http://www.g-loaded.eu/2005/11/10/configure-vnc-server-in-fedora/#comment-6472</link>
		<dc:creator>GNot</dc:creator>
		<pubDate>Tue, 20 Feb 2007 07:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/configure-vnc-server-in-fedora/#comment-6472</guid>
		<description><![CDATA[@BKing1138: Thanks for your feedback.
Right, I didn&#039;t notice that mistake... In that case the vnc instance most probably does not start correctly. The logfile inside the &lt;code&gt;~/.vnc/&lt;/code&gt; directory should be checked and of course the &quot;&lt;strong&gt;geometry&lt;/strong&gt;&quot; statement should be written properly.]]></description>
		<content:encoded><![CDATA[<p>@BKing1138: Thanks for your feedback.<br />
Right, I didn&#8217;t notice that mistake&#8230; In that case the vnc instance most probably does not start correctly. The logfile inside the <code>~/.vnc/</code> directory should be checked and of course the &#8220;<strong>geometry</strong>&#8221; statement should be written properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BKing1138</title>
		<link>http://www.g-loaded.eu/2005/11/10/configure-vnc-server-in-fedora/#comment-6317</link>
		<dc:creator>BKing1138</dc:creator>
		<pubDate>Fri, 16 Feb 2007 23:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/configure-vnc-server-in-fedora/#comment-6317</guid>
		<description><![CDATA[P.K.,

Was the &quot;-geomatry 800x600&quot; a typo? If not, then should that not be &quot;-geometry 800x600&quot;?

If your /etc/sysconfig/vncservers files is actually correct, then I would agree it is likely that your firewall is not allowing the connection.]]></description>
		<content:encoded><![CDATA[<p>P.K.,</p>
<p>Was the &#8220;-geomatry 800&#215;600&#8243; a typo? If not, then should that not be &#8220;-geometry 800&#215;600&#8243;?</p>
<p>If your /etc/sysconfig/vncservers files is actually correct, then I would agree it is likely that your firewall is not allowing the connection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GNot</title>
		<link>http://www.g-loaded.eu/2005/11/10/configure-vnc-server-in-fedora/#comment-6296</link>
		<dc:creator>GNot</dc:creator>
		<pubDate>Fri, 16 Feb 2007 11:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/configure-vnc-server-in-fedora/#comment-6296</guid>
		<description><![CDATA[Smells like a network misconfiguration or a firewall that prohibits connection to the vnc service.]]></description>
		<content:encoded><![CDATA[<p>Smells like a network misconfiguration or a firewall that prohibits connection to the vnc service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: P. K.</title>
		<link>http://www.g-loaded.eu/2005/11/10/configure-vnc-server-in-fedora/#comment-6170</link>
		<dc:creator>P. K.</dc:creator>
		<pubDate>Tue, 13 Feb 2007 05:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/configure-vnc-server-in-fedora/#comment-6170</guid>
		<description><![CDATA[I can configure my server (on FC-5 Linux) and it starts fine but when I attempt to connect to it 
from a client on  windows machine, I get this error:
{ when I debug it using TCPDUMP }

server-name &gt; client-name    unreachable - admin prohibited, length 56

On the server I have:

VNCSERVERARGS=&quot;2:username&quot;  (actual user name here)
VNCSERVERARGS[2]=&quot;-geomatry 800x600&quot;

Can someone tell what is going on my server which is maing it refuse connection?
I can start local VNC viewer on the sever machine, but remote connection is prohibited.

Thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>I can configure my server (on FC-5 Linux) and it starts fine but when I attempt to connect to it<br />
from a client on  windows machine, I get this error:<br />
{ when I debug it using TCPDUMP }</p>
<p>server-name &gt; client-name    unreachable &#8211; admin prohibited, length 56</p>
<p>On the server I have:</p>
<p>VNCSERVERARGS=&#8221;2:username&#8221;  (actual user name here)<br />
VNCSERVERARGS[2]=&#8221;-geomatry 800&#215;600&#8243;</p>
<p>Can someone tell what is going on my server which is maing it refuse connection?<br />
I can start local VNC viewer on the sever machine, but remote connection is prohibited.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GNot</title>
		<link>http://www.g-loaded.eu/2005/11/10/configure-vnc-server-in-fedora/#comment-5884</link>
		<dc:creator>GNot</dc:creator>
		<pubDate>Fri, 02 Feb 2007 11:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/configure-vnc-server-in-fedora/#comment-5884</guid>
		<description><![CDATA[Answers:

1. I am sure I had seen such information at the &lt;a href=&quot;http://fedoraforum.org/&quot; rel=&quot;nofollow&quot;&gt;Fedora Forums&lt;/a&gt;. You can securely connect to the VNC server (either remote desktop or graphical greeter) through an &lt;strong&gt;SSH tunnel&lt;/strong&gt;, as described in this article.

2. You can use the &lt;strong&gt;gdmsetup&lt;/strong&gt; utility to configure these setting from a graphical interface.
]]></description>
		<content:encoded><![CDATA[<p>Answers:</p>
<p>1. I am sure I had seen such information at the <a href="http://fedoraforum.org/" rel="nofollow">Fedora Forums</a>. You can securely connect to the VNC server (either remote desktop or graphical greeter) through an <strong>SSH tunnel</strong>, as described in this article.</p>
<p>2. You can use the <strong>gdmsetup</strong> utility to configure these setting from a graphical interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: penguin</title>
		<link>http://www.g-loaded.eu/2005/11/10/configure-vnc-server-in-fedora/#comment-5880</link>
		<dc:creator>penguin</dc:creator>
		<pubDate>Fri, 02 Feb 2007 03:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/configure-vnc-server-in-fedora/#comment-5880</guid>
		<description><![CDATA[Two questions:

1.  Can you point me to or provide some good information on securely connecting to the vnc-server at the &quot;graphical greeter&quot; login screen.  (I&#039;m using Fedora)

2.  Can you disable others from viewing the remote screen while you are connected to it from a remote location.  I mean people that would actually be in front of the server while you are connected to it.]]></description>
		<content:encoded><![CDATA[<p>Two questions:</p>
<p>1.  Can you point me to or provide some good information on securely connecting to the vnc-server at the &#8220;graphical greeter&#8221; login screen.  (I&#8217;m using Fedora)</p>
<p>2.  Can you disable others from viewing the remote screen while you are connected to it from a remote location.  I mean people that would actually be in front of the server while you are connected to it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 250/250 objects using apc

Served from: www.g-loaded.eu @ 2013-05-24 16:52:07 -->