cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
11996
Views
5
Helpful
2
Replies

verify if port is open

How can I verify if port 443 is really listening on a server? The firewall has an acl for incoming traffic allowing 443 to a specific server, but when I go to the server its being hosted on it shows port 80. Before I disable the rule I want to be truly sure that 443 is not listening on the server, how can I verfify? Going to https:// would not be an option. In the firewall this rul has very little hits which makes me unsure if it is being used (443), could the hits be that every time I go to https://url.com the hit increases so it is only me?

Thanks.

1 Accepted Solution

Accepted Solutions

Jouni Forss
VIP Alumni
VIP Alumni

Hi,

I mean if its a windows machine then I imagine that the command prompt on the actual server with the command "netstat -a" would tell you what ports the server is listening on.

The hitcount of the interface ACL is increased by both connections attempts or successfull connections through the firewall and also if you have used "packet-tracer" command then this would also increase the hitcounter.

You can also ping a TCP port on the ASA if your software is new enough.

ping tcp 443

You can also set "source" parameter to the above command.

If the server replied anything you could also confirm that with capture either on the ASA itself or on some host.

- Jouni

View solution in original post

2 Replies 2

Jouni Forss
VIP Alumni
VIP Alumni

Hi,

I mean if its a windows machine then I imagine that the command prompt on the actual server with the command "netstat -a" would tell you what ports the server is listening on.

The hitcount of the interface ACL is increased by both connections attempts or successfull connections through the firewall and also if you have used "packet-tracer" command then this would also increase the hitcounter.

You can also ping a TCP port on the ASA if your software is new enough.

ping tcp 443

You can also set "source" parameter to the above command.

If the server replied anything you could also confirm that with capture either on the ASA itself or on some host.

- Jouni

Thanks!

Review Cisco Networking products for a $25 gift card