<?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 How to restrict telnet and ftp access by IP address in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-restrict-telnet-and-ftp-access-by-ip-address/m-p/4926455#M409093</link>
    <description>Hi guys,&lt;BR /&gt;I would like to know how to restrict telnet and ftp access by IP.&lt;BR /&gt;&lt;BR /&gt;I can provide a list of valid IP's which should be able to login to telnet and ftp sessions.&lt;BR /&gt;&lt;BR /&gt;please advice as we are trying to implement security.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Aji</description>
    <pubDate>Thu, 15 Sep 2005 09:47:38 GMT</pubDate>
    <dc:creator>Aji Thomas</dc:creator>
    <dc:date>2005-09-15T09:47:38Z</dc:date>
    <item>
      <title>How to restrict telnet and ftp access by IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-restrict-telnet-and-ftp-access-by-ip-address/m-p/4926455#M409093</link>
      <description>Hi guys,&lt;BR /&gt;I would like to know how to restrict telnet and ftp access by IP.&lt;BR /&gt;&lt;BR /&gt;I can provide a list of valid IP's which should be able to login to telnet and ftp sessions.&lt;BR /&gt;&lt;BR /&gt;please advice as we are trying to implement security.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Aji</description>
      <pubDate>Thu, 15 Sep 2005 09:47:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-restrict-telnet-and-ftp-access-by-ip-address/m-p/4926455#M409093</guid>
      <dc:creator>Aji Thomas</dc:creator>
      <dc:date>2005-09-15T09:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict telnet and ftp access by IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-restrict-telnet-and-ftp-access-by-ip-address/m-p/4926456#M409094</link>
      <description>check the inetd.sec file&lt;BR /&gt;&lt;BR /&gt;man inetd.sec&lt;BR /&gt;&lt;BR /&gt;you can also use tcpwrappers for this purpose by it is not installed by default.</description>
      <pubDate>Thu, 15 Sep 2005 09:51:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-restrict-telnet-and-ftp-access-by-ip-address/m-p/4926456#M409094</guid>
      <dc:creator>Orhan Biyiklioglu</dc:creator>
      <dc:date>2005-09-15T09:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict telnet and ftp access by IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-restrict-telnet-and-ftp-access-by-ip-address/m-p/4926457#M409095</link>
      <description>the format of the inetd.sec file is as follows:&lt;BR /&gt;&lt;BR /&gt;&lt;SERVICE name=""&gt; &lt;ALLOW&gt; &lt;HOST&gt;&lt;BR /&gt;&lt;BR /&gt;examples&lt;BR /&gt;&lt;BR /&gt;telnet allow   10.*  192.168.*&lt;BR /&gt;ftp allow 10.*  192.168.*&lt;/HOST&gt;&lt;/ALLOW&gt;&lt;/SERVICE&gt;</description>
      <pubDate>Thu, 15 Sep 2005 09:53:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-restrict-telnet-and-ftp-access-by-ip-address/m-p/4926457#M409095</guid>
      <dc:creator>Orhan Biyiklioglu</dc:creator>
      <dc:date>2005-09-15T09:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict telnet and ftp access by IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-restrict-telnet-and-ftp-access-by-ip-address/m-p/4926458#M409096</link>
      <description>Hi Aji,&lt;BR /&gt;&lt;BR /&gt;just insert the following lines into /var/adm/inetd.sec:&lt;BR /&gt;&lt;BR /&gt;telnet deny &lt;IP address=""&gt;&lt;BR /&gt;ftp deny &lt;IP address=""&gt;&lt;BR /&gt;&lt;BR /&gt;For more examples and forms see section EXAMPLES in man inetd.sec.&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio&lt;/IP&gt;&lt;/IP&gt;</description>
      <pubDate>Thu, 15 Sep 2005 09:55:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-restrict-telnet-and-ftp-access-by-ip-address/m-p/4926458#M409096</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2005-09-15T09:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict telnet and ftp access by IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-restrict-telnet-and-ftp-access-by-ip-address/m-p/4926459#M409097</link>
      <description>...and you haven't to restart any daemons because the changes are effectively immediately.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio</description>
      <pubDate>Thu, 15 Sep 2005 09:56:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-restrict-telnet-and-ftp-access-by-ip-address/m-p/4926459#M409097</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2005-09-15T09:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict telnet and ftp access by IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-restrict-telnet-and-ftp-access-by-ip-address/m-p/4926460#M409098</link>
      <description>Hi Aji ,&lt;BR /&gt;&lt;BR /&gt;Its /var/adm/inetd.sec&lt;BR /&gt;&lt;BR /&gt;You can put like this :&lt;BR /&gt;&lt;BR /&gt; login      allow   10.*  192.54.24.5&lt;BR /&gt;&lt;BR /&gt;Check #man inetd.sec for further.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Sep 2005 09:58:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-restrict-telnet-and-ftp-access-by-ip-address/m-p/4926460#M409098</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-09-15T09:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict telnet and ftp access by IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-restrict-telnet-and-ftp-access-by-ip-address/m-p/4926461#M409099</link>
      <description>Aji ,&lt;BR /&gt;&lt;BR /&gt;You can put &lt;BR /&gt;&lt;BR /&gt;telnet deny and ftp deny with IP address.&lt;BR /&gt;&lt;BR /&gt;in /var/adm/inetd.sec&lt;BR /&gt;&lt;BR /&gt; telnet      deny    IP&lt;BR /&gt; ftp          deny   IP&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Thu, 15 Sep 2005 10:00:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-restrict-telnet-and-ftp-access-by-ip-address/m-p/4926461#M409099</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-09-15T10:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict telnet and ftp access by IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-restrict-telnet-and-ftp-access-by-ip-address/m-p/4926462#M409100</link>
      <description>As correctly said by the other forumers you can managet inetd.sec file, or you could use also IP-Filter ( less simple ):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.obfuscation.org/ipf/ipf-howto.txt" target="_blank"&gt;http://www.obfuscation.org/ipf/ipf-howto.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Alex</description>
      <pubDate>Thu, 15 Sep 2005 10:03:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-restrict-telnet-and-ftp-access-by-ip-address/m-p/4926462#M409100</guid>
      <dc:creator>Alessandro Pilati</dc:creator>
      <dc:date>2005-09-15T10:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict telnet and ftp access by IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-restrict-telnet-and-ftp-access-by-ip-address/m-p/4926463#M409101</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;thanks fot the update,&lt;BR /&gt;It worked dynamically.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;AJi</description>
      <pubDate>Thu, 15 Sep 2005 11:07:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-restrict-telnet-and-ftp-access-by-ip-address/m-p/4926463#M409101</guid>
      <dc:creator>Aji Thomas</dc:creator>
      <dc:date>2005-09-15T11:07:16Z</dc:date>
    </item>
  </channel>
</rss>

