Hi!
I have a MSR20-40, but i dont understend how can configure acl for global servers
acl number 3002
rule 11 permit tcp established source xxx.xxx.xxx.xxx 0 destination xxx.xxx.xxx.xxx 0 destination-port eq 22 logging
rule 12 permit tcp established source xxx.xxx.xxx.xxx 0 destination 192.168.15.200 0 destination-port eq 1521 logging
rule 16 deny tcp established destination xxx.xxx.xxx.xxx 0 destination-port eq 22 logging
rule 17 deny tcp established destination xxx.xxx.xxx.xxx 0 destination-port eq www logging
rule 18 deny tcp established destination xxx.xxx.xxx.xxx 0 destination-port eq 3389 logging
rule 19 deny tcp established destination 192.168.15.200 0 destination-port eq 1521 logging
interface Ethernet0/0
port link-mode route
firewall packet-filter 3002 inbound
nat outbound 3001
nat server 1 protocol tcp global current-interface 1521 inside 192.168.15.200 1521
nat server 2 protocol tcp global current-interface 3389 inside 192.168.15.200 3389
undo dhcp select server global-pool
ip address dhcp-alloc
dar enable
qos apply policy PolicyLimitOut outbound
ipsec no-nat-process enable
ipsec policy 983040
ip flow-ordering external
acl 3002 not work, what i do wrong?
Thanks for answer