<?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 allow Telnet &amp;amp; FTP access from specific IPs/domains in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-allow-telnet-amp-ftp-access-from-specific-ips-domains/m-p/3914982#M763886</link>
    <description>Sorry, I missed a NOT in my statement.&lt;BR /&gt;&lt;BR /&gt;Can u tell me how the gateway for 172.28* network be added on my machine?&lt;BR /&gt;&lt;BR /&gt;The users from 172.17* domain r able to connect to the box through some other IP. How that is set?</description>
    <pubDate>Tue, 19 Dec 2006 02:40:55 GMT</pubDate>
    <dc:creator>Ankit Grover</dc:creator>
    <dc:date>2006-12-19T02:40:55Z</dc:date>
    <item>
      <title>How to allow Telnet &amp; FTP access from specific IPs/domains</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-allow-telnet-amp-ftp-access-from-specific-ips-domains/m-p/3914976#M763880</link>
      <description>Hi experts,&lt;BR /&gt;&lt;BR /&gt;I have got a HP-UX B.11.23 ia64 Itanium box. It has been moved to a new place and so its IP addresses have changed. I am not able to connnect to a AIX box now through FTP. It throws the error that the network is unreachable. Domain for both servers is still same, only the IPs are in different ranges.&lt;BR /&gt;&lt;BR /&gt;HP guys allowed the telnet access from new IP range by adding an entry to a file. Can anybody tell me the location of that file?&lt;BR /&gt;Also does the same kind of file exist for allowing FTP access?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Ankit</description>
      <pubDate>Tue, 19 Dec 2006 00:15:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-allow-telnet-amp-ftp-access-from-specific-ips-domains/m-p/3914976#M763880</guid>
      <dc:creator>Ankit Grover</dc:creator>
      <dc:date>2006-12-19T00:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to allow Telnet &amp; FTP access from specific IPs/domains</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-allow-telnet-amp-ftp-access-from-specific-ips-domains/m-p/3914977#M763881</link>
      <description>For HPUX there is a file called inetd.sec (optional security file for inetd) located under /var/adm&lt;BR /&gt;Thats where you can allow/deny the inetd services like telnet/ftp etc.. Have a look at the man pages of inetd.sec for more information.</description>
      <pubDate>Tue, 19 Dec 2006 00:25:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-allow-telnet-amp-ftp-access-from-specific-ips-domains/m-p/3914977#M763881</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2006-12-19T00:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to allow Telnet &amp; FTP access from specific IPs/domains</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-allow-telnet-amp-ftp-access-from-specific-ips-domains/m-p/3914978#M763882</link>
      <description>A "network is unreachable" complaint normally&lt;BR /&gt;implies bad routing.  It might help to know&lt;BR /&gt;the IP addresses involved here, and perhaps&lt;BR /&gt;output from "netstat -rn".</description>
      <pubDate>Tue, 19 Dec 2006 00:44:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-allow-telnet-amp-ftp-access-from-specific-ips-domains/m-p/3914978#M763882</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-12-19T00:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to allow Telnet &amp; FTP access from specific IPs/domains</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-allow-telnet-amp-ftp-access-from-specific-ips-domains/m-p/3914979#M763883</link>
      <description>Hi Rajeev,&lt;BR /&gt;The file is located only at /usr/newconfig/var/adm without having links at any other place. But there are no entries in this file.&lt;BR /&gt;&lt;BR /&gt;[root]/usr/newconfig/var/adm#ll -rt /usr/newconfig/var/adm/inetd.sec&lt;BR /&gt;-r--r--r--   1 bin        bin            978 Sep  3  2003 /usr/newconfig/var/adm/inetd.sec&lt;BR /&gt;&lt;BR /&gt;Hi Steven,&lt;BR /&gt;The output of netstat is&lt;BR /&gt;[root]/usr/newconfig/var/adm#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        4136&lt;BR /&gt;172.30.0.13           172.30.0.13        UH        0  lan0       4136&lt;BR /&gt;172.30.0.0            172.30.0.13        U         2  lan0       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U         0  lo0           0&lt;BR /&gt;&lt;BR /&gt;I am able to connect to AIX box at 172.28.10.53. 172.30.0.13 is the IP of my HP box</description>
      <pubDate>Tue, 19 Dec 2006 00:55:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-allow-telnet-amp-ftp-access-from-specific-ips-domains/m-p/3914979#M763883</guid>
      <dc:creator>Ankit Grover</dc:creator>
      <dc:date>2006-12-19T00:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to allow Telnet &amp; FTP access from specific IPs/domains</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-allow-telnet-amp-ftp-access-from-specific-ips-domains/m-p/3914980#M763884</link>
      <description>In your "netstat -rn" output, I see no&lt;BR /&gt;default gateway, and no explicit route to the&lt;BR /&gt;172.28.x.x network (only to 172.30.0.0).  So&lt;BR /&gt;a "network is unreachable" complaint may be&lt;BR /&gt;expected.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I am able to connect to AIX box at&lt;BR /&gt;&amp;gt; 172.28.10.53.&lt;BR /&gt;&lt;BR /&gt;I don't see how.</description>
      <pubDate>Tue, 19 Dec 2006 01:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-allow-telnet-amp-ftp-access-from-specific-ips-domains/m-p/3914980#M763884</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-12-19T01:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to allow Telnet &amp; FTP access from specific IPs/domains</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-allow-telnet-amp-ftp-access-from-specific-ips-domains/m-p/3914981#M763885</link>
      <description>If the file is located in /usr/newconfig (thats where all the sample files are) it means that the security has not been enabled at the HPUX level and anyone is allowed to telnet or use the services defined in /etc/inetd.conf in the network.&lt;BR /&gt;If you want to implement the addition level of security on the inetd daemons/services then copy the files from /usr/newconfig/var/adm to /vad/adm and edit it as per need look at the man pages for the format of allow/deny</description>
      <pubDate>Tue, 19 Dec 2006 01:05:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-allow-telnet-amp-ftp-access-from-specific-ips-domains/m-p/3914981#M763885</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2006-12-19T01:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to allow Telnet &amp; FTP access from specific IPs/domains</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-allow-telnet-amp-ftp-access-from-specific-ips-domains/m-p/3914982#M763886</link>
      <description>Sorry, I missed a NOT in my statement.&lt;BR /&gt;&lt;BR /&gt;Can u tell me how the gateway for 172.28* network be added on my machine?&lt;BR /&gt;&lt;BR /&gt;The users from 172.17* domain r able to connect to the box through some other IP. How that is set?</description>
      <pubDate>Tue, 19 Dec 2006 02:40:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-allow-telnet-amp-ftp-access-from-specific-ips-domains/m-p/3914982#M763886</guid>
      <dc:creator>Ankit Grover</dc:creator>
      <dc:date>2006-12-19T02:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to allow Telnet &amp; FTP access from specific IPs/domains</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-allow-telnet-amp-ftp-access-from-specific-ips-domains/m-p/3914983#M763887</link>
      <description>"man route"&lt;BR /&gt;&lt;BR /&gt;"route add [...]"&lt;BR /&gt;&lt;BR /&gt;/etc/rc.config.d/netconf (Look for&lt;BR /&gt;"ROUTE_&lt;VARIOUS_THINGS&gt;", to get it done&lt;BR /&gt;automatically at system start-up.)&lt;BR /&gt;&lt;BR /&gt;It's common to have a default route, but it's&lt;BR /&gt;also possible to specify one or more gateways&lt;BR /&gt;for particular IP address ranges.&lt;BR /&gt;&lt;BR /&gt;To set a route properly, you need to know&lt;BR /&gt;which systems are supposed to act as&lt;BR /&gt;gateways, which is something your network&lt;BR /&gt;administrators should know.  You may be able&lt;BR /&gt;to get some ideas by running that "netstat&lt;BR /&gt;-rn" command on various other systems.&lt;/VARIOUS_THINGS&gt;</description>
      <pubDate>Tue, 19 Dec 2006 03:31:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-allow-telnet-amp-ftp-access-from-specific-ips-domains/m-p/3914983#M763887</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-12-19T03:31:24Z</dc:date>
    </item>
  </channel>
</rss>

