Re: Securing Ports
From: Rhugga Harper (rhugga_at_gmail.com)
Date: 11/07/05
- Previous message: Burke, Thomas G.: "RE: Securing Ports"
- In reply to: Kelley.Coleman_at_med.va.gov: "Securing Ports"
- Next in thread: Lars Nordin: "Re: Securing Ports"
- Reply: Lars Nordin: "Re: Securing Ports"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 7 Nov 2005 12:18:15 -0600 To: General Red Hat Linux discussion list <redhat-list@redhat.com>
On 11/7/05, Kelley.Coleman@med.va.gov <Kelley.Coleman@med.va.gov> wrote:
>
> I've received a directive to secure some open ports, but I haven't been
> able
> to locate the syntax to do that. Can anyone help point me in the right
> direction?
>
> Kelley Coleman
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>
Well it could be in several places. For starters, disable unecessary
services in the /etc/xinetd.d directory (or even disable xinetd completely
if it isn't needed). Then disable any services that are started via
/etc/init.d. (Easy way is to use chkconfig, see whats enabled at what run
levels and tweak accordingly)
Using lsof, you can see what processes have listenning sockets and you can
use this as a complete list of IP services.
-Chuck
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- Previous message: Burke, Thomas G.: "RE: Securing Ports"
- In reply to: Kelley.Coleman_at_med.va.gov: "Securing Ports"
- Next in thread: Lars Nordin: "Re: Securing Ports"
- Reply: Lars Nordin: "Re: Securing Ports"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|