<?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: Telnet to My linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-my-linux/m-p/3004863#M75442</link>
    <description>if you run 'netstat -a | grep LISTEN' you should see all the ports that the machine is running on - and if there is an entry for telnet or not. &lt;BR /&gt;&lt;BR /&gt;the next thing to try is telnetting to localhost.  most firewalls allow connections to localhost so you should be able to test if there is a firewall set up on that machine. &lt;BR /&gt;&lt;BR /&gt;In general, its a much better idea to use SSH rather than telnet where possible, so if telnet is disabled why not try ssh?&lt;BR /&gt;&lt;BR /&gt;there is a great windows client called putty (if you search this on google it will be the first entry) if you need one</description>
    <pubDate>Mon, 23 Jun 2003 22:19:17 GMT</pubDate>
    <dc:creator>Bryce Dunn</dc:creator>
    <dc:date>2003-06-23T22:19:17Z</dc:date>
    <item>
      <title>Telnet to My linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-my-linux/m-p/3004860#M75439</link>
      <description>I have no clue why it is happening. I can telnet from this linux machine. But I Can not telnet into this machine at all from anyother linux or Unix machines&lt;BR /&gt;It says connection refused.&lt;BR /&gt;I can do a ping with out a problem.&lt;BR /&gt;THe ifconfig out put is this:&lt;BR /&gt;eth0      Link encap:Ethernet  HWaddr 00:0A:E6:5A:48:EA&lt;BR /&gt;          inet addr:10.3.69.235  Bcast:10.3.69.255  Mask:255.255.255.0&lt;BR /&gt;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:313260 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:2701 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:9 txqueuelen:100&lt;BR /&gt;          RX bytes:41194102 (39.2 Mb)  TX bytes:529348 (516.9 Kb)&lt;BR /&gt;          Interrupt:3 Base address:0xd400&lt;BR /&gt;&lt;BR /&gt;lo        Link encap:Local Loopback&lt;BR /&gt;          inet addr:127.0.0.1  Mask:255.0.0.0&lt;BR /&gt;          UP LOOPBACK RUNNING  MTU:16436  Metric:1&lt;BR /&gt;          RX packets:13697 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:13697 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:0&lt;BR /&gt;          RX bytes:958604 (936.1 Kb)  TX bytes:958604 (936.1 Kb)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is that normal. I can browse the internet and get connected to others. But others cannot telnet to me.&lt;BR /&gt;can I get some advice?. I think it must be something simple that I am overlooking. Thanks for the help.&lt;BR /&gt;Sam</description>
      <pubDate>Mon, 23 Jun 2003 16:06:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-my-linux/m-p/3004860#M75439</guid>
      <dc:creator>Samuel Mathew</dc:creator>
      <dc:date>2003-06-23T16:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet to My linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-my-linux/m-p/3004861#M75440</link>
      <description>There are MANY things that it could be, here is a link to get you started though:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x87449f5b3d4fd61190030090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x87449f5b3d4fd61190030090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Jim&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jun 2003 16:49:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-my-linux/m-p/3004861#M75440</guid>
      <dc:creator>Jim Mallett</dc:creator>
      <dc:date>2003-06-23T16:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet to My linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-my-linux/m-p/3004862#M75441</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Could be that telnet server not running&lt;BR /&gt;on this machine, or maybe some security&lt;BR /&gt;like iptables not accept connections.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Mon, 23 Jun 2003 18:30:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-my-linux/m-p/3004862#M75441</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-06-23T18:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet to My linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-my-linux/m-p/3004863#M75442</link>
      <description>if you run 'netstat -a | grep LISTEN' you should see all the ports that the machine is running on - and if there is an entry for telnet or not. &lt;BR /&gt;&lt;BR /&gt;the next thing to try is telnetting to localhost.  most firewalls allow connections to localhost so you should be able to test if there is a firewall set up on that machine. &lt;BR /&gt;&lt;BR /&gt;In general, its a much better idea to use SSH rather than telnet where possible, so if telnet is disabled why not try ssh?&lt;BR /&gt;&lt;BR /&gt;there is a great windows client called putty (if you search this on google it will be the first entry) if you need one</description>
      <pubDate>Mon, 23 Jun 2003 22:19:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-my-linux/m-p/3004863#M75442</guid>
      <dc:creator>Bryce Dunn</dc:creator>
      <dc:date>2003-06-23T22:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet to My linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-my-linux/m-p/3004864#M75443</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;if it is a RHL box,&lt;BR /&gt;&lt;BR /&gt;1. guess telnet is disabled by default. u can enable it by&lt;BR /&gt;chkconfig telnet list&lt;BR /&gt;and &lt;BR /&gt;chkconfig telnet on.&lt;BR /&gt;&lt;BR /&gt;if telneted daeomon is not installed, install it from the rpms or ur respective package.&lt;BR /&gt;&lt;BR /&gt;2. the default firewall settings doesnt allow incoming telnet connections. fire redhat-config-securitylevel and configure to alow incoming connections. or if u are well versed with the command line, use iptables to manipulate the firewall.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;-balaji</description>
      <pubDate>Tue, 24 Jun 2003 03:54:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-my-linux/m-p/3004864#M75443</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-06-24T03:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet to My linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-my-linux/m-p/3004865#M75444</link>
      <description>maybe the telnet service isn't enabled in the xinetd configuration. Usually it disabled; if the file /etc/xinetd.d/telnet contains a line 'disabled = yes' change it to 'disabled = no' and restart the xinetd demon, running 'service xinetd restart'.&lt;BR /&gt;Of course, the telnet server must be installed; you can check this so:&lt;BR /&gt;&lt;BR /&gt;# rpm -qa | grep telnet-server&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;bye&lt;BR /&gt;Claudio</description>
      <pubDate>Tue, 24 Jun 2003 05:04:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-my-linux/m-p/3004865#M75444</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-06-24T05:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet to My linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-my-linux/m-p/3004866#M75445</link>
      <description>Thanks for the help, experts...&lt;BR /&gt;I have now successfully got the linux telnet screen from outside. That is from my laptop I can run telnet and the screen comes.  I have telnet enabled and the firewall opened up. Now I get the login screen when I try to telnet from my laptop to the Linux box. But if I enter root and its password, it is not accepted from the telnet screen. The same password is valid on the linux box itself.&lt;BR /&gt;What is the secret of this?&lt;BR /&gt;Can somebody help me with this? &lt;BR /&gt;&lt;BR /&gt;Also I am not able to run ypwhich although I have configured this box as a nis client. It is trying to contact the nis server, but it times out. yp.config done and everything else required has been configured. Help possible?&lt;BR /&gt;Thanks&lt;BR /&gt;Sam&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jun 2003 16:16:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-my-linux/m-p/3004866#M75445</guid>
      <dc:creator>Samuel Mathew</dc:creator>
      <dc:date>2003-06-24T16:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet to My linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-my-linux/m-p/3004867#M75446</link>
      <description>hi&lt;BR /&gt;great.&lt;BR /&gt;&lt;BR /&gt;now that telnet works, u can login as a normaL user and then switch to root.&lt;BR /&gt;&lt;BR /&gt;direct root login is only possible from terminals which are listed in /etc/securetty.&lt;BR /&gt;&lt;BR /&gt;and normally /etc/securetty contains entries only for consoles and tty's.&lt;BR /&gt;&lt;BR /&gt;there will no pty's listed here. and when u telnet actually u use a pty. &lt;BR /&gt;&lt;BR /&gt;and lastly, shun telnet and go for ssh.&lt;BR /&gt;&lt;BR /&gt;cheerio&lt;BR /&gt;-balaji&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jun 2003 04:24:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-my-linux/m-p/3004867#M75446</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-06-25T04:24:17Z</dc:date>
    </item>
  </channel>
</rss>

