access-list FROM_DMZ_TO_OUTSIDE permit tcp 192.168.101.202 host 80.80.10.2 eq 80
access-list FROM_DMZ_TO_OUTSIDE permit tcp 192.168.101.202 host 80.80.10.2 eq 443
access-list FROM_DMZ_TO_OUTSIDE permit tcp 192.168.101.202 host 80.80.10.2 eq 8200
Aren't these fomat wrong ? because both ip addresses (192.168.101.202 and 80.80.80.70) are the same , since I am translating and it wouldn't work that way ???
Thanks