Hi all,Now I want to configure access-list for my FWSM. I have many interfaces such as operation, security, billing, voice,.... I have a access-list:
Source Dest SourceI/F service
Any Any Operation Any
access-list acl_mdc_operation_nat0 extended permit ip 10.10.10.0 255.255.255.0 any
access-list acl_mdc_operation_access extended permit ip any any
nat (operation) 0 access-list acl_mdc_operation_nat0
access-group acl_mdc_operation_access in interface operation
interface operation
For example, I have 10 computers (10.10.10.0/24), I want that 5 computers (10.10.10.1,2,3,4,5) can connect to any and other 5 computer (10.10.10.6,7,8,9,10) can connect to 5 first computer (10.10.10.1,2,3,4,5) by VNC (port 5900). How can I put access-list ?