<?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: How to change telnet client default port? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-telnet-client-default-port/m-p/4025846#M300745</link>
    <description>If the connection is made on port 22 (and you didn't change anything to the configuration) then you are connecting through ssh</description>
    <pubDate>Mon, 25 Jun 2007 06:15:36 GMT</pubDate>
    <dc:creator>Luk Vandenbussche</dc:creator>
    <dc:date>2007-06-25T06:15:36Z</dc:date>
    <item>
      <title>How to change telnet client default port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-telnet-client-default-port/m-p/4025840#M300739</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;From a hpux box if we issue the command &lt;BR /&gt;&lt;BR /&gt;#telnet hostname &lt;BR /&gt;&lt;BR /&gt;By default it connects to port No 23. I want to configure the telnet command to connect some other port.&lt;BR /&gt;&lt;BR /&gt;How can i do this?&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards&lt;BR /&gt;--MGP--</description>
      <pubDate>Mon, 25 Jun 2007 05:34:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-telnet-client-default-port/m-p/4025840#M300739</guid>
      <dc:creator>Guna_2</dc:creator>
      <dc:date>2007-06-25T05:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to change telnet client default port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-telnet-client-default-port/m-p/4025841#M300740</link>
      <description>Change the port number in /etc/services</description>
      <pubDate>Mon, 25 Jun 2007 05:42:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-telnet-client-default-port/m-p/4025841#M300740</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2007-06-25T05:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to change telnet client default port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-telnet-client-default-port/m-p/4025842#M300741</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;If i change the port no in /etc/services.  Then my telnet server daemon also will listen only in that new port. I don't want to disturb the telnetd daemon's port.  &lt;BR /&gt;&lt;BR /&gt;I want just like, whenever i issue the telnet command it should connect to some other port.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards&lt;BR /&gt;--MGP--</description>
      <pubDate>Mon, 25 Jun 2007 05:50:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-telnet-client-default-port/m-p/4025842#M300741</guid>
      <dc:creator>Guna_2</dc:creator>
      <dc:date>2007-06-25T05:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to change telnet client default port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-telnet-client-default-port/m-p/4025843#M300742</link>
      <description>The syntax for telnet is:&lt;BR /&gt;telnet [[options] host [port]]</description>
      <pubDate>Mon, 25 Jun 2007 05:50:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-telnet-client-default-port/m-p/4025843#M300742</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-06-25T05:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to change telnet client default port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-telnet-client-default-port/m-p/4025844#M300743</link>
      <description>You can do like suggested but why?&lt;BR /&gt;This won't make the system more secure.&lt;BR /&gt;&lt;BR /&gt;For more security, disable telnet and use ssh.</description>
      <pubDate>Mon, 25 Jun 2007 05:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-telnet-client-default-port/m-p/4025844#M300743</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-06-25T05:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to change telnet client default port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-telnet-client-default-port/m-p/4025845#M300744</link>
      <description>Hi dennis,&lt;BR /&gt;&lt;BR /&gt;You are right. But,&lt;BR /&gt;&lt;BR /&gt;I have 2 hpux 11.11 servers.  &lt;BR /&gt;&lt;BR /&gt;From server A i am trying to connect server B via telnet&lt;BR /&gt;&lt;BR /&gt;A# telnet B &lt;BR /&gt;password:&lt;BR /&gt;&lt;BR /&gt;(logged into the Server B.)&lt;BR /&gt;&lt;BR /&gt;B#netstat -a | grep A&lt;BR /&gt;tcp        0      0  B.22           A.58757           ESTABLISHED&lt;BR /&gt;&lt;BR /&gt;The connection has established between the port no. 22. &lt;BR /&gt;&lt;BR /&gt;and in the server B the telnet service itself is disabled in inetd.conf&lt;BR /&gt;&lt;BR /&gt;and in server A the /etc/services the port no specified for telnet is 23.  &lt;BR /&gt;&lt;BR /&gt;Then how whenever i issue the command telnet servername it is connecting to 22 port instead of default 23 port?&lt;BR /&gt;&lt;BR /&gt;can anyone please explain me?&lt;BR /&gt;&lt;BR /&gt;Is there any relation between the sshd daemon and this?&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards&lt;BR /&gt;--MGP--</description>
      <pubDate>Mon, 25 Jun 2007 06:07:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-telnet-client-default-port/m-p/4025845#M300744</guid>
      <dc:creator>Guna_2</dc:creator>
      <dc:date>2007-06-25T06:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to change telnet client default port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-telnet-client-default-port/m-p/4025846#M300745</link>
      <description>If the connection is made on port 22 (and you didn't change anything to the configuration) then you are connecting through ssh</description>
      <pubDate>Mon, 25 Jun 2007 06:15:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-telnet-client-default-port/m-p/4025846#M300745</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2007-06-25T06:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to change telnet client default port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-telnet-client-default-port/m-p/4025847#M300746</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Ya all r right.&lt;BR /&gt;&lt;BR /&gt;when i tried stirngs /usr/bin/telnet and /usr/bin/ssh&lt;BR /&gt;&lt;BR /&gt;the content is same.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I think for security purpose some admin has done this.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;One more doubt. &lt;BR /&gt;&lt;BR /&gt;In Server B telnet service is disabled in inetd.conf&lt;BR /&gt;&lt;BR /&gt;But in netstat -a | grep LIST output.  the telnet port is listening.&lt;BR /&gt;&lt;BR /&gt;tcp 0 0 *.telnet *.* LISTEN&lt;BR /&gt;&lt;BR /&gt;How this is happening?&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards&lt;BR /&gt;--MGP--</description>
      <pubDate>Mon, 25 Jun 2007 06:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-telnet-client-default-port/m-p/4025847#M300746</guid>
      <dc:creator>Guna_2</dc:creator>
      <dc:date>2007-06-25T06:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to change telnet client default port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-telnet-client-default-port/m-p/4025848#M300747</link>
      <description>Perhaps&lt;BR /&gt;&lt;BR /&gt;/usr/lbin/telnetd and /usr/sbin/sshd are also the same.&lt;BR /&gt;&lt;BR /&gt;I find it strange to copy ssh over telnet</description>
      <pubDate>Mon, 25 Jun 2007 06:33:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-telnet-client-default-port/m-p/4025848#M300747</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2007-06-25T06:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to change telnet client default port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-telnet-client-default-port/m-p/4025849#M300748</link>
      <description>You need to recycle inetd for the changes made to /etc/inetd.conf to take effect. Most likely someone commented out telnetd in the /etc/inetd.conf file but forgot to recycle the inetd daemon.</description>
      <pubDate>Mon, 25 Jun 2007 06:35:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-telnet-client-default-port/m-p/4025849#M300748</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-06-25T06:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to change telnet client default port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-telnet-client-default-port/m-p/4025850#M300749</link>
      <description>As Luk says, it comes from /etc/services.&lt;BR /&gt;&lt;BR /&gt;telnet calls getservbyname("telnet", "tcp")</description>
      <pubDate>Tue, 26 Jun 2007 00:29:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-telnet-client-default-port/m-p/4025850#M300749</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-06-26T00:29:20Z</dc:date>
    </item>
  </channel>
</rss>

