<?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: Disable unused services in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451274#M744136</link>
    <description>Under /etc/inetd.conf, I hash the lines as below and issued command "inetd -c"&lt;BR /&gt;&lt;BR /&gt;1)ftp          stream tcp nowait root /usr/lbin/ftpd ftpd -l&lt;BR /&gt;2)login        stream tcp nowait root /usr/lbin/rlogind    rlogind&lt;BR /&gt;3)klogin   stream tcp nowait root /usr/lbin/rlogind    rlogind -K&lt;BR /&gt;&lt;BR /&gt;But, why I still can execute command ftp and rlogin? What is the purpose to disable the services at inetd.conf? This file is used during system start up or..?&lt;BR /&gt;&lt;BR /&gt;regards.</description>
    <pubDate>Tue, 04 Jan 2005 00:55:58 GMT</pubDate>
    <dc:creator>Ngoh Chean Siung</dc:creator>
    <dc:date>2005-01-04T00:55:58Z</dc:date>
    <item>
      <title>Disable unused services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451266#M744128</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1) How to ensure that the services is not use in our system even by default it already set to able/on?&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Tue, 28 Dec 2004 02:53:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451266#M744128</guid>
      <dc:creator>Ngoh Chean Siung</dc:creator>
      <dc:date>2004-12-28T02:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Disable unused services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451267#M744129</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;A service is active on a port and can be monitored using the netstat -a command.&lt;BR /&gt;( current settings, this does not include historical info).&lt;BR /&gt;&lt;BR /&gt;To disable services you must disable a daemon or hash it out of the /etc/inetd.conf .&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Tue, 28 Dec 2004 03:11:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451267#M744129</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-12-28T03:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Disable unused services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451268#M744130</link>
      <description>Best technique for this is to use IPFilter system &lt;BR /&gt;firewall. Block incoming connections to all the ports&lt;BR /&gt;by default and allow only the ones that you want.&lt;BR /&gt;If you give details of which services you want to&lt;BR /&gt;allow, I could help you with how to setup IPFilter.&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Dec 2004 03:30:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451268#M744130</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2004-12-28T03:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Disable unused services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451269#M744131</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;My 2 HP servers vesion are 11 and 11.11. Actually our server don't have internet connection. &lt;BR /&gt;&lt;BR /&gt;Thru netstat, I able to see the active a list of services, how I 100% confirm that the services name that exist in inetd.conf and not exist during netstat command is NOT needed by our system and therefore can be disbled?&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 28 Dec 2004 03:50:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451269#M744131</guid>
      <dc:creator>Ngoh Chean Siung</dc:creator>
      <dc:date>2004-12-28T03:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Disable unused services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451270#M744132</link>
      <description>IPfilter is er very good sollution.&lt;BR /&gt;If you just want to look into what is running on the system use the netstat -a or netstat -an.&lt;BR /&gt;If you what to look from the outsite use port scanning tools like nmap 'nmap -sT &lt;SERVER&gt;'.&lt;BR /&gt;To deactivate services you have different options and standard, some are activated and deactivated in the resorce configuration under /etc/rc.config.d and some in /etc/inetd.conf...&lt;BR /&gt;&lt;BR /&gt;Consider disabling all network services:&lt;BR /&gt;---&lt;BR /&gt;# inetd -k&lt;BR /&gt;# vi /etc/rc.config.d/netdaemons&lt;BR /&gt;export INETD_ARGS="-k"&lt;BR /&gt;&lt;BR /&gt;Consider disabling selected network services&lt;BR /&gt;---&lt;BR /&gt;vi /etc/inetd.conf&lt;BR /&gt;#telnet stream tcp nowait root /usr/lbin/telnetd telnetd&lt;BR /&gt;# inetd -c&lt;BR /&gt;&lt;BR /&gt;Consider disabling selected services for selected hosts or subnets&lt;BR /&gt;---&lt;BR /&gt;vi /var/adm/inetd.sec&lt;BR /&gt;telnet allow hosta hostb 128.1.*.* 128.2.1-5.*&lt;BR /&gt;login deny hosta hostb 128.*.*.*&lt;BR /&gt;&lt;BR /&gt;If you look at services we could take the CDE eksampel:&lt;BR /&gt;disabling CDE:&lt;BR /&gt;# /sbin/init.d/dtlogin.rc stop&lt;BR /&gt;# vi /etc/rc.config.d/desktop&lt;BR /&gt;DESKTOP=""&lt;BR /&gt;&lt;BR /&gt;Hope it helps!&lt;/SERVER&gt;</description>
      <pubDate>Tue, 28 Dec 2004 04:00:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451270#M744132</guid>
      <dc:creator>Jannik</dc:creator>
      <dc:date>2004-12-28T04:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Disable unused services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451271#M744133</link>
      <description>If you don't want any of the inetd services to&lt;BR /&gt;be enabled, just comment all the entries in the&lt;BR /&gt;inetd.conf file and send a SIGHUP signal to &lt;BR /&gt;inetd process.&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Dec 2004 04:02:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451271#M744133</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2004-12-28T04:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Disable unused services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451272#M744134</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To disable services hash out the line and issue an inetd -c.&lt;BR /&gt;Mind that telnet, ftp, tftp, login etc will not work anymore ( make sure you have ssh active so you can still log on to the server )&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Dec 2004 04:07:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451272#M744134</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-12-28T04:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Disable unused services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451273#M744135</link>
      <description>&lt;BR /&gt;To ensure a service is not running on a port you can use a port scanning tool like nessus or nmap.&lt;BR /&gt;&lt;BR /&gt;They will scan your system and test for open ports and create a status report. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.nessus.com" target="_blank"&gt;http://www.nessus.com&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.insecure.org/nmap/" target="_blank"&gt;http://www.insecure.org/nmap/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To lock down your system you can download HP's Bastille product and IPfilter product. If you have them both installed Bastille will also create a IPfilter configuration for you. &lt;BR /&gt;&lt;BR /&gt;You can get both of these at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com" target="_blank"&gt;http://www.software.hp.com&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Just search on ipfilter and bastille. &lt;BR /&gt;&lt;BR /&gt;The documentation is out available&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com" target="_blank"&gt;http://docs.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope that helps,&lt;BR /&gt;&lt;BR /&gt;Todd</description>
      <pubDate>Wed, 29 Dec 2004 07:31:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451273#M744135</guid>
      <dc:creator>Todd Whitcher</dc:creator>
      <dc:date>2004-12-29T07:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Disable unused services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451274#M744136</link>
      <description>Under /etc/inetd.conf, I hash the lines as below and issued command "inetd -c"&lt;BR /&gt;&lt;BR /&gt;1)ftp          stream tcp nowait root /usr/lbin/ftpd ftpd -l&lt;BR /&gt;2)login        stream tcp nowait root /usr/lbin/rlogind    rlogind&lt;BR /&gt;3)klogin   stream tcp nowait root /usr/lbin/rlogind    rlogind -K&lt;BR /&gt;&lt;BR /&gt;But, why I still can execute command ftp and rlogin? What is the purpose to disable the services at inetd.conf? This file is used during system start up or..?&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 04 Jan 2005 00:55:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451274#M744136</guid>
      <dc:creator>Ngoh Chean Siung</dc:creator>
      <dc:date>2005-01-04T00:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Disable unused services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451275#M744137</link>
      <description>Hi Ngoh&lt;BR /&gt;Happy new year.&lt;BR /&gt;/etc/inetd.conf is file that enable or disable services at startup.&lt;BR /&gt;as you typing in this file:&lt;BR /&gt;====&lt;BR /&gt;1)ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l&lt;BR /&gt;2)login stream tcp nowait root /usr/lbin/rlogind rlogind&lt;BR /&gt;3)klogin stream tcp nowait root /usr/lbin/rlogind rlogind -K&lt;BR /&gt;=====&lt;BR /&gt;this file allow ftp, rlogin service start at startup.&lt;BR /&gt;*) ftp and rlogin is command allow you to connect to ftp  or rlogin server.( they are onlyclient tool)&lt;BR /&gt;In order to disable those service just adding (#) at begining of each line&lt;BR /&gt;#ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jan 2005 03:10:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451275#M744137</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-01-04T03:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Disable unused services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451276#M744138</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I already hashed these 2 lines and then save &amp;amp; quit this file. After that, I issued command "inetd -c" to activate it. But, why I still can execute these commands (ftp, rlogin)?&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 04 Jan 2005 03:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451276#M744138</guid>
      <dc:creator>Ngoh Chean Siung</dc:creator>
      <dc:date>2005-01-04T03:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Disable unused services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451277#M744139</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;1. why I still can execute command ftp and rlogin?&lt;BR /&gt;&lt;BR /&gt;ftp and rlogin are just client programs. It has no impact from /etc/inetd.conf as this file controls only the server part.&lt;BR /&gt;&lt;BR /&gt;If you still need to disable this command a simple way may be  to move the binaries with a different name &lt;BR /&gt;eg: mv  /usr/bin/ftp /usr/bin/ftp_&lt;BR /&gt;&lt;BR /&gt;2. What is the purpose to disable the services at inetd.conf?&lt;BR /&gt;&lt;BR /&gt;inetd, called also the super server, will load a network program based upon a request from the network. The inetd.conf file tells inetd which ports to listen to and what server to start for each port. So if you feel a service is no more required for your system you can simply disable the service from /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3. This file is used during system start up or..?&lt;BR /&gt;&lt;BR /&gt;Yes..But at any time after startup an adminstrator can modify the configuration file and restart the super server by using  SIGHUP signal. This allows a service which started during startup can be disabled later.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;M</description>
      <pubDate>Tue, 04 Jan 2005 04:08:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451277#M744139</guid>
      <dc:creator>Michael Selvesteen_2</dc:creator>
      <dc:date>2005-01-04T04:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Disable unused services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451278#M744140</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What you mean is inetd only control the server site, right? If I hashed the ftp and rlogin, it means that the server itself cannot execute these commands instead of the client that connect to this server. Am I right? Any way to prove that the server unable to run these commands after hashed these 2 commands?&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 04 Jan 2005 04:27:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451278#M744140</guid>
      <dc:creator>Ngoh Chean Siung</dc:creator>
      <dc:date>2005-01-04T04:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Disable unused services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451279#M744141</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;1. If I hashed the ftp and rlogin, it means that the server itself cannot execute these commands instead of the client that connect to this server. Am I right? &lt;BR /&gt;&lt;BR /&gt;You should be clear that server and client are different programs. Server has no need to execute those commands from your system.&lt;BR /&gt;&lt;BR /&gt;For example ftpd and ftp are server and client programs respectevely which are entirely different.&lt;BR /&gt;&lt;BR /&gt;ftpd is a server which listens for ftp connection from netwrok or even from your own machine. when you enable this service you are allowing your system for file transfer.simply You can tune the services that is provided by system with /etc/inetd.conf. That is it. &lt;BR /&gt;&lt;BR /&gt;Same way when you are in need to transfer files from network you need a ftp client. Which contacts your remote server and fetches file for you&lt;BR /&gt;&lt;BR /&gt;So when you disable a server, it is not meant that the respective client also disallowed. That is not nescessary to do so. Your clients are required to contact other remote servers for various purposes.&lt;BR /&gt;&lt;BR /&gt;If you feel you no longer need any clients you can remove it. There are number of methods to remove (eg: swremove etc)&lt;BR /&gt;&lt;BR /&gt;2. Any way to prove that the server unable to run these commands after hashed these 2 commands?&lt;BR /&gt;&lt;BR /&gt;if you hashed ftp,&lt;BR /&gt;&lt;BR /&gt;Try ftp from other machine to this machine. If it fails it means you have no ftp service in your machine.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;M&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jan 2005 05:15:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451279#M744141</guid>
      <dc:creator>Michael Selvesteen_2</dc:creator>
      <dc:date>2005-01-04T05:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Disable unused services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451280#M744142</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1) When the client use command "ftp", it will invoke command "ftpd'. Am I right? What I know about the command with "d" behind is stands for daemon. Is it correct?&lt;BR /&gt;&lt;BR /&gt;2) The testing that I hv to do is try to login at the console (instead of telnet as a client) and try to do the ftp after disable this ftp service. Am I right?&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 04 Jan 2005 05:29:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451280#M744142</guid>
      <dc:creator>Ngoh Chean Siung</dc:creator>
      <dc:date>2005-01-04T05:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Disable unused services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451281#M744143</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;1. When the client use command "ftp", it will invoke command "ftpd'. Am I right?&lt;BR /&gt;&lt;BR /&gt;No, Client will not use or invoke any command . Consider the following example,&lt;BR /&gt;&lt;BR /&gt;command:  ftp &lt;REMOTEHOST&gt;&lt;BR /&gt;&lt;BR /&gt;Here ftp is a local client program, which is desinged to establish a ftp session with ftpd of remotehost. Interenally ftpd in remote machine listens on port 21. Any ftp client by default connects to port 21 of remote machine where ftpd runs.&lt;BR /&gt;&lt;BR /&gt;For more info following link may usefull&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.webdevelopersnotes.com/basics/client_server_architecture.php3" target="_blank"&gt;http://www.webdevelopersnotes.com/basics/client_server_architecture.php3&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.faqs.org/faqs/client-server-faq/preamble.html" target="_blank"&gt;http://www.faqs.org/faqs/client-server-faq/preamble.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;2. The testing that I hv to do is try to login at the console (instead of telnet as a client) and try to do the ftp after disable this ftp service. Am I right?&lt;BR /&gt;&lt;BR /&gt;simply try &lt;BR /&gt;&lt;BR /&gt;command: ftp localhost&lt;BR /&gt;&lt;BR /&gt;if the  connection succeeds it is clear that ftpd is running or else it is disabled.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;M&lt;/REMOTEHOST&gt;</description>
      <pubDate>Tue, 04 Jan 2005 05:59:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451281#M744143</guid>
      <dc:creator>Michael Selvesteen_2</dc:creator>
      <dc:date>2005-01-04T05:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Disable unused services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451282#M744144</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I not able to ftp at console after I hashed the ftp line but how about command "rlogin"? I already hashed out below 2 lines but thru console, I still can run "rlogin &lt;REMOTE server=""&gt;".&lt;BR /&gt; &lt;BR /&gt;1)login stream tcp nowait root /usr/lbin/rlogind rlogind&lt;BR /&gt;2)klogin stream tcp nowait root /usr/lbin/rlogind rlogind -K&lt;BR /&gt;&lt;BR /&gt;regards.&lt;/REMOTE&gt;</description>
      <pubDate>Tue, 04 Jan 2005 21:27:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451282#M744144</guid>
      <dc:creator>Ngoh Chean Siung</dc:creator>
      <dc:date>2005-01-04T21:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Disable unused services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451283#M744145</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;1. Did rlogin localhost works?&lt;BR /&gt;&lt;BR /&gt;2. In remote server comment the following line &lt;BR /&gt;&lt;BR /&gt;login stream tcp nowait root /usr/lbin/rlogind rlogind&lt;BR /&gt;klogin stream tcp nowait root /usr/lbin/rlogind rlogind -K  &lt;BR /&gt;&lt;BR /&gt;And the restart inetd and now issue from your system&lt;BR /&gt;&lt;BR /&gt;rlogin &lt;REMOTE server=""&gt;. Did it works?&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;M&lt;/REMOTE&gt;</description>
      <pubDate>Tue, 04 Jan 2005 23:26:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451283#M744145</guid>
      <dc:creator>Michael Selvesteen_2</dc:creator>
      <dc:date>2005-01-04T23:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Disable unused services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451284#M744146</link>
      <description>I already hashed these 2 lines and then save &amp;amp; quit this file. After that, I issued command "inetd -c" to activate it. But, why I still can execute these commands (ftp, rlogin)?&lt;BR /&gt;&lt;BR /&gt;I just say ftp and rlogin are client tools.&lt;BR /&gt;When you type ftp or rlogin command required option are servername or server's IP. It mean that you ftp or rlogin to that server.&lt;BR /&gt;&lt;BR /&gt;If you want to block rlogin ,ftp use&lt;BR /&gt;/var/adm/inetd.sec&lt;BR /&gt;login allow|deny IP or hostname&lt;BR /&gt;ftp allow|deny IP or hostname</description>
      <pubDate>Tue, 04 Jan 2005 23:29:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451284#M744146</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-01-04T23:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Disable unused services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451285#M744147</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Servers are providing services and clients are using services. any host can be server and client at the same time.&lt;BR /&gt;&lt;BR /&gt;When you hashed line in /etc/inetd.conf file you stoped your server to provide these services to other client but your hoast can act as a client for other servers.&lt;BR /&gt;&lt;BR /&gt;when you run rlogin command to connect to other server it didn't check .etc.inetd.conf file because it don't require any daemon to be run.&lt;BR /&gt;&lt;BR /&gt;There is no configuration file where you can stop these client services.If you don't want any of your user to run this command you can change permission of rlogin and ftp to 000 .&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Tue, 04 Jan 2005 23:36:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-unused-services/m-p/3451285#M744147</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2005-01-04T23:36:00Z</dc:date>
    </item>
  </channel>
</rss>

