<?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 not working in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-not-working/m-p/2529887#M594610</link>
    <description>Agree with Clay's diagnosis -- the problem is network configuration.&lt;BR /&gt;From what you mentioned in your previous post, it sounds like you have the wrong host/net info. &lt;BR /&gt;Check with &lt;BR /&gt;&lt;BR /&gt;# netstat -rn&lt;BR /&gt;&lt;BR /&gt;Which should give you something like  &lt;BR /&gt;Routing tables&lt;BR /&gt;Dest/Netmask          Gateway            Flags  Refs       Use  Interface  Pmtu&lt;BR /&gt;127.0.0.1             127.0.0.1          UH       0    5533013  lo0        4136&lt;BR /&gt;192.168.1.33          192.168.1.33       UH       0     469591  lan0       4136&lt;BR /&gt;192.168.1.0           192.168.1.33       U        5          0  lan0       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U        0          0  lo0        4136&lt;BR /&gt;default               192.168.1.1       UG       0          0  lan0       1500</description>
    <pubDate>Thu, 17 May 2001 20:13:11 GMT</pubDate>
    <dc:creator>Mark Fenton</dc:creator>
    <dc:date>2001-05-17T20:13:11Z</dc:date>
    <item>
      <title>telnet not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-not-working/m-p/2529883#M594606</link>
      <description>I have an hp9000 (hux 11.0) and cannot telnet to it or from it. I can ping it from it's console but cannot ping other boxes from it or ping it from others. I have checked that ftp and telnet processes are running and also ensured that /etc/hosts file has the correct entries for the nodes I am trying to hit or hit from. /etc/inetd.conf looks good. Any suggestions on how to proceed would be appreciated at this point.</description>
      <pubDate>Thu, 17 May 2001 19:33:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-not-working/m-p/2529883#M594606</guid>
      <dc:creator>Greg Butler</dc:creator>
      <dc:date>2001-05-17T19:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: telnet not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-not-working/m-p/2529884#M594607</link>
      <description>Did this problem just show up or is this a new system?&lt;BR /&gt;If it is a new system: ensure the cable is plugged in and the IP address and the subnet of the cable that is plugged are the same.&lt;BR /&gt;&lt;BR /&gt;If it is an existing system: Sounds like you have a physical problem.  Maybe the cable came unplugged somewhere or has been cut, the network card has failed.</description>
      <pubDate>Thu, 17 May 2001 19:45:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-not-working/m-p/2529884#M594607</guid>
      <dc:creator>Ron Cornwell</dc:creator>
      <dc:date>2001-05-17T19:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: telnet not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-not-working/m-p/2529885#M594608</link>
      <description>This is a new system. The connection is good to the port (cable,nic,switch). I can see activity on the nic (transmits) but no receives. The ip is the same as the subnet 136.245....????</description>
      <pubDate>Thu, 17 May 2001 19:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-not-working/m-p/2529885#M594608</guid>
      <dc:creator>Greg Butler</dc:creator>
      <dc:date>2001-05-17T19:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: telnet not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-not-working/m-p/2529886#M594609</link>
      <description>Hi Greg,&lt;BR /&gt;&lt;BR /&gt;You don't have a telnet problem; you have a network problem. Since you cannot ping remote hosts or they cannot ping you we need to fix that.&lt;BR /&gt;&lt;BR /&gt;1) We need to determine if this is a name resolution problem. Does a ping ip_address work? e.g. ping 10.1.1.21 if that works then you need to fix your name resolution. Get DNS or NIS or etc/hosts working and configure /etc/nsswitch.conf.&lt;BR /&gt;&lt;BR /&gt;2) If not a name resolution problem then&lt;BR /&gt;first do a lanscan and determine status&lt;BR /&gt;&lt;BR /&gt;3) Examine /etc/netconf for correct IP address,&lt;BR /&gt;subnet mask, default route and gateway&lt;BR /&gt;&lt;BR /&gt;4) examine the lan card configuration settings in /etc/rc.config.d/ for all lan devices that you have. I would hard set the speed/duplex on BOTH ends of each connection.&lt;BR /&gt;&lt;BR /&gt;After you have all the settings correct, probably the easist method is to reboot.&lt;BR /&gt;&lt;BR /&gt;Regards, Clay&lt;BR /&gt;</description>
      <pubDate>Thu, 17 May 2001 19:54:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-not-working/m-p/2529886#M594609</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-05-17T19:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: telnet not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-not-working/m-p/2529887#M594610</link>
      <description>Agree with Clay's diagnosis -- the problem is network configuration.&lt;BR /&gt;From what you mentioned in your previous post, it sounds like you have the wrong host/net info. &lt;BR /&gt;Check with &lt;BR /&gt;&lt;BR /&gt;# netstat -rn&lt;BR /&gt;&lt;BR /&gt;Which should give you something like  &lt;BR /&gt;Routing tables&lt;BR /&gt;Dest/Netmask          Gateway            Flags  Refs       Use  Interface  Pmtu&lt;BR /&gt;127.0.0.1             127.0.0.1          UH       0    5533013  lo0        4136&lt;BR /&gt;192.168.1.33          192.168.1.33       UH       0     469591  lan0       4136&lt;BR /&gt;192.168.1.0           192.168.1.33       U        5          0  lan0       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U        0          0  lo0        4136&lt;BR /&gt;default               192.168.1.1       UG       0          0  lan0       1500</description>
      <pubDate>Thu, 17 May 2001 20:13:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-not-working/m-p/2529887#M594610</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2001-05-17T20:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: telnet not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-not-working/m-p/2529888#M594611</link>
      <description>I think your default route is not set in correctly , do a netstat -nr and check whether the default route is set correctly , incase this is not correct delete the incorrect route and add new bu&lt;BR /&gt;&lt;BR /&gt;route add default abc.abc.abc.abc:0&lt;BR /&gt;&lt;BR /&gt;Then try pinging using the IPADRESSES only , if you can go out then you can also login to from outside . &lt;BR /&gt;&lt;BR /&gt;Also then check for the DNS resolutions in case you want to telent using names.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Thu, 17 May 2001 20:24:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-not-working/m-p/2529888#M594611</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-05-17T20:24:21Z</dc:date>
    </item>
  </channel>
</rss>

