C
C
Castle5402016-06-21 03:30:04
Windows
Castle540, 2016-06-21 03:30:04

Are we closing ports?

I look at open ports: I
cb5e07a393fc40d09db812b21bc6a47e.png
closed everything using methods and programs and through cmd and in the registry and cleaned it through the device manager ..
1. Through cmd (wrote, for example):
netsh advfirewall firewall add rule name="Block port 445" dir=in action= block protocol=TCP localport=445
2. Through regedit...
3. Maybe I'm looking in the wrong place, but I entered the command for all open ports, so something is wrong - help me figure it out :)

Answer the question

In order to leave comments, you need to log in

5 answer(s)
A
Alexey, 2016-06-21
@alsopub

The firewall is blocking the connection to the specified address and/or port.
At the same time, the port can remain open - nothing prevents it from being open.
Try telnet localhost:445 without the rule and with the rule.
What did you do with regedit?

F
Fumoffu, 2016-06-21
@Fumo

What is the problem, exactly? I see in the screenshot that you currently have several services ready to accept network connections on their ports. And that's it.
What you need is not clear. Some kind of stream of consciousness. If you want these ports not to be listened on, disable the services that use them. Otherwise - describe normally what you want.

A
Artem @Jump, 2016-06-21
curated by the

Alexander Mikheev To
close a port means to deny access to it from a certain network.
This is done with a firewall.
No access from the external network means the port is closed!
The screenshot you provided shows the list of ports that are listening on this computer.
They may be open or closed. They are simply listened to.
So the question is what do you actually want to do?

Y
Yuri Chudnovsky, 2016-06-21
@Frankenstine

You can close a port by closing the program that opened it. In the case of Windows processes, this means turning off the computer :)
An open port, which must be closed from outside access, is only filtered by the firewall. It remains open, but access to it becomes impossible from the outside, and this is checked by itself from the outside. With the help of port scanners, for example from the site https://2ip.ru/check-port/

E
Ethril, 2016-06-21
@Ethril

But if you#$didn't get out, and instead of demonic console utilities, I used the Listening ports tab in the regular Resource Monitor - and the question would not have arisen. For there a separate field is "State of the firewall".

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question