<html>
<head>
</head>
<body>
Here's my <a class="moz-txt-link-freetext" href="file:/etc/xinetd.conf">file:/etc/xinetd.conf</a><br>
It dosen't have much in it.<br>
 How would I edit it to block  <i>linuxconf-web</i>?<br>
<br>
<i>#<br>
# Simple configuration file for xinetd<br>
#<br>
# Some defaults, and include /etc/xinetd.d/<br>
<br>
defaults<br>
{<br>
        instances               = 60<br>
        log_type                = SYSLOG authpriv<br>
        log_on_success        = HOST PID<br>
        log_on_failure        = HOST<br>
    cps            = 25 30<br>
}</i><br>
<br>
<i>includedir /etc/xinetd.d</i><br>
<br>
<br>
<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:cpaul@telemetrybox.org">cpaul@telemetrybox.org</a> wrote:<br>
<blockquote type="cite" cite="mid:20020406220819.B3013@Skaffen.pdchawaii.com">
  <pre wrap="">I am not familiar with your technique for configuring xinetd.  I usually just edit /etc/xinetd.conf<br><br>On Sat, Apr 06, 2002 at 07:59:44PM -1000, <a class="moz-txt-link-abbreviated" href="mailto:andersons001@hawaii.rr.com">andersons001@hawaii.rr.com</a> wrote:<br></pre>
  <blockquote type="cite">
    <pre wrap="">May as well check xinetd:<br><br>Change your current directory into /etc/xinetd.d and do an ls. This is a list<br>of all the services xinetd is listening for. You have two options: the easy/more<br>permanent route, or the harder/more better route. <br>If you chose the easier way, you simply delete the files in the folder that<br>correspond to services you don't want offered.  Just rm -f to your heart's content<br>(you may want to leave ssh if that is your methods of remote access). <br><br>You can edit the files corresponding to the services you want to disable, and<br>add a "disable = yes" line somewhere applicable (between the curly braces configuring<br>the service). <br><br>You will need to stop and start xinetd. This is most likely done by /etc/rc.d/init.d/xinetd<br>stop followed by  /etc/rc.d/init.d/xinetd start. <br><br>Steve Anderson<br>_______________________________________________<br>LUAU mailing list<br><a class="moz-txt-link-abbreviated" href="ma
ilto:LUAU@videl.ics.hawaii.edu">LUAU@videl.ics.hawaii.edu</a><br><a class="moz-txt-link-freetext" href="http://videl.ics.hawaii.edu/mailman/listinfo/luau">http://videl.ics.hawaii.edu/mailman/listinfo/luau</a><br></pre>
    </blockquote>
    <pre wrap=""><!---->_______________________________________________<br>LUAU mailing list<br><a class="moz-txt-link-abbreviated" href="mailto:LUAU@videl.ics.hawaii.edu">LUAU@videl.ics.hawaii.edu</a><br><a class="moz-txt-link-freetext" href="http://videl.ics.hawaii.edu/mailman/listinfo/luau">http://videl.ics.hawaii.edu/mailman/listinfo/luau</a><br><br></pre>
    </blockquote>
    <br>
    </body>
    </html>