<?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: RE: Telnet Issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781121#M391012</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Telnet is enabled,&lt;BR /&gt;# netstat -an|grep \\.23.*LISTEN&lt;BR /&gt;tcp        0      0  *.2301                 *.*                     LISTEN&lt;BR /&gt;tcp        0      0  *.23                   *.*                     LISTEN&lt;BR /&gt;#&lt;BR /&gt;Again &lt;BR /&gt;&lt;BR /&gt;I have also renoved the # on the telnetd line in the file /etc/inetd.conf,&lt;BR /&gt;&lt;BR /&gt;The server cant even be pinged, but from it you can ping any machine on the net</description>
    <pubDate>Tue, 26 Apr 2011 09:11:43 GMT</pubDate>
    <dc:creator>Henry Manda</dc:creator>
    <dc:date>2011-04-26T09:11:43Z</dc:date>
    <item>
      <title>RE: Telnet Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781117#M391008</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;I'm having a server communication problem.&lt;BR /&gt;The server is rx8640 running on HP-UX 11i v3, from the server, I can ping other machines on the network, I can also telnet them. But the server cannot be pinged or telneted from other machines.&lt;BR /&gt;Kindly assist.</description>
      <pubDate>Tue, 26 Apr 2011 05:41:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781117#M391008</guid>
      <dc:creator>Henry Manda</dc:creator>
      <dc:date>2011-04-26T05:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Telnet Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781118#M391009</link>
      <description>Most likely the security settings prevent this, check with "bastille".</description>
      <pubDate>Tue, 26 Apr 2011 05:44:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781118#M391009</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2011-04-26T05:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Telnet Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781119#M391010</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Bastille is not configured on the server, its also not a trusted system.i have configured the IP address, netmask and default gateway properly.From /etc/rc.config.d/netconf, telnet is enabled.</description>
      <pubDate>Tue, 26 Apr 2011 06:08:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781119#M391010</guid>
      <dc:creator>Henry Manda</dc:creator>
      <dc:date>2011-04-26T06:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Telnet Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781120#M391011</link>
      <description>Check if a listening socket is waiting for connections at port 23.&lt;BR /&gt;&lt;BR /&gt;$ netstat -an|grep \\.23.*LISTEN&lt;BR /&gt;tcp        0      0  *.23                   *.*                     LISTEN&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;AfaIk, in /etc/rc.config.d/netconf there's nothing to be configured regarding telnetd.&lt;BR /&gt;(at least on our 11iv1 hosts this is the case)&lt;BR /&gt;&lt;BR /&gt;telnetd is usually started by inetd.&lt;BR /&gt;So check if it has a not commented out entry in inetd.conf.&lt;BR /&gt;&lt;BR /&gt;$ grep ^[^#]*telnet /etc/inetd.conf&lt;BR /&gt;telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd &lt;BR /&gt;&lt;BR /&gt;If applicable remove the comment hashmark and let inetd reread its config by&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/inetd -c&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Apr 2011 07:50:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781120#M391011</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2011-04-26T07:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Telnet Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781121#M391012</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Telnet is enabled,&lt;BR /&gt;# netstat -an|grep \\.23.*LISTEN&lt;BR /&gt;tcp        0      0  *.2301                 *.*                     LISTEN&lt;BR /&gt;tcp        0      0  *.23                   *.*                     LISTEN&lt;BR /&gt;#&lt;BR /&gt;Again &lt;BR /&gt;&lt;BR /&gt;I have also renoved the # on the telnetd line in the file /etc/inetd.conf,&lt;BR /&gt;&lt;BR /&gt;The server cant even be pinged, but from it you can ping any machine on the net</description>
      <pubDate>Tue, 26 Apr 2011 09:11:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781121#M391012</guid>
      <dc:creator>Henry Manda</dc:creator>
      <dc:date>2011-04-26T09:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Telnet Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781122#M391013</link>
      <description>Guys, &lt;BR /&gt;&lt;BR /&gt;Please assist me on this issue, Im really under pressure.what could be wrong?The server is not accepting any incoming connections, be it ping,telnet, ftp, etc.</description>
      <pubDate>Tue, 26 Apr 2011 10:57:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781122#M391013</guid>
      <dc:creator>Henry Manda</dc:creator>
      <dc:date>2011-04-26T10:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Telnet Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781123#M391014</link>
      <description>&amp;gt; The server cant even be pinged, but from it you can ping any machine on the net&lt;BR /&gt;&lt;BR /&gt;Sorry Henry, I overread that the host cannot even be pinged.&lt;BR /&gt;How did you access it then? Via its console?&lt;BR /&gt;You don't happen to have any local packet filter running on this host?&lt;BR /&gt;Have you checked the state of the NIC(s) that should give you LAN connectivity?&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;# netstat -in&lt;BR /&gt;&lt;BR /&gt;Assuming it was NIC lan0, what state does an&lt;BR /&gt;&lt;BR /&gt;# ifconfig lan0&lt;BR /&gt;&lt;BR /&gt;show?&lt;BR /&gt;Has it initalized correctly?&lt;BR /&gt;Does&lt;BR /&gt;&lt;BR /&gt;# lanadmin -sx 0&lt;BR /&gt;&lt;BR /&gt;output correct mode an speed?&lt;BR /&gt;You can also look at its mibstats for accumulated errs and colls.&lt;BR /&gt;&lt;BR /&gt;# lanadmin -g mibstats 0&lt;BR /&gt;&lt;BR /&gt;Is your routing table correct?&lt;BR /&gt;&lt;BR /&gt;# netstat -rn&lt;BR /&gt;&lt;BR /&gt;Ask your network admin to have a look at the switch port settings (and for errs as well) where this NIC is connected to.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Tue, 26 Apr 2011 11:14:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781123#M391014</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2011-04-26T11:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Telnet Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781124#M391015</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I'm accessing the server via the console.&lt;BR /&gt;Below is the output of the commands you sent.&lt;BR /&gt;The network ports are working well even after exchanging with other servers.&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# clear&lt;BR /&gt;# netstat -in&lt;BR /&gt;Name      Mtu  Network         Address         Ipkts              Ierrs Opkts              Oerrs Coll&lt;BR /&gt;lo0      32808 127.0.0.0       127.0.0.1       108138787          0     108139508          0     0&lt;BR /&gt;lan900    1500 192.168.0.0     192.168.0.50    4184950344         0     1459786174         0     0&lt;BR /&gt;# ifconfig lan900&lt;BR /&gt;lan900: flags=1843&lt;UP&gt;&lt;BR /&gt;        inet 192.168.0.50 netmask ffffffc0 broadcast 192.168.0.63&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# lanadmin -sx 0&lt;BR /&gt;Speed                           = 1000000000&lt;BR /&gt;Speed = 1000 Full-Duplex.&lt;BR /&gt;Autonegotiation = On.&lt;BR /&gt;&lt;BR /&gt;# lanadmin -g mibstats 0&lt;BR /&gt;&lt;BR /&gt;                      LAN INTERFACE STATUS DISPLAY&lt;BR /&gt;                       Tue , Apr 26,2011  16:09:39&lt;BR /&gt;&lt;BR /&gt;PPA Number                      = 0&lt;BR /&gt;Description                     = lan0 HP PCI-X 1000Mbps Release B.11.31.0809&lt;BR /&gt;Type (value)                    = ethernet-csmacd(6)&lt;BR /&gt;MTU Size                        = 1500&lt;BR /&gt;Speed                           = 1000000000&lt;BR /&gt;Station Address                 = 0x17a4770004&lt;BR /&gt;Administration Status (value)   = up(1)&lt;BR /&gt;Operation Status (value)        = up(1)&lt;BR /&gt;Last Change                     = 135&lt;BR /&gt;Inbound Octets                  = 438630633&lt;BR /&gt;Inbound Unicast Packets         = 1976572892&lt;BR /&gt;Inbound Non-Unicast Packets     = 973746&lt;BR /&gt;Inbound Discards                = 0&lt;BR /&gt;Inbound Errors                  = 0&lt;BR /&gt;Inbound Unknown Protocols       = 142&lt;BR /&gt;Outbound Octets                 = 2192021612&lt;BR /&gt;Outbound Unicast Packets        = 528836846&lt;BR /&gt;Outbound Non-Unicast Packets    = 15787&lt;BR /&gt;Outbound Discards               = 0&lt;BR /&gt;Outbound Errors                 = 0&lt;BR /&gt;Outbound Queue Length           = 0&lt;BR /&gt;Specific                        = 655367&lt;BR /&gt;&lt;BR /&gt;Ethernet-like Statistics Group&lt;BR /&gt;&lt;BR /&gt;Index                           = 1&lt;BR /&gt;Alignment Errors                = 0&lt;BR /&gt;FCS Errors                      = 0&lt;BR /&gt;Single Collision Frames         = 0&lt;BR /&gt;Multiple Collision Frames       = 0&lt;BR /&gt;Deferred Transmissions          = 0&lt;BR /&gt;Late Collisions                 = 0&lt;BR /&gt;Excessive Collisions            = 0&lt;BR /&gt;Internal MAC Transmit Errors    = 0&lt;BR /&gt;Carrier Sense Errors            = 0&lt;BR /&gt;Frames Too Long                 = 0&lt;BR /&gt;Internal MAC Receive Errors     = 0&lt;BR /&gt;&lt;BR /&gt;# netstat -rn&lt;BR /&gt;Routing tables&lt;BR /&gt;Destination           Gateway            Flags Refs Interface  Pmtu&lt;BR /&gt;127.0.0.1             127.0.0.1          UH    0    lo0       32808&lt;BR /&gt;192.168.0.50          192.168.0.50       UH    0    lan900    32808&lt;BR /&gt;192.168.0.0           192.168.0.50       U     2    lan900     1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U     0    lo0       32808&lt;BR /&gt;default               192.168.0.62       UG    0    lan900     1500&lt;BR /&gt;#&lt;BR /&gt;&lt;/UP&gt;</description>
      <pubDate>Tue, 26 Apr 2011 12:11:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781124#M391015</guid>
      <dc:creator>Henry Manda</dc:creator>
      <dc:date>2011-04-26T12:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Telnet Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781125#M391016</link>
      <description>Hello.&lt;BR /&gt;&lt;BR /&gt;Is this server behind a firewall?</description>
      <pubDate>Tue, 26 Apr 2011 12:27:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781125#M391016</guid>
      <dc:creator>Noé</dc:creator>
      <dc:date>2011-04-26T12:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Telnet Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781126#M391017</link>
      <description>Ok, we have a firewall for our entire network. Other servers are on the same network and are not behaving the same.</description>
      <pubDate>Tue, 26 Apr 2011 12:35:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781126#M391017</guid>
      <dc:creator>Henry Manda</dc:creator>
      <dc:date>2011-04-26T12:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Telnet Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781127#M391018</link>
      <description>lan900 looks like an auto port aggregated NIC if I remember correctly.&lt;BR /&gt;I remember there was an hp_apa_util to do a few checks but I can't get hold of a box where we use the HP APA package.&lt;BR /&gt;Maybe if you look for some init script like /sbin/init.d/hp*apa* and try to restart it?&lt;BR /&gt;There isn't any connectivity now anyway, so it won't really hurt, albeit it might be futil either?&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Apr 2011 12:36:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781127#M391018</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2011-04-26T12:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Telnet Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781128#M391019</link>
      <description>you should take network traces from the system , the peer system and the switch and router if there is one between the 2 systems.&lt;BR /&gt;try telnet in one way, try telnet in the other way&lt;BR /&gt;same with ping,&lt;BR /&gt;see where packet are disapearing in the trace&lt;BR /&gt;&lt;BR /&gt;are you sure to don't have a duplicate ip?&lt;BR /&gt;&lt;BR /&gt;Check arp data from the system, switch, routers,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Apr 2011 22:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-telnet-issue/m-p/4781128#M391019</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2011-04-26T22:03:20Z</dc:date>
    </item>
  </channel>
</rss>

