I m using FreeBSD as router / firewall (pf with altq enable).
After I do make a scan (nmap from outside) on my system I discover that the ports 135, 139, 445 was opened / filtered.
I do add rules to block the ports like the following
I test those ports with (http://www.canyouseeme.org) and the response was "Connection timed out." and
not "Connection refused" as expected. (the same result I get when I telnet from outside.)
Just in case I block my a testing web server and the response was as expected "Connection refused."
There is no daemon runs or use of those ports on my system is there something special about these ports ?
After I do make a scan (nmap from outside) on my system I discover that the ports 135, 139, 445 was opened / filtered.
I do add rules to block the ports like the following
Code:
block in log quick on $ext_if proto {tcp udp} from any to any port 135
I test those ports with (http://www.canyouseeme.org) and the response was "Connection timed out." and
not "Connection refused" as expected. (the same result I get when I telnet from outside.)
Just in case I block my a testing web server and the response was as expected "Connection refused."
There is no daemon runs or use of those ports on my system is there something special about these ports ?