<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fogo na Caixa dAgua &#187; Juca</title>
	<atom:link href="http://www.fogonacaixadagua.com.br/author/diego-augusto-dalmolin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fogonacaixadagua.com.br</link>
	<description>http://www.fogonacaixadagua.com.br</description>
	<lastBuildDate>Tue, 20 Sep 2011 21:39:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Enabling Remote Access to the Installation System &#8211; RedHat based</title>
		<link>http://www.fogonacaixadagua.com.br/2010/04/enabling-remote-access-to-the-installation-system-redhat-based/</link>
		<comments>http://www.fogonacaixadagua.com.br/2010/04/enabling-remote-access-to-the-installation-system-redhat-based/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 17:25:55 +0000</pubDate>
		<dc:creator>Juca</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[vnc]]></category>

		<guid isPermaLink="false">http://www.fogonacaixadagua.com.br/2010/04/enabling-remote-access-to-the-installation-system-redhat-based/</guid>
		<description><![CDATA[Enabling Remote Access to the Installation System You may access either graphical or text interfaces for the installation system from any other system. Access to a text mode display requires telnet, which is installed by default on Fedora systems. To remotely access the graphical display of an installation system, use client software that supports the [...]]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:left;"><div class="socialize-in-button socialize-in-button-vertical"><script type="text/javascript">
			<!-- 
				tweetmeme_url = "http://www.fogonacaixadagua.com.br/2010/04/enabling-remote-access-to-the-installation-system-redhat-based/";
				tweetmeme_source = "tweetmeme";
				tweetmeme_style = "normal";
				
			//-->
			</script>
                        <script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div></div><h1>Enabling Remote Access to the Installation System</h1>
<p>You may access either graphical or text interfaces for the installation system from any other system. <br />
 Access to a text mode display requires telnet, which is installed by default on Fedora systems. <br />
 To remotely access the graphical display of an installation system, use client software that supports the VNC (Virtual Network Computing) display protocol. <br />
 A number of providers offer VNC clients for Microsoft Windows and Mac OS, as well as UNIX-based systems.</p>
<p>The installation system supports two methods of establishing a VNC connection. <br />
 You may start the installation, and manually login to the graphical display with a VNC client on another system. <br />
 Alternatively, you may configure the installation system to automatically connect to a VNC client on the network that is running in listening mode.</p>
<h2>Enabling Remote Access with VNC</h2>
<p>To enable remote graphical access to the installation system, enter two options at the boot prompt:</p>
<pre class="brush: shell">
linux vnc vncpassword=qwerty
</pre>
<p> (The VNC password must be at least six characters long.)</p>
<p>The <tt>vnc</tt> option enables the VNC service. The <tt>vncpassword</tt> option sets a password for remote access. The example shown above sets the password as <tt>qwerty</tt> .</p>
<p>Specify the language, keyboard layout and network settings for the installation system with the screens that follow. You may then access the graphical interface through a VNC client. The installation system displays the correct connection setting for the VNC client:</p>
<h3>Starting VNC&#8230;</h3>
<p> The VNC server is now running.<br />
 Please connect to <tt>computer.mydomain.com:1</tt> to begin the install&#8230;<br />
 Starting graphical installation&#8230;<br />
 Press <enter> for a shell</enter></p>
<p>You may then login to the installation system with a VNC client. To run the <tt>vncviewer</tt> client on Fedora, choose <tt>Applications -> Accessories -> VNC Viewer</tt> , or type the command <tt>vncviewer</tt> in a terminal window. Enter the server and display number in the VNC Server dialog. For the example above, the VNC Server is <tt>computer.mydomain.com:1</tt> .</p>
<h3>Connecting the Installation System to a VNC Listener</h3>
<p>To have the installation system automatically connect to a VNC client, first start the client in listening mode. On Fedora systems, use the <tt>-listen</tt> option to run vncviewer as a listener. In a terminal window, enter the command:</p>
<pre class="brush: plain">vncviewer -listen</pre>
<h3>Firewall Reconfiguration Required </h3>
<p>By default, vncviewer uses TCP port 5500 when in listening mode. To permit connections to this port from other systems, choose <tt>System -> Administration -> Security Level and Firewall</tt> . Select <tt>Other ports</tt> , and <tt>Add</tt> . Enter <tt>5500</tt> in the Port(s) field, and specify <tt>tcp</tt> as the Protocol .</p>
<p>Once the listening client is active, start the installation system and set the VNC options at the <tt>boot:</tt> prompt. In addition to <tt>vnc</tt> and <tt>vncpassword</tt> options, use the <tt>vncconnect</tt> option to specify the name or IP address of the system that has the listening client. To specify the TCP port for the listener, add a colon and the port number to the name of the system.</p>
<p>For example, to connect to a VNC client on the system <tt>desktop.mydomain.com</tt> on the port <tt>5500</tt>, enter the following at the <tt>boot:</tt> prompt:</p>
<pre class="brush: plain">linux vnc vncpassword=qwerty vncconnect=desktop.mydomain.com:5500</pre>
<h2>Enabling Remote Access with Telnet</h2>
<p>To enable remote access to a text mode installation, use the <tt>telnet</tt> option at the <tt>boot:</tt> prompt:</p>
<pre class="brush: plain">linux text telnet</pre>
<p>You may then connect to the installation system with the telnet utility. The telnet command requires the name or IP address of the installation system:</p>
<pre class="brush: shell">telnet computer.mydomain.com</pre>
<p> (Telnet Access Requires No Password)</p>
<p>To ensure the security of the installation process, only use the telnet option to install systems on networks with restricted access.</p>
<p><b>Source:</b> <a title='Original Link: http://www.linuxtopia.org/online_books/installation_guides/redhat_fedora_core_5_installation_guide/sn-remoteaccess-installation.html'  href="http://www.fogonacaixadagua.com.br/?1g5Lg3Sa">Linuxtopia</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fogonacaixadagua.com.br/2010/04/enabling-remote-access-to-the-installation-system-redhat-based/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

