<?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: Can't telnet to RH7.2 new installed box in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/can-t-telnet-to-rh7-2-new-installed-box/m-p/2666142#M89998</link>
    <description>1)  I really don't know why one box would behave one way and the other a different way (give or take 'typos').&lt;BR /&gt;&lt;BR /&gt;2)  Check /etc/sysconfig/network, in particular the 'GATEWAY=' line.  if the line isn't there, then check /etc/sysconfig/network-scripts/ifcfg-eth0 (or eth1, depending on which interface) for a similar line.&lt;BR /&gt;&lt;BR /&gt;When the system comes up, the 'ifup' command gets issued with whatever ethernet interfaces it finds listed in that directory.  It uses the settings in these text files to configure the networking on your system.&lt;BR /&gt;&lt;BR /&gt;If the 'GATEWAY' values are correct, you might want to check your 'NETMASK' values, making sure they have the right bitmasks in place.&lt;BR /&gt;&lt;BR /&gt;If you need further help, just post some of those details.</description>
    <pubDate>Fri, 22 Feb 2002 04:54:39 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2002-02-22T04:54:39Z</dc:date>
    <item>
      <title>Can't telnet to RH7.2 new installed box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-telnet-to-rh7-2-new-installed-box/m-p/2666134#M89990</link>
      <description>I have installed RH7.2 on a workstation. I am in an internal LAN (using a LinkSys DSL router; 192.160.x.x network). DHCP assigned 192.168.1.104 to the workstation and everything works fine going out. However, I can't telnet to the box from another PC inside the network. /etc/services has telnet in it. What else am I missing?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-tr</description>
      <pubDate>Sun, 17 Feb 2002 04:18:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-telnet-to-rh7-2-new-installed-box/m-p/2666134#M89990</guid>
      <dc:creator>Tony Rose</dc:creator>
      <dc:date>2002-02-17T04:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can't telnet to RH7.2 new installed box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-telnet-to-rh7-2-new-installed-box/m-p/2666135#M89991</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;By default, for security reasons, only a minimum set of services are enabled on RedHat 7.2.&lt;BR /&gt;&lt;BR /&gt;You have to enable the telnet server by doing the following :&lt;BR /&gt;&lt;BR /&gt;1. Edit /etc/xinetd.d/telnet and toggle "disable=yes" to "disable=no".&lt;BR /&gt;&lt;BR /&gt;2. Restart the "xinetd" daemon (/etc/init.d/xinetd restart).&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Feb 2002 22:32:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-telnet-to-rh7-2-new-installed-box/m-p/2666135#M89991</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2002-02-17T22:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can't telnet to RH7.2 new installed box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-telnet-to-rh7-2-new-installed-box/m-p/2666136#M89992</link>
      <description>Thanks for your reply, but I don't have a 'telnet' file in my /etc/xinit.d directory. I have files for 'chargen', 'daytime', 'echo', 'rsync', 'sgi_fam', and 'time'.&lt;BR /&gt;&lt;BR /&gt;I see the format of these files and they have the parameters you mentioned. But no 'telnet' file.&lt;BR /&gt;&lt;BR /&gt;Thanks again for your assistance.&lt;BR /&gt;&lt;BR /&gt;-tr</description>
      <pubDate>Mon, 18 Feb 2002 01:39:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-telnet-to-rh7-2-new-installed-box/m-p/2666136#M89992</guid>
      <dc:creator>Tony Rose</dc:creator>
      <dc:date>2002-02-18T01:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can't telnet to RH7.2 new installed box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-telnet-to-rh7-2-new-installed-box/m-p/2666137#M89993</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;It seems that telnet server package is not installed on your RedHat system. It is generally the case if you choose "workstation" during the installation steps.&lt;BR /&gt;&lt;BR /&gt;To correct this, mount the cdrom device on /mnt/cdrom, then :&lt;BR /&gt;&lt;BR /&gt;rpm -ivh /mnt/cdrom/telnet-server-0.17-20.i386.rpm     (or any other version of telnet-server).&lt;BR /&gt;&lt;BR /&gt;After that, check in /etc/xinetd.d/telnet that the "disable" flag is set to no.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo</description>
      <pubDate>Mon, 18 Feb 2002 19:59:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-telnet-to-rh7-2-new-installed-box/m-p/2666137#M89993</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2002-02-18T19:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can't telnet to RH7.2 new installed box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-telnet-to-rh7-2-new-installed-box/m-p/2666138#M89994</link>
      <description>From &lt;BR /&gt;&lt;A href="http://www.webmo.net/support/linux72.html" target="_blank"&gt;http://www.webmo.net/support/linux72.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Telnet&lt;BR /&gt;Telnet is not generally recommended because login information (username and password) and all commands (su and root password) are transmitted as plain text. One should use ssh instead. However, telnet is sometimes used on a secure local network when security is less of a concern. To turn on telnet&lt;BR /&gt;# cd /etc/xinet.d&lt;BR /&gt;# vi telnet&lt;BR /&gt;      disable = no&lt;BR /&gt;# /sbin/service xinetd restart&lt;BR /&gt;If telnet fails,make sure that the iphains firewall contains a line for service 23 (telnet) like&lt;BR /&gt;      -A input -s 0/0 -d 0/0 23 -p tcp -y -j ACCEPT&lt;BR /&gt;that the telnet server software is installed&lt;BR /&gt;# rpm -qa | grep telnet-server&lt;BR /&gt;and that either /etc/hosts.deny contains no entries or /etc/hosts.allow permits access by the client&lt;BR /&gt;      ALL:{network_address}/{subnet_mask}&lt;BR /&gt;where {network_address} may be calculated from&lt;BR /&gt;$ ipcalc --network {ip_address} {subnet_mask}&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Mon, 18 Feb 2002 20:03:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-telnet-to-rh7-2-new-installed-box/m-p/2666138#M89994</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-02-18T20:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can't telnet to RH7.2 new installed box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-telnet-to-rh7-2-new-installed-box/m-p/2666139#M89995</link>
      <description>As Kodio said, the default installation for Redhat has telnet disabled. In addition, the default workstation installation doesn't include a telnet server, this will then have to be installed in order to get things working properly. &lt;BR /&gt;&lt;BR /&gt;If security is not an issue, then telnet is an acceptable, proven tool. SSH, though, is better. (and included on the install media that comes from RedHat)&lt;BR /&gt;&lt;BR /&gt;I use RH 7.2 in a small network, and find it very stable. &lt;BR /&gt;&lt;BR /&gt;Enjoy</description>
      <pubDate>Tue, 19 Feb 2002 15:57:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-telnet-to-rh7-2-new-installed-box/m-p/2666139#M89995</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-02-19T15:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can't telnet to RH7.2 new installed box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-telnet-to-rh7-2-new-installed-box/m-p/2666140#M89996</link>
      <description>... just for those that didn't know, RH (from somewhere in the v6.0+ field) has a utility called 'chkconfig'.&lt;BR /&gt;&lt;BR /&gt;   chkconfig telnet on&lt;BR /&gt;&lt;BR /&gt;would change the appropriate part of /etc/inetd.conf (or /etc/xinetd.d/*) to turn the 'telnet' configuration on.&lt;BR /&gt;&lt;BR /&gt;This is also capable of managing the startup files (ie. chkconfig --level 2345 xfs on) based on run level.&lt;BR /&gt;&lt;BR /&gt;This is just a cleaner way of enabling or disabling a given service on a RH linux box.</description>
      <pubDate>Thu, 21 Feb 2002 05:26:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-telnet-to-rh7-2-new-installed-box/m-p/2666140#M89996</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-02-21T05:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can't telnet to RH7.2 new installed box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-telnet-to-rh7-2-new-installed-box/m-p/2666141#M89997</link>
      <description>Thanks for all the help guys. The chkconfig command looks like it will be useful. BTW, here is an interesting occurance:&lt;BR /&gt;&lt;BR /&gt;I installed 7.2 on 2 boxes and 2 different locations. I did the same install (I went back and did the Server install on both), and the only difference was the network numbers.&lt;BR /&gt;&lt;BR /&gt;One box works fine sending mail. The other one, gives me a hostname lookup, and a route to host error. The file /etc/sysconfig/networking has the right gateway. If I do a netstat -rn however, the gateway is 152.33.255.254 instead of 152.33.254.254. When I do a manual route add for the right one, about 30 minute later it starts working! Until of course I reboot. So my question is:&lt;BR /&gt;&lt;BR /&gt;1) Why does this one box behave this way and the other one didn't?&lt;BR /&gt;&lt;BR /&gt;2) How can I fix this (and I would prefer to "fix" the problem rather than just patch it by making the route add command part of the boot process)?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-tr</description>
      <pubDate>Thu, 21 Feb 2002 14:03:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-telnet-to-rh7-2-new-installed-box/m-p/2666141#M89997</guid>
      <dc:creator>Tony Rose</dc:creator>
      <dc:date>2002-02-21T14:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can't telnet to RH7.2 new installed box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-telnet-to-rh7-2-new-installed-box/m-p/2666142#M89998</link>
      <description>1)  I really don't know why one box would behave one way and the other a different way (give or take 'typos').&lt;BR /&gt;&lt;BR /&gt;2)  Check /etc/sysconfig/network, in particular the 'GATEWAY=' line.  if the line isn't there, then check /etc/sysconfig/network-scripts/ifcfg-eth0 (or eth1, depending on which interface) for a similar line.&lt;BR /&gt;&lt;BR /&gt;When the system comes up, the 'ifup' command gets issued with whatever ethernet interfaces it finds listed in that directory.  It uses the settings in these text files to configure the networking on your system.&lt;BR /&gt;&lt;BR /&gt;If the 'GATEWAY' values are correct, you might want to check your 'NETMASK' values, making sure they have the right bitmasks in place.&lt;BR /&gt;&lt;BR /&gt;If you need further help, just post some of those details.</description>
      <pubDate>Fri, 22 Feb 2002 04:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-telnet-to-rh7-2-new-installed-box/m-p/2666142#M89998</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-02-22T04:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can't telnet to RH7.2 new installed box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-telnet-to-rh7-2-new-installed-box/m-p/2666143#M89999</link>
      <description>go to setup and go to firewall and put minimum security and that is it</description>
      <pubDate>Sat, 16 Mar 2002 11:46:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-telnet-to-rh7-2-new-installed-box/m-p/2666143#M89999</guid>
      <dc:creator>rudy_4</dc:creator>
      <dc:date>2002-03-16T11:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can't telnet to RH7.2 new installed box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-telnet-to-rh7-2-new-installed-box/m-p/2666144#M90000</link>
      <description>Thanks again guys. Stuart actually hit the nail on the head with the 2nd problem I mentioned with the 2 like boxes when he said:&lt;BR /&gt;Stuart actually hit the nail on the head with my second question regarding the two like boxes. I must have fat fingered the GW address and the scripts-ifcfg0 file had the wrong address in it. I edited that and it fixed the problem.&lt;BR /&gt;&lt;BR /&gt;Thanks again for your help.You guys are great!&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Apr 2002 17:32:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-telnet-to-rh7-2-new-installed-box/m-p/2666144#M90000</guid>
      <dc:creator>Tony Rose</dc:creator>
      <dc:date>2002-04-17T17:32:09Z</dc:date>
    </item>
  </channel>
</rss>

