<?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: remotely connect to Unix in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/remotely-connect-to-unix/m-p/3642184#M85319</link>
    <description>1) You can use xmanager or IRQ tool to use as GUI based one. Before that unix server has to run in run level 5. Check it as,&lt;BR /&gt;&lt;BR /&gt;who -r&lt;BR /&gt;&lt;BR /&gt;2) Yes. Using iptables -F (flush)&lt;BR /&gt;&lt;BR /&gt;hth.</description>
    <pubDate>Wed, 05 Oct 2005 04:25:24 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2005-10-05T04:25:24Z</dc:date>
    <item>
      <title>remotely connect to Unix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remotely-connect-to-unix/m-p/3642182#M85317</link>
      <description>hi guys,&lt;BR /&gt;&lt;BR /&gt;1- I need to remotely connect from my windows XP to unix server (FEDORA core1) i need the GUI (graphical user interface).&lt;BR /&gt;&lt;BR /&gt;2- how can i turnoff my firewall in fedora core1.&lt;BR /&gt;&lt;BR /&gt;thanx,&lt;BR /&gt;saad</description>
      <pubDate>Wed, 05 Oct 2005 03:40:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remotely-connect-to-unix/m-p/3642182#M85317</guid>
      <dc:creator>saad_5</dc:creator>
      <dc:date>2005-10-05T03:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: remotely connect to Unix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remotely-connect-to-unix/m-p/3642183#M85318</link>
      <description>1. Reflection, vnc software, exceed&lt;BR /&gt;2. man iptables.</description>
      <pubDate>Wed, 05 Oct 2005 04:07:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remotely-connect-to-unix/m-p/3642183#M85318</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-10-05T04:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: remotely connect to Unix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remotely-connect-to-unix/m-p/3642184#M85319</link>
      <description>1) You can use xmanager or IRQ tool to use as GUI based one. Before that unix server has to run in run level 5. Check it as,&lt;BR /&gt;&lt;BR /&gt;who -r&lt;BR /&gt;&lt;BR /&gt;2) Yes. Using iptables -F (flush)&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Wed, 05 Oct 2005 04:25:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remotely-connect-to-unix/m-p/3642184#M85319</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-05T04:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: remotely connect to Unix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remotely-connect-to-unix/m-p/3642185#M85320</link>
      <description>&lt;BR /&gt;1. use reflectionX or VNC (it is free)&lt;BR /&gt;&lt;BR /&gt;2. If you want to turnoff firewall temporarily then 'service iptables stop' , if you want to make it permanent(even after reboot) 'chkconfig iptables off'&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Gopi</description>
      <pubDate>Wed, 05 Oct 2005 06:07:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remotely-connect-to-unix/m-p/3642185#M85320</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-10-05T06:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: remotely connect to Unix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remotely-connect-to-unix/m-p/3642186#M85321</link>
      <description>TightVNC is the best solution, because you will be using the less bandwith possible.&lt;BR /&gt;&lt;BR /&gt;Check the documentation for instructions about how to enable the desktop using vnc.&lt;BR /&gt;&lt;BR /&gt;To disable the firewall, as Gopi said use:&lt;BR /&gt;&lt;BR /&gt;chkconfig iptables off&lt;BR /&gt;service iptables stop</description>
      <pubDate>Wed, 05 Oct 2005 08:03:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remotely-connect-to-unix/m-p/3642186#M85321</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-05T08:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: remotely connect to Unix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remotely-connect-to-unix/m-p/3642187#M85322</link>
      <description>You can get a free xserver from cygwin package and it on the windows Xp machine.&lt;BR /&gt;&lt;BR /&gt;Method 1:&lt;BR /&gt;&lt;BR /&gt;On the windows Xp machine, run the Xserver and giving appropriate access control.&lt;BR /&gt;&lt;BR /&gt;On the remote server assign your windows machine IP with the the display number to the DISPLAY variable and export it.&lt;BR /&gt;&lt;BR /&gt;Eg:&lt;BR /&gt;    export DISPLAY=192.168.1.20:0.0&lt;BR /&gt;&lt;BR /&gt;and run the xclient applications from the remote server. &lt;BR /&gt;&lt;BR /&gt;Eg running an xclient:&lt;BR /&gt;    xterm&lt;BR /&gt;&lt;BR /&gt;Method 2:&lt;BR /&gt;&lt;BR /&gt;Run X server on the windows machine. And start an ssh (putty) session to the remote machine with X11 forward options. Make sure the ssh-server is set to X11 forwarding. From this ssh session you can run any xclient application which will be displayed on the windows machine.&lt;BR /&gt;&lt;BR /&gt;Typically u can run gnome-session or startkde as xcleint applications which will get you the actual desktop.&lt;BR /&gt;&lt;BR /&gt;Method 3:&lt;BR /&gt;&lt;BR /&gt;On the remote machine run xdm, kdm or gdm. Enable xdmcp.&lt;BR /&gt;&lt;BR /&gt;On the windows machine run the Xserver with the IP of the remote machine.&lt;BR /&gt;&lt;BR /&gt;X -query 192.168.1.10(remote host)&lt;BR /&gt;&lt;BR /&gt;This will give u a graphical login screen.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;-logu&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Oct 2005 02:38:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remotely-connect-to-unix/m-p/3642187#M85322</guid>
      <dc:creator>Logu_2</dc:creator>
      <dc:date>2005-10-07T02:38:18Z</dc:date>
    </item>
  </channel>
</rss>

