<?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: why? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/why/m-p/2655258#M528748</link>
    <description>I try on the another PC,but all can't telnet.&lt;BR /&gt;and the PCS is not same the subnet to the server.&lt;BR /&gt;&lt;BR /&gt;so what should i do?</description>
    <pubDate>Wed, 30 Jan 2002 07:44:09 GMT</pubDate>
    <dc:creator>fjatu</dc:creator>
    <dc:date>2002-01-30T07:44:09Z</dc:date>
    <item>
      <title>why?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why/m-p/2655256#M528746</link>
      <description>hi,all!&lt;BR /&gt;I have a problem about hp L2000,sometime I and &lt;BR /&gt;my team member can't telnet the L2000,terminal show "refused by host",but the server is fine  viewing on console.&lt;BR /&gt;why?&lt;BR /&gt;my HP-UX is 11.0,thank all for help!</description>
      <pubDate>Wed, 30 Jan 2002 07:11:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why/m-p/2655256#M528746</guid>
      <dc:creator>fjatu</dc:creator>
      <dc:date>2002-01-30T07:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: why?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why/m-p/2655257#M528747</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you can telnet from another PC, or terminal&lt;BR /&gt;or system, Check that the user's IP address does not appear in the /var/adm/inetd.sec file&lt;BR /&gt;&lt;BR /&gt;-Michael</description>
      <pubDate>Wed, 30 Jan 2002 07:28:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why/m-p/2655257#M528747</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-01-30T07:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: why?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why/m-p/2655258#M528748</link>
      <description>I try on the another PC,but all can't telnet.&lt;BR /&gt;and the PCS is not same the subnet to the server.&lt;BR /&gt;&lt;BR /&gt;so what should i do?</description>
      <pubDate>Wed, 30 Jan 2002 07:44:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why/m-p/2655258#M528748</guid>
      <dc:creator>fjatu</dc:creator>
      <dc:date>2002-01-30T07:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: why?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why/m-p/2655259#M528749</link>
      <description>Hi there.&lt;BR /&gt;May sound a bit stupid, but is the telnet daemon up and running ?&lt;BR /&gt;Check /etc/inetd.conf for that.&lt;BR /&gt;Did you setup the file /etc/securetty for root ?&lt;BR /&gt;Are your parameters for telnet sessions and devices configured properly ?&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Wed, 30 Jan 2002 08:15:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why/m-p/2655259#M528749</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2002-01-30T08:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: why?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why/m-p/2655260#M528750</link>
      <description>Hi, &lt;BR /&gt;how many telnet sessions are open when you cannot telnet - maybe  system rejects another telnet connection because the limit is reached.&lt;BR /&gt;Later,</description>
      <pubDate>Wed, 30 Jan 2002 08:24:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why/m-p/2655260#M528750</guid>
      <dc:creator>Marcin Wicinski</dc:creator>
      <dc:date>2002-01-30T08:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: why?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why/m-p/2655261#M528751</link>
      <description>do a ps -ef and see if inetd is running. If it is not, then new connections will not be allowed but any existing connections will continue to work.&lt;BR /&gt;Another test is to try ftp and see if that works.</description>
      <pubDate>Wed, 30 Jan 2002 08:25:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why/m-p/2655261#M528751</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2002-01-30T08:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: why?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why/m-p/2655262#M528752</link>
      <description>Check the file /var/adm/inetd.sec for the lines&lt;BR /&gt;&lt;BR /&gt;1)telnet allow &lt;IPADDRESS&gt; &lt;BR /&gt;&lt;BR /&gt;(This line permits telnet access to mentioned ip address / network address)&lt;BR /&gt;&lt;BR /&gt;2)telnet deny &lt;IPADDRESS&gt;&lt;BR /&gt;&lt;BR /&gt;(This line denies telnet access to mentioned ip address / network address)&lt;BR /&gt;&lt;BR /&gt;Accordingly you can remove / keep the lines.&lt;BR /&gt;&lt;BR /&gt;Hope you are trying access port TCP/23 on the server by telneting to it and telnet service is running on the server on this port.&lt;BR /&gt;&lt;BR /&gt;-vijay&lt;/IPADDRESS&gt;&lt;/IPADDRESS&gt;</description>
      <pubDate>Wed, 30 Jan 2002 08:58:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why/m-p/2655262#M528752</guid>
      <dc:creator>K.Vijayaragavan.</dc:creator>
      <dc:date>2002-01-30T08:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: why?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why/m-p/2655263#M528753</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think you are trying to telnet from the PC whcih is in other sub net for which there is no route added in your HP server.&lt;BR /&gt;&lt;BR /&gt;If that is the case ,&lt;BR /&gt;check the routing entries with this command netstat -rn,any missing destinations can be added with the below mentioned approach: &lt;BR /&gt;&lt;BR /&gt;By adding following entry to /etc/rc.config.d/netconf file: &lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[I]="ip of destination host" &lt;BR /&gt;ROUTE_MASK[I]="" &lt;BR /&gt;ROUTE_GATEWAY[I]={ip of gate way} &lt;BR /&gt;ROUTE_COUNT[I]=1 &lt;BR /&gt;ROUTE_ARGS[I]="" &lt;BR /&gt;&lt;BR /&gt;OR running the command&lt;BR /&gt;&lt;BR /&gt;#route add net &lt;ADDRESS of="" destination="" host=""&gt; netmask &lt;NET mask=""&gt; &lt;GATEWAY ip="" address=""&gt;&lt;BR /&gt;&lt;BR /&gt;Example: &lt;BR /&gt;route add net 133.3.0.0 netmask 255.255.0.0 133.2.4.8 1 &lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[#]="net 133.3.0.0" &lt;BR /&gt;ROUTE_MASK[#]="255.255.0.0" &lt;BR /&gt;ROUTE_GATEWAY[#]=133.2.4.8 &lt;BR /&gt;ROUTE_COUNT[#]=1 &lt;BR /&gt;ROUTE_ARGS[#]="" &lt;BR /&gt;&lt;BR /&gt;-Vijay&lt;BR /&gt;&lt;/GATEWAY&gt;&lt;/NET&gt;&lt;/ADDRESS&gt;</description>
      <pubDate>Wed, 30 Jan 2002 09:15:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why/m-p/2655263#M528753</guid>
      <dc:creator>K.Vijayaragavan.</dc:creator>
      <dc:date>2002-01-30T09:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: why?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why/m-p/2655264#M528754</link>
      <description>You're sure that you don't have some other machine on the net which uses same IP address but does not accept telnet?&lt;BR /&gt;maybe some windows fool just setting his (illegal) machine to the first IP that came to mind?&lt;BR /&gt;&lt;BR /&gt;bye&lt;BR /&gt;   MH</description>
      <pubDate>Wed, 30 Jan 2002 09:57:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why/m-p/2655264#M528754</guid>
      <dc:creator>Mathias Homann</dc:creator>
      <dc:date>2002-01-30T09:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: why?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why/m-p/7160797#M528755</link>
      <description>&lt;P&gt;I also had problem like this, it is good to try Firmao&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 15:18:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why/m-p/7160797#M528755</guid>
      <dc:creator>MagdalenaS1</dc:creator>
      <dc:date>2022-02-17T15:18:46Z</dc:date>
    </item>
  </channel>
</rss>

