<?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 through a router. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-through-a-router/m-p/2416250#M764901</link>
    <description>There can be a few reasons for this.  First of all go to a dos prompt in the &lt;BR /&gt;windows box and see if you can ping the HP box by IP address.  If this works &lt;BR /&gt;try pinging it by machine name.  &lt;BR /&gt;If they both work now try telneting to the IP address of the machine if this &lt;BR /&gt;doesn't work try ftp'ing to the IP address on the machine if they both don't &lt;BR /&gt;work but the ping worked it might be that you have the services turned off on &lt;BR /&gt;the machine or your machine has restricted access.&lt;BR /&gt;make sure that internet services are running you can always do a stop start to &lt;BR /&gt;be sure i.e&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/inetd stop&lt;BR /&gt;/sbin/init.d/inetd start&lt;BR /&gt;&lt;BR /&gt;Check the following files /etc/inetd.conf and make sure you have two entries &lt;BR /&gt;that look similar to this&lt;BR /&gt;&lt;BR /&gt;ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l&lt;BR /&gt;telnet stream tcp nowait root /usr/lbin/telnetd telnetd&lt;BR /&gt;&lt;BR /&gt;if the two lines are hashed out or not there put them in and run inetd -c to &lt;BR /&gt;reread the config file.&lt;BR /&gt;&lt;BR /&gt;make sure that that the telnet and ftp services are included in /etc/services &lt;BR /&gt;as follows&lt;BR /&gt;&lt;BR /&gt;ftp 21/tcp&lt;BR /&gt;telnet 23/tcp&lt;BR /&gt;&lt;BR /&gt;Check /var/adm/inetd.sec to see if you have any client restrictions for the &lt;BR /&gt;various services.&lt;BR /&gt;&lt;BR /&gt;You might also want to turn logging on in inetd using the -l option which &lt;BR /&gt;writes all connections /var/adm/syslog/syslog.log this can help debugging &lt;BR /&gt;problems.  This can be done by editing the /etc/rc.config.d/netdaemons file and &lt;BR /&gt;changing the following line&lt;BR /&gt;&lt;BR /&gt;export INETD_ARGS="-l" and restarting inetd.&lt;BR /&gt;&lt;BR /&gt;Basically if ping works both ways to the IP address and hostname you network &lt;BR /&gt;connectivity should be OK then you should look at your internet services.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt; regards,&lt;BR /&gt; AG&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 25 Nov 1999 17:14:46 GMT</pubDate>
    <dc:creator>Anthony Goonetilleke_1</dc:creator>
    <dc:date>1999-11-25T17:14:46Z</dc:date>
    <item>
      <title>Telnet through a router.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-through-a-router/m-p/2416248#M764899</link>
      <description>Hi.  I have been struggling with a connectivity problem on my 9000.  My HP is &lt;BR /&gt;on network A and I have PCs running Win 98 on network B.  &lt;BR /&gt;&lt;BR /&gt;I modified the routing table on the HP to allow connection to PCs on network B &lt;BR /&gt;through an NT server acting as a router.  I am able to ping the HP from any PC &lt;BR /&gt;on network B.  However, I am unable to open a telnet or ftp connection.&lt;BR /&gt;&lt;BR /&gt;Am I missing something?  If I can ping it, why can't I telnet to it?&lt;BR /&gt;&lt;BR /&gt;I'm running HP-UX 10.01&lt;BR /&gt;&lt;BR /&gt;Any suggestions or ideas would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;James</description>
      <pubDate>Wed, 24 Nov 1999 06:17:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-through-a-router/m-p/2416248#M764899</guid>
      <dc:creator>James Crosby</dc:creator>
      <dc:date>1999-11-24T06:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet through a router.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-through-a-router/m-p/2416249#M764900</link>
      <description>Have you verified connectivity in both directions?  If you can ping the 9000 &lt;BR /&gt;from the PC, make sure you can also ping the PC from the 9000.  If not, it &lt;BR /&gt;might be a netmask issue or a routing issue.&lt;BR /&gt;&lt;BR /&gt;If you have connectivity in both directions, then make sure that inetd is &lt;BR /&gt;running on the 9000 and that telnet and ftp are enabled in /etc/inetd.conf and &lt;BR /&gt;are given the appropriate ports in /etc/services.&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 1999 10:52:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-through-a-router/m-p/2416249#M764900</guid>
      <dc:creator>Alan Riggs_1</dc:creator>
      <dc:date>1999-11-24T10:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet through a router.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-through-a-router/m-p/2416250#M764901</link>
      <description>There can be a few reasons for this.  First of all go to a dos prompt in the &lt;BR /&gt;windows box and see if you can ping the HP box by IP address.  If this works &lt;BR /&gt;try pinging it by machine name.  &lt;BR /&gt;If they both work now try telneting to the IP address of the machine if this &lt;BR /&gt;doesn't work try ftp'ing to the IP address on the machine if they both don't &lt;BR /&gt;work but the ping worked it might be that you have the services turned off on &lt;BR /&gt;the machine or your machine has restricted access.&lt;BR /&gt;make sure that internet services are running you can always do a stop start to &lt;BR /&gt;be sure i.e&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/inetd stop&lt;BR /&gt;/sbin/init.d/inetd start&lt;BR /&gt;&lt;BR /&gt;Check the following files /etc/inetd.conf and make sure you have two entries &lt;BR /&gt;that look similar to this&lt;BR /&gt;&lt;BR /&gt;ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l&lt;BR /&gt;telnet stream tcp nowait root /usr/lbin/telnetd telnetd&lt;BR /&gt;&lt;BR /&gt;if the two lines are hashed out or not there put them in and run inetd -c to &lt;BR /&gt;reread the config file.&lt;BR /&gt;&lt;BR /&gt;make sure that that the telnet and ftp services are included in /etc/services &lt;BR /&gt;as follows&lt;BR /&gt;&lt;BR /&gt;ftp 21/tcp&lt;BR /&gt;telnet 23/tcp&lt;BR /&gt;&lt;BR /&gt;Check /var/adm/inetd.sec to see if you have any client restrictions for the &lt;BR /&gt;various services.&lt;BR /&gt;&lt;BR /&gt;You might also want to turn logging on in inetd using the -l option which &lt;BR /&gt;writes all connections /var/adm/syslog/syslog.log this can help debugging &lt;BR /&gt;problems.  This can be done by editing the /etc/rc.config.d/netdaemons file and &lt;BR /&gt;changing the following line&lt;BR /&gt;&lt;BR /&gt;export INETD_ARGS="-l" and restarting inetd.&lt;BR /&gt;&lt;BR /&gt;Basically if ping works both ways to the IP address and hostname you network &lt;BR /&gt;connectivity should be OK then you should look at your internet services.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt; regards,&lt;BR /&gt; AG&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Nov 1999 17:14:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-through-a-router/m-p/2416250#M764901</guid>
      <dc:creator>Anthony Goonetilleke_1</dc:creator>
      <dc:date>1999-11-25T17:14:46Z</dc:date>
    </item>
  </channel>
</rss>

