<?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: How do link a redhat 9 and win xp in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-do-link-a-redhat-9-and-win-xp/m-p/3374290#M13952</link>
    <description>&lt;BR /&gt;Henry,&lt;BR /&gt;&lt;BR /&gt;When you built you red hat 9 system what did you answer on the question about the firewall. If you said yes, that's why telnet does not work. To check: iptables -L&lt;BR /&gt;To flush all rules: iptables -F&lt;BR /&gt;Now try again telnet.&lt;BR /&gt;&lt;BR /&gt;And as someone else already said try PuTTY from Windows to connect to linux over ssh to port 22.&lt;BR /&gt;&lt;BR /&gt;PuTTY is free:&lt;BR /&gt;&lt;A href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" target="_blank"&gt;http://www.chiark.greenend.org.uk/~sgtatham/putty/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;btw, PuTTY can also be used for telnet.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Ross</description>
    <pubDate>Thu, 09 Sep 2004 21:35:56 GMT</pubDate>
    <dc:creator>Ross Minkov</dc:creator>
    <dc:date>2004-09-09T21:35:56Z</dc:date>
    <item>
      <title>How do link a redhat 9 and win xp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-link-a-redhat-9-and-win-xp/m-p/3374284#M13946</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  I am having a linux redhat9 and a xp pro system linked together by a linksys router.. what can I do to telnet my linux from my Xp?&lt;BR /&gt;&lt;BR /&gt;thank you for your answer!</description>
      <pubDate>Wed, 08 Sep 2004 04:27:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-link-a-redhat-9-and-win-xp/m-p/3374284#M13946</guid>
      <dc:creator>Henry Chua</dc:creator>
      <dc:date>2004-09-08T04:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do link a redhat 9 and win xp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-link-a-redhat-9-and-win-xp/m-p/3374285#M13947</link>
      <description>first see if there's a connection.&lt;BR /&gt;Try to ping to linux from XP.&lt;BR /&gt;If it works-see if the telnet-server is installed on Linux:&lt;BR /&gt;rpm -q telnet-server&lt;BR /&gt;if this command gives you the version of the server package installed -then it's installed.&lt;BR /&gt;simply run chkconfig telnet on&lt;BR /&gt;and try to telnet again.&lt;BR /&gt;Remember that by default you can't connect as root via telnet.&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Sep 2004 04:57:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-link-a-redhat-9-and-win-xp/m-p/3374285#M13947</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-09-08T04:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do link a redhat 9 and win xp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-link-a-redhat-9-and-win-xp/m-p/3374286#M13948</link>
      <description>Hi Alex,&lt;BR /&gt;&lt;BR /&gt;  Wat if I the rpm command give an error. does it means that telnet isnt installed.. how can i rectify that?&lt;BR /&gt;&lt;BR /&gt;thanks!!</description>
      <pubDate>Wed, 08 Sep 2004 11:46:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-link-a-redhat-9-and-win-xp/m-p/3374286#M13948</guid>
      <dc:creator>Henry Chua</dc:creator>
      <dc:date>2004-09-08T11:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do link a redhat 9 and win xp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-link-a-redhat-9-and-win-xp/m-p/3374287#M13949</link>
      <description>It depends of course on the error...&lt;BR /&gt;&lt;BR /&gt;Check for the existence of the file /etc/xinetd.d/telnet&lt;BR /&gt;if it's there-the telnet is installed.&lt;BR /&gt;Otherwise you'll have to install it.&lt;BR /&gt;The command to install:&lt;BR /&gt;rpm -ivh telnet-server-0.17-25.i386.rpm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(if you install from the installation media of rehdat9).</description>
      <pubDate>Wed, 08 Sep 2004 11:59:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-link-a-redhat-9-and-win-xp/m-p/3374287#M13949</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-09-08T11:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do link a redhat 9 and win xp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-link-a-redhat-9-and-win-xp/m-p/3374288#M13950</link>
      <description>Define the default gateway route as well.&lt;BR /&gt;&lt;BR /&gt;telnet protocol is not typically installed on Linux systems unless you specify. The ssh protocol is the standard.&lt;BR /&gt;&lt;BR /&gt;On the XP, you can get putty to do the connection to port 22 of the Linux system.</description>
      <pubDate>Wed, 08 Sep 2004 15:49:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-link-a-redhat-9-and-win-xp/m-p/3374288#M13950</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2004-09-08T15:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do link a redhat 9 and win xp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-link-a-redhat-9-and-win-xp/m-p/3374289#M13951</link>
      <description>the first thing to do is to verify you link : just ping your linux server from your xp box, with :&lt;BR /&gt;ping &lt;LINUX_SERVER_ADDRESS&gt;&lt;BR /&gt;&lt;BR /&gt;If it works, verify that telnetd is on your linux disk with :&lt;BR /&gt;cd / ; find . name "telnetd"&lt;BR /&gt;&lt;BR /&gt;If telnetd is installed, but no connection is possible, it is certainely a security problem : i know that RH is a very secured linux system.&lt;BR /&gt;&lt;BR /&gt;Olivier.&lt;/LINUX_SERVER_ADDRESS&gt;</description>
      <pubDate>Thu, 09 Sep 2004 15:16:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-link-a-redhat-9-and-win-xp/m-p/3374289#M13951</guid>
      <dc:creator>Olivier Decorse</dc:creator>
      <dc:date>2004-09-09T15:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do link a redhat 9 and win xp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-link-a-redhat-9-and-win-xp/m-p/3374290#M13952</link>
      <description>&lt;BR /&gt;Henry,&lt;BR /&gt;&lt;BR /&gt;When you built you red hat 9 system what did you answer on the question about the firewall. If you said yes, that's why telnet does not work. To check: iptables -L&lt;BR /&gt;To flush all rules: iptables -F&lt;BR /&gt;Now try again telnet.&lt;BR /&gt;&lt;BR /&gt;And as someone else already said try PuTTY from Windows to connect to linux over ssh to port 22.&lt;BR /&gt;&lt;BR /&gt;PuTTY is free:&lt;BR /&gt;&lt;A href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" target="_blank"&gt;http://www.chiark.greenend.org.uk/~sgtatham/putty/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;btw, PuTTY can also be used for telnet.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Ross</description>
      <pubDate>Thu, 09 Sep 2004 21:35:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-link-a-redhat-9-and-win-xp/m-p/3374290#M13952</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2004-09-09T21:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do link a redhat 9 and win xp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-link-a-redhat-9-and-win-xp/m-p/3374291#M13953</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;you should use the ssh protocol instead of telnet because ssh is much more safer then telnet and you have not to change any configuration.&lt;BR /&gt;&lt;BR /&gt;if you realy want to use telnet run "ntsysv" in this tool you can select the services which you want to run. if you find no telnet service in the list it is not installed. if you have selected the telnet service and clicked ok. you have to start telnet service (after a reboot telnet service will be automaticaly startet) if you don't want to reboot do:&lt;BR /&gt;&lt;BR /&gt;cd /etc/rc.d/init.d&lt;BR /&gt;./xinetd restart&lt;BR /&gt;&lt;BR /&gt;you can not login as root, unless you change the configuration, but you can login as normal user and "su" to get root rights.&lt;BR /&gt;&lt;BR /&gt;But please use ssh service on linux and putty on windows, it's much more safe.</description>
      <pubDate>Fri, 10 Sep 2004 02:36:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-link-a-redhat-9-and-win-xp/m-p/3374291#M13953</guid>
      <dc:creator>Johannes Krackowizer_1</dc:creator>
      <dc:date>2004-09-10T02:36:28Z</dc:date>
    </item>
  </channel>
</rss>

