cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
508
Views
0
Helpful
2
Replies

ACL deny but permit rule exists!

handsy
Level 1
Level 1

I'm trying to get my VMware vCenter server to add a host on another network. I have applied a rule on my ASA with all the known TCP/UDP ports that vCenter uses.

vCenter lets me add the host but it disconnects almost immediately, and at that moment I see an ACL deny on my firewall as follows:

access-list outside-in denied tcp outside/10.72.210.118(5989) -> inside/10.167.253.21(60656)

 

..yet, I have the following rule on my ASA:

access-list outside-in line 59 extended permit tcp 10.72.210.0 255.255.255.0 host 10.167.253.21 eq 5989

 

This makes absolutely no sense to me and I'm stumped :(

2 Replies 2

Sam Jones
Level 1
Level 1

Handsy,

These are the ports we allow through to add and manage a VMware host on a different network.

{VCenter IP} -> {VMware Host IP} {tcp/902, tcp/5989, tcp/443, tcp/27010, tcp/27000}
{VMware Host IP} -> {VCenter IP} {tcp/udp 902, tcp/udp 514, tcp 9084}

 

 

Jon Marshall
Hall of Fame
Hall of Fame

Your acl line needs rewriting ie. -

access-list outside-in permit tcp 10.72.210.0 255.255.255.0 eq 5989 host 10.167.253.21

Jon

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card