- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
vSphere 5.5 | DVS | ACL
So i was so pleased to see that vsphere 5.5 would support acl's on dvs.
Then i started implementing it.
so i got a portgroup with 2 vms in it:
they have the following ip: x.x.x.236 and x.x.x.237
I created the following rule:
action: drop
traffic direction: egress
protocol is icmp
source ip address any
destination is no x.x.x.254
now i ping 2 ip's (x.x.x.1 and x.x.x.254) from both vm's. Only the .254 works (ofcourse.)
But then i create the next rule:
action: drop
tarffic direction: egress
protocol is any
source ip is any
destination ip is any
after applying, i cant ping the .254 anymore?
what am i doing wrong?
regards