<?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: inetd.sec in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-sec/m-p/2614486#M755889</link>
    <description>If you want to totally block telnet or ftp services, comment out the service in the inetd.conf. &lt;BR /&gt;&lt;BR /&gt;Then run inetd -c&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;C</description>
    <pubDate>Thu, 15 Nov 2001 14:47:20 GMT</pubDate>
    <dc:creator>Craig Rants</dc:creator>
    <dc:date>2001-11-15T14:47:20Z</dc:date>
    <item>
      <title>inetd.sec</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-sec/m-p/2614483#M755886</link>
      <description>Hi everyone,&lt;BR /&gt;&lt;BR /&gt;I thought inetd.sec was only used to restrict access from remote systems to the local system's services.  The man page doesn't indicate otherwise.&lt;BR /&gt;&lt;BR /&gt;Has anyone actually used inetd.sec to disable connections being initiated from the local system?&lt;BR /&gt;&lt;BR /&gt;I see how you could deny something like ftp from the local server to itself but that's still blocking it from the server side.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Darrell</description>
      <pubDate>Thu, 15 Nov 2001 14:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-sec/m-p/2614483#M755886</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2001-11-15T14:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.sec</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-sec/m-p/2614484#M755887</link>
      <description>inetd.sec is for incoming not outgoing requests!&lt;BR /&gt;&lt;BR /&gt;To stop people from using something like ftp or telnet to another machine, simply change the permissions or "group it".&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 15 Nov 2001 14:42:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-sec/m-p/2614484#M755887</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-15T14:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.sec</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-sec/m-p/2614485#M755888</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This file is to stop telnet ,ftp,rlogin etc from the other boxes. You can configure it to disable incomming requests.&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Thu, 15 Nov 2001 14:44:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-sec/m-p/2614485#M755888</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-11-15T14:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.sec</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-sec/m-p/2614486#M755889</link>
      <description>If you want to totally block telnet or ftp services, comment out the service in the inetd.conf. &lt;BR /&gt;&lt;BR /&gt;Then run inetd -c&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;C</description>
      <pubDate>Thu, 15 Nov 2001 14:47:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-sec/m-p/2614486#M755889</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2001-11-15T14:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.sec</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-sec/m-p/2614487#M755890</link>
      <description>&amp;lt;&lt;ITHOUGHT inetd.sec="" was="" only="" used="" to="" restrict="" access="" from="" remote="" systems="" to="" the="" local="" system=""&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;  You are right.  inetd.sec blocks incoming connections from external systems.&lt;BR /&gt;  &lt;BR /&gt;&amp;lt;&lt;HAS anyone="" actually="" used="" inetd.sec="" to="" disable="" connections="" being="" initiated="" from="" the="" local="" system=""&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;oh yes, i just tried it ;-)&lt;BR /&gt;just add the line&lt;BR /&gt;telnet  deny  &lt;SYSTEMNAME&gt;&lt;BR /&gt;It works.  But it holds no meaning. Since, why would i need to stop telnetting into a system from that system iteslf?&lt;BR /&gt;&lt;BR /&gt;&lt;I see="" how="" you="" could="" deny="" something="" like="" ftp="" from="" the="" local="" server="" to="" itself="" but="" that=""&gt;&lt;BR /&gt;&lt;BR /&gt;when you do telnet , ftp ..&lt;BR /&gt;it tries to open a port of that service at the remote server.  At the remote server, the inetd daemon services the request. Before the request is serviced, it checks whether it is authorised connection by looking the inetd.sec file.&lt;BR /&gt;If from systemA you do telnet to systemA , the local system will also be the remote server!  &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj&lt;BR /&gt;&lt;BR /&gt;&lt;/I&gt;&lt;/SYSTEMNAME&gt;&lt;/HAS&gt;&lt;/ITHOUGHT&gt;</description>
      <pubDate>Thu, 15 Nov 2001 15:00:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-sec/m-p/2614487#M755890</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-11-15T15:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.sec</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-sec/m-p/2614488#M755891</link>
      <description>Definitely only incoming.... from the man page:&lt;BR /&gt;&lt;BR /&gt;"When inetd accepts a connection from a remote system..."&lt;BR /&gt;&lt;BR /&gt;Other unix flavours need to use tcpwrappers to do the same thing, but HP is sooo good to us we don't need it ;-)&lt;BR /&gt;&lt;BR /&gt;For outgoing (as noted in another thread in the forum), it's removal of access priveleges (chmod 500) that limit outgoing on a box, or firewalls if limiting at a network level.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;James</description>
      <pubDate>Thu, 15 Nov 2001 15:04:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-sec/m-p/2614488#M755891</guid>
      <dc:creator>James Beamish-White</dc:creator>
      <dc:date>2001-11-15T15:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.sec</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-sec/m-p/2614489#M755892</link>
      <description>Thanks everyone.&lt;BR /&gt;&lt;BR /&gt;So far I've heard nothing different from what I thought:  inted.sec is only for incoming connections (server side, that is).&lt;BR /&gt;&lt;BR /&gt;Raj, in reference to disabling connections initiated from the local system, would you expand on what you mean when you say it works but it holds no meaning? I poorly worded the question before.  To be specific, can inetd.sec be used to deny a user on the same box from initiating a connection as a client to another host?  I think you're saying no which is what I believe to be true as well.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Thu, 15 Nov 2001 15:20:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-sec/m-p/2614489#M755892</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2001-11-15T15:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.sec</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-sec/m-p/2614490#M755893</link>
      <description>Hi Darrell,&lt;BR /&gt;&lt;BR /&gt;As other have already said, inetd.sec is to restrict/prevent access to your system, not from your system.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Nov 2001 15:32:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-sec/m-p/2614490#M755893</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-11-15T15:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.sec</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-sec/m-p/2614491#M755894</link>
      <description>Thanks for confirming my understanding of this issue.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Thu, 15 Nov 2001 16:21:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-sec/m-p/2614491#M755894</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2001-11-15T16:21:47Z</dc:date>
    </item>
  </channel>
</rss>

