<?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.conf in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/4861147#M396552</link>
    <description>Thanks for everyone who reply the message</description>
    <pubDate>Thu, 16 Sep 2004 03:08:36 GMT</pubDate>
    <dc:creator>midham</dc:creator>
    <dc:date>2004-09-16T03:08:36Z</dc:date>
    <item>
      <title>inetd.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/4861141#M396546</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Base on our audit finding report, they ask me to disabled the following services:&lt;BR /&gt;&lt;BR /&gt;1) tftp&lt;BR /&gt;2) login&lt;BR /&gt;3) shell&lt;BR /&gt;4) exec&lt;BR /&gt;5) daytime&lt;BR /&gt;6) time&lt;BR /&gt;7) discard&lt;BR /&gt;8) chargen&lt;BR /&gt;&lt;BR /&gt;FYI we are using HPUX 11.0 and my questions are can/how do I disabled all those services? and does it affect our system?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.</description>
      <pubDate>Thu, 16 Sep 2004 02:09:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/4861141#M396546</guid>
      <dc:creator>midham</dc:creator>
      <dc:date>2004-09-16T02:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/4861142#M396547</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;why don't you have a look at the man page of inetd.conf and inetd??&lt;BR /&gt;&lt;BR /&gt;which will give you more detail&lt;BR /&gt;&lt;BR /&gt;# man inetd.conf &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Sep 2004 02:16:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/4861142#M396547</guid>
      <dc:creator>KCS_1</dc:creator>
      <dc:date>2004-09-16T02:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/4861143#M396548</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The answer is it depends. 2,3 and 4 are basically for r-commands. If your application does any kind of 'remsh|rlogin|rexec|rcp' type of stuff, then you may not want to disable them depending on the type of service. 5,6,7 and 8 can be turned off. They won't need the OS to perform and I do not believe they will be used by any OS. 'tftp' is trivial ftp. If your sysetm is acting as a tftp server (for ex., keeps the firmware|configuration etc., for routers etc.,), and if it is an ignite server   then you need it. Otherwise, you can turn it off.&lt;BR /&gt;&lt;BR /&gt;Simply edit /etc/inetd.conf file, comment them out and run 'inetd -c' to re-read the configuration. You should see 'deleted service' messages in /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 16 Sep 2004 02:16:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/4861143#M396548</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-16T02:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/4861144#M396549</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;All these services can be disabled.&lt;BR /&gt;Just hash(#) the corresponding entry in /etc/inetd.conf file. &lt;BR /&gt;&lt;BR /&gt;make sure no application/user uses these services before disabling services.&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Thu, 16 Sep 2004 02:19:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/4861144#M396549</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2004-09-16T02:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/4861145#M396550</link>
      <description>Try to comments the services on /etc/services and as well as /etc/inetd.conf file.&lt;BR /&gt;&lt;BR /&gt;( comment with in start with # )&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Reconfigure the setup of inetd as,&lt;BR /&gt;&lt;BR /&gt; inetd -c&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Sep 2004 02:22:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/4861145#M396550</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-16T02:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/4861146#M396551</link>
      <description>Yes,you can disable them if you are hardening your OS.&lt;BR /&gt;&lt;BR /&gt;Just commecnt the lines in the /etc/inetd.conf and then do a&lt;BR /&gt;&lt;BR /&gt;#/usr/sbin/inetd -c</description>
      <pubDate>Thu, 16 Sep 2004 02:22:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/4861146#M396551</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-09-16T02:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/4861147#M396552</link>
      <description>Thanks for everyone who reply the message</description>
      <pubDate>Thu, 16 Sep 2004 03:08:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/4861147#M396552</guid>
      <dc:creator>midham</dc:creator>
      <dc:date>2004-09-16T03:08:36Z</dc:date>
    </item>
  </channel>
</rss>

