<?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: problems with inetd.sec in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-inetd-sec/m-p/2448806#M10259</link>
    <description>Good afternoon, I have the same problem with the inetd.sec:  &lt;BR /&gt;I add the it lines mountd deny, I export a directory and I can  &lt;BR /&gt;to have access from any machine That can be happening?</description>
    <pubDate>Wed, 29 Nov 2006 15:21:26 GMT</pubDate>
    <dc:creator>Hector Mota</dc:creator>
    <dc:date>2006-11-29T15:21:26Z</dc:date>
    <item>
      <title>problems with inetd.sec</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-inetd-sec/m-p/2448799#M10252</link>
      <description>I need to cut off access to the production server from two other servers on my network.  I put the entries in inetd.sec to deny ftp and login for each server, but only the last entry is being used.  It's only cutting off service for last line.  This is what the man page says it will do:&lt;BR /&gt;from inetd.sec man page:&lt;BR /&gt;  &lt;BR /&gt;Multiple&lt;BR /&gt;      allow|deny lines for each service are not unsupported.  If there are&lt;BR /&gt;      multiple allow|deny lines for a particular service, all but the last&lt;BR /&gt;      line are ignored.&lt;BR /&gt;&lt;BR /&gt;I'm a bit confused about what "not unsupported" means, but logically that means that multiple lines are supported.  Should I attempt this another way or is there still a way to use the inetd.sec file?  The environment is a K260 using 11.0</description>
      <pubDate>Thu, 28 Sep 2000 15:55:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-inetd-sec/m-p/2448799#M10252</guid>
      <dc:creator>Greta Blamire</dc:creator>
      <dc:date>2000-09-28T15:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: problems with inetd.sec</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-inetd-sec/m-p/2448800#M10253</link>
      <description>Greta:&lt;BR /&gt;&lt;BR /&gt;"...not unsupported..." -- clearly a typographical error.  As the man (4) inetd.sec entry says, "To continue a line, terminate it with \."&lt;BR /&gt;&lt;BR /&gt;Does this help resolve your problem?&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Sep 2000 16:05:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-inetd-sec/m-p/2448800#M10253</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-09-28T16:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: problems with inetd.sec</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-inetd-sec/m-p/2448801#M10254</link>
      <description>You must put all allow/deny entries on one line.  Use the line ocntinuation charachter \ for increased readability.</description>
      <pubDate>Thu, 28 Sep 2000 16:18:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-inetd-sec/m-p/2448801#M10254</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-09-28T16:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: problems with inetd.sec</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-inetd-sec/m-p/2448802#M10255</link>
      <description>put all the entries in to one line of allow|deny</description>
      <pubDate>Fri, 29 Sep 2000 01:55:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-inetd-sec/m-p/2448802#M10255</guid>
      <dc:creator>Manju Kampli</dc:creator>
      <dc:date>2000-09-29T01:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: problems with inetd.sec</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-inetd-sec/m-p/2448803#M10256</link>
      <description>What it means (I think) from "not unsupported" is that inetd will not fail to run if you have more than one entry.  However here is what happens. {example inetd.sec&lt;BR /&gt;mountd allow 127.0.0.1 host1&lt;BR /&gt;mountd deny host2 host3 host4  }&lt;BR /&gt;The first line for mountd is IGNORED.  All hosts are allowed access except host2, host3 and host4.  What one may have tried to accomplish was allowing only host1 and the localhost access.  To accomplish this, the logic must be changed.&lt;BR /&gt;As someone mentionied, the "\" is used as a continuation, so if you had 90 hosts to enter each line can be continued.&lt;BR /&gt;&lt;BR /&gt;Hope it helps explain!&lt;BR /&gt;Shannondsa</description>
      <pubDate>Fri, 29 Sep 2000 13:26:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-inetd-sec/m-p/2448803#M10256</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2000-09-29T13:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: problems with inetd.sec</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-inetd-sec/m-p/2448804#M10257</link>
      <description>What it means (I think) from "not unsupported" is that inetd will not fail to run if you have more than one entry.  However here is what happens. {example inetd.sec&lt;BR /&gt;mountd allow 127.0.0.1 host1&lt;BR /&gt;mountd deny host2 host3 host4  }&lt;BR /&gt;The first line for mountd is IGNORED.  All hosts are allowed access except host2, host3 and host4.  What one may have tried to accomplish was allowing only host1 and the localhost access.  To accomplish this, the logic must be changed.&lt;BR /&gt;As someone mentionied, the "\" is used as a continuation, so if you had 90 hosts to enter each line can be continued.&lt;BR /&gt;&lt;BR /&gt;Hope it helps explain!&lt;BR /&gt;Shannondsa</description>
      <pubDate>Fri, 29 Sep 2000 13:26:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-inetd-sec/m-p/2448804#M10257</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2000-09-29T13:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: problems with inetd.sec</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-inetd-sec/m-p/2448805#M10258</link>
      <description>I'm sure if this is correct, but attempting to use implement it won't hurt your server.  &lt;BR /&gt;&lt;BR /&gt;Simply don't put either of the two servers in the inetd.sec file.  Just make sure the inetd.sec file is in /var/adm    I believe the default is not to allow as long /var/adm/inetd.sec exists.  This may not help your particular situation, but I wanted to put it out on the table anyway.  Good luck to you.</description>
      <pubDate>Fri, 29 Sep 2000 20:54:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-inetd-sec/m-p/2448805#M10258</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2000-09-29T20:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: problems with inetd.sec</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-inetd-sec/m-p/2448806#M10259</link>
      <description>Good afternoon, I have the same problem with the inetd.sec:  &lt;BR /&gt;I add the it lines mountd deny, I export a directory and I can  &lt;BR /&gt;to have access from any machine That can be happening?</description>
      <pubDate>Wed, 29 Nov 2006 15:21:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-inetd-sec/m-p/2448806#M10259</guid>
      <dc:creator>Hector Mota</dc:creator>
      <dc:date>2006-11-29T15:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: problems with inetd.sec</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-inetd-sec/m-p/2448807#M10260</link>
      <description>inetd.sec is only used for services spawned by the 'inetd' daemon.&lt;BR /&gt;&lt;BR /&gt;mountd does not get spawned by inetd, hence inetd.sec will have no effect on it.</description>
      <pubDate>Wed, 29 Nov 2006 15:25:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-inetd-sec/m-p/2448807#M10260</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-11-29T15:25:02Z</dc:date>
    </item>
  </channel>
</rss>

