Closing ports

  • Thread starter Thread starter chick7t7
  • Start date Start date
C

chick7t7

I am in desperate need of how to close unused ports.
Does anyone know how? Please .....
 
I would agree with the statement that ports are used dynamicaly but would
add that if you want to stop all communication on a port permanently you
can use the TCP/IP filters that are built in to specify the types of
traffic you want to allow or not allow.
--
Curtis Koenig
Support Professional
Microsoft Clustering Technologies Support

Microsoft Certified Systems Engineer
Microsoft Certified Systems Engineer - Security

This posting is provided "AS IS" with no warranties and confers no rights.
Please reply to the newsgroup so that others may benefit. Thanks!

--------------------
 
I am not sure what kind of ip filters you are talking about. If you are
talking about ip filtering that is configured in tcp/ip properties, they do
not permanantly close ports for access in both directions. If you are
talking about ipsec filtering, yes policies can be configured to block
access to ports assuming the policies are correctly configured and that the
ipsec service is running and the policy has not become corrupted. Users also
need to be aware of default vulnerabilities in ipsec policies. To
permanently disable a port, I prefer to disable the associated service [such
as file and print sharing] which can be done in most cases fairly easily
with the possible exception of rpc. --- Steve
 
Hi Curtis,
In XP pro the TCP/IP filtering panel has "Permit All" or "Permit Only"
possibilities. It means practically zero possibility to close a port from
filter control. Maybe a Microsoft Professional has the full info to list all
permitted ports except the ones to be closed :-) Plus it must have some
automated way to fill in the necessary data.

By and large I found in XP the TCP/IP filtering is only for decoration! Why
to advise a totally unusable service? Is there some hidden trick with which
the lack of direct denomination of the unwanted ports can be worked around?
Until than I stay with closing unnecessary services and time by time
security scan ports.
Thanks,
Mike
 
Back
Top