<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683341#M53563</link>
    <description>I should be more specific.  The local system is where /etc/services needs to have telnet defined to use port 23.  If it has something else, then telnet will use that port by default.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
    <pubDate>Fri, 15 Mar 2002 14:02:21 GMT</pubDate>
    <dc:creator>Darrell Allen</dc:creator>
    <dc:date>2002-03-15T14:02:21Z</dc:date>
    <item>
      <title>telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683323#M53545</link>
      <description>Hi,&lt;BR /&gt;I cannot do telnet to a machine(hp J).I can do&lt;BR /&gt;ftp ,rlogin to that machine.What is reason?pls&lt;BR /&gt;help.&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 14 Mar 2002 15:54:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683323#M53545</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2002-03-14T15:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683324#M53546</link>
      <description>Hi Navin,&lt;BR /&gt;&lt;BR /&gt;Check for the daemon 'telnetd' exists&lt;BR /&gt;&lt;BR /&gt;# ps -aef | grep telnetd&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Thu, 14 Mar 2002 15:57:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683324#M53546</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-14T15:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683325#M53547</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The very first thing to check is whether telnet has been commented out in /etc/inetd.conf on the machine. If so, uncomment it, and then run inetd -c.</description>
      <pubDate>Thu, 14 Mar 2002 15:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683325#M53547</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-03-14T15:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683326#M53548</link>
      <description>A couple of things to check:&lt;BR /&gt;&lt;BR /&gt;1. Is there a telnetd entry in /etc/inetd.conf?&lt;BR /&gt;&lt;BR /&gt;2. Are there any IP address restrictions configured for the telnet service in /var/adm/inetd.sec?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 14 Mar 2002 15:59:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683326#M53548</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2002-03-14T15:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683327#M53549</link>
      <description>Hi Navin,&lt;BR /&gt;&lt;BR /&gt;Check the file /etc/inetd.conf for 'telnetd' starting options.&lt;BR /&gt;&lt;BR /&gt;Also if you make any changes to that file, then restart inetd&lt;BR /&gt;&lt;BR /&gt;# inetd -c&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Thu, 14 Mar 2002 16:00:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683327#M53549</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-14T16:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683328#M53550</link>
      <description>I checked three of your suggestions.Inetd.conf,&lt;BR /&gt;inetd.sec are perfect.&lt;BR /&gt;If i do ps -ef|grep telnetd is not running&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 14 Mar 2002 16:02:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683328#M53550</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2002-03-14T16:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683329#M53551</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Three things to check:&lt;BR /&gt;&lt;BR /&gt;1 - telnet must be in /etc/services&lt;BR /&gt;# grep telnet /etc/services&lt;BR /&gt;telnet 23/tcp # Virtual Terminal Protocol&lt;BR /&gt;&lt;BR /&gt;2 - telnet must be in /etc/inetd.conf&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;3 - /var/adm/inetd.sec must not deny telnet access from your host&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Thu, 14 Mar 2002 16:06:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683329#M53551</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-03-14T16:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683330#M53552</link>
      <description>Hi Navin,&lt;BR /&gt;&lt;BR /&gt;If 'ps' reports no telnetd running, that means there are no other user connected to the system through telnet command. The inetd daemon invoked telnetd whenever a request comes.&lt;BR /&gt;&lt;BR /&gt;Can you post the exact error message ? ( eg: connection refused ..etc)&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Thu, 14 Mar 2002 16:07:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683330#M53552</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-14T16:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683331#M53553</link>
      <description>What is the error message you are getting?&lt;BR /&gt;&lt;BR /&gt;Are you doing telnet from a PC?&lt;BR /&gt;&lt;BR /&gt;Ensure telnetd is running on the server by issuing command,&lt;BR /&gt;ps -aef | grep telnet&lt;BR /&gt;&lt;BR /&gt;If not running check the  /etc/inetd.conf file whether it is enabled or not.&lt;BR /&gt;&lt;BR /&gt;check the /var/adm/inetd.sec file on the system also in additon to the above mentioned activity,&lt;BR /&gt;&lt;BR /&gt;look for entry "telnet allow/deny"&lt;BR /&gt;entry. If such entry is there then add/remove your local machine's ip also in it's access list.&lt;BR /&gt;&lt;BR /&gt;If you don't find "telnet allow/deny" entry, just ignore it .&lt;BR /&gt;&lt;BR /&gt;-Vija</description>
      <pubDate>Thu, 14 Mar 2002 16:09:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683331#M53553</guid>
      <dc:creator>K.Vijayaragavan.</dc:creator>
      <dc:date>2002-03-14T16:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683332#M53554</link>
      <description>The error message&lt;BR /&gt;&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;Local flow control off&lt;BR /&gt;Connection closed by foreign host.&lt;BR /&gt;&lt;BR /&gt;I checked entries in inetd.conf,inetd.sec.Perfect.&lt;BR /&gt;&lt;BR /&gt;Pls help</description>
      <pubDate>Thu, 14 Mar 2002 16:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683332#M53554</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2002-03-14T16:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683333#M53555</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check this out:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=6820e9ae1781b05fee/screen=ckiDisplayDocument?docId=200000042483196" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=6820e9ae1781b05fee/screen=ckiDisplayDocument?docId=200000042483196&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Mar 2002 16:21:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683333#M53555</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-14T16:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683334#M53556</link>
      <description>Check for telnetd error messages in /var/adm/syslog/syslog.log, it's possible that you've run out of psuedo-terminal devices.  &lt;BR /&gt;&lt;BR /&gt;# grep telnetd /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 14 Mar 2002 16:22:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683334#M53556</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2002-03-14T16:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683335#M53557</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This may help you:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=6820e9ae1781b05fee/screen=ckiDisplayDocument?docId=500000000092553" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=6820e9ae1781b05fee/screen=ckiDisplayDocument?docId=500000000092553&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Mar 2002 16:23:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683335#M53557</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-14T16:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683336#M53558</link>
      <description>The erroe message in /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;Mar 13 15:04:35 apricot telnetd[1114]: I_LINK_DEV ioctl failed: Invalid argument&lt;BR /&gt;Mar 13 15:04:41 apricot telnetd[1124]: I_LINK_DEV ioctl failed: Invalid argument&lt;BR /&gt;Mar 13 15:08:18 apricot telnetd[1632]: I_LINK_DEV ioctl failed: Invalid argument&lt;BR /&gt;Mar 13 15:52:55 apricot telnetd[1775]: I_LINK_DEV ioctl failed: Invalid argument&lt;BR /&gt;Mar 13 16:03:38 apricot telnetd[1880]: &lt;BR /&gt;&lt;BR /&gt;PLs help&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 14 Mar 2002 16:34:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683336#M53558</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2002-03-14T16:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683337#M53559</link>
      <description>Hi Navin,&lt;BR /&gt;&lt;BR /&gt;Check these threads:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=f3362c6d0c0f04235c/screen=ckiDisplayDocument?docId=200000058669580" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=f3362c6d0c0f04235c/screen=ckiDisplayDocument?docId=200000058669580&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=f3362c6d0c0f04235c/screen=ckiDisplayDocument?docId=500000000092553" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=f3362c6d0c0f04235c/screen=ckiDisplayDocument?docId=500000000092553&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Mar 2002 16:40:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683337#M53559</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-14T16:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683338#M53560</link>
      <description>Hi NAvin,&lt;BR /&gt;&lt;BR /&gt;In the syslog file, found this error: &lt;BR /&gt;&lt;BR /&gt;I_PLINK_DEV ioctl failed: Invalid argument &lt;BR /&gt;&lt;BR /&gt;How to I determine the cause of this problem? &lt;BR /&gt;&lt;BR /&gt;Configuration Info &lt;BR /&gt;&lt;BR /&gt;Operating System - HP-UX &lt;BR /&gt;Version - 11.0 &lt;BR /&gt;Hardware System - HP9000 &lt;BR /&gt;Series - V225 &lt;BR /&gt;&lt;BR /&gt;Solution &lt;BR /&gt;&lt;BR /&gt;This problem is caused by device drivers for telnet with incorrect major or minor numbers. &lt;BR /&gt;&lt;BR /&gt;Use these steps to determine the cause: &lt;BR /&gt;&lt;BR /&gt;1. Use this command to determine the numbers: &lt;BR /&gt;&lt;BR /&gt;lsdev | grep tel &lt;BR /&gt;&lt;BR /&gt;75 -1 telm strtelm &lt;BR /&gt;76 -1 tels strtels &lt;BR /&gt;&lt;BR /&gt;2. Notice the major number of 75/76. &lt;BR /&gt;&lt;BR /&gt;3. Now check these files: &lt;BR /&gt;&lt;BR /&gt;a. ll /dev/telnetm &lt;BR /&gt;&lt;BR /&gt;crw-rw-rw- 1 root sys 72 0x00004b Oct 26 07:44 /dev/telnetm &lt;BR /&gt;&lt;BR /&gt;b. ll /dev/pts/t* &lt;BR /&gt;&lt;BR /&gt;crw-rw-rw- 1 root root 76 0x000000 May 1416:21 /dev/pts/t0 &lt;BR /&gt;&lt;BR /&gt;Note: These files should look similar on your system; however, on the problem system, some of the device files were mismatched &lt;BR /&gt;for major numbers--specifically the tels(strtels) and pts/t* &lt;BR /&gt;files. &lt;BR /&gt;&lt;BR /&gt;To resolve the problem, run these commands: &lt;BR /&gt;&lt;BR /&gt;1. Create slave devices: &lt;BR /&gt;&lt;BR /&gt;insf -d tels &lt;BR /&gt;&lt;BR /&gt;2. Create master devices: &lt;BR /&gt;&lt;BR /&gt;insf -d telm &lt;BR /&gt;&lt;BR /&gt;Hope this helps. &lt;BR /&gt;&lt;BR /&gt;-Piyush</description>
      <pubDate>Thu, 14 Mar 2002 16:47:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683338#M53560</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-03-14T16:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683339#M53561</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Considering all the things you need to check, you can try to check also the following.&lt;BR /&gt;&lt;BR /&gt;1.  telnetd version?&lt;BR /&gt;    to check do:&lt;BR /&gt;    "what /usr/lbin/telnetd"&lt;BR /&gt;    &lt;BR /&gt;&lt;BR /&gt;2.  check your telnet patch&lt;BR /&gt;    to check do:&lt;BR /&gt;    "what /stand/vmunix | grep str_telnet"&lt;BR /&gt;&lt;BR /&gt;3.  check your system model&lt;BR /&gt;    to check do:&lt;BR /&gt;    "model"&lt;BR /&gt;&lt;BR /&gt;4. Check entries at the /etc/.supported_bits&lt;BR /&gt;   &lt;BR /&gt;&lt;BR /&gt;all entries report from #1-4 should consistent including the letter case.&lt;BR /&gt;&lt;BR /&gt;You need to do propatch if they are not consistent.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope these could resolve your problem.&lt;BR /&gt;&lt;BR /&gt;thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Mar 2002 01:43:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683339#M53561</guid>
      <dc:creator>jasper_2</dc:creator>
      <dc:date>2002-03-15T01:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683340#M53562</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1)I used to get this error when i telnet to nonstandard ports.&lt;BR /&gt;&lt;BR /&gt;i.e. IF i telnet to port21 which is (ftp port), i used to get that message.&lt;BR /&gt;&lt;BR /&gt;2)try to telnet exactly on port 23 by,&lt;BR /&gt;#telnet ip_address 23&lt;BR /&gt;&lt;BR /&gt;3)try to telnet from your system to your same system and see what happens? &lt;BR /&gt;&lt;BR /&gt;So make sure you have this exact entry in your /etc/inetd.conf file,&lt;BR /&gt;&lt;BR /&gt;"telnet      stream tcp nowait root /usr/lbin/telnetd telnetd"&lt;BR /&gt;&lt;BR /&gt;4)Make sure you have this exact entry in your /etc/services file,&lt;BR /&gt;&lt;BR /&gt;"telnet       23/tcp      #Virtual Terminal Protocol"&lt;BR /&gt;&lt;BR /&gt;5)If possible and if it is not going to impact your work , try rebooting the server.&lt;BR /&gt;&lt;BR /&gt;-K.Vija</description>
      <pubDate>Fri, 15 Mar 2002 12:06:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683340#M53562</guid>
      <dc:creator>K.Vijayaragavan.</dc:creator>
      <dc:date>2002-03-15T12:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683341#M53563</link>
      <description>I should be more specific.  The local system is where /etc/services needs to have telnet defined to use port 23.  If it has something else, then telnet will use that port by default.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Fri, 15 Mar 2002 14:02:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683341#M53563</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-03-15T14:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683342#M53564</link>
      <description>I wish I could assign PAP 10 points for his solution to the error given in this thread:&lt;BR /&gt;I_LINK_DEV ioctl failed: Invalid argument&lt;BR /&gt;&lt;BR /&gt;I just finished a cold install of 11.00 and ran into this problem.  Pap's solution solved it...&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;Calvin</description>
      <pubDate>Sun, 14 Apr 2002 22:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/2683342#M53564</guid>
      <dc:creator>Calvin Bebermeyer</dc:creator>
      <dc:date>2002-04-14T22:59:10Z</dc:date>
    </item>
  </channel>
</rss>

