networker050184 wrote: » What does outside_access_in look like? Blocking this traffic it would appear.
kmcintosh78 wrote: » access-list outside_access_in extended deny ip any any access-list outside_access_in extended permit ip host Boulder-Outside host Corp-Outside access-list outside_access_in extended permit ip host Corp-Outside host Boulder-Outside access-list outside_access_in extended permit ip host Clearfield-Outside host Corp-Outside access-list outside_access_in extended permit ip host Corp-Outside host Clearfield-Outside access-list outside_access_in remark equity-corporate domain access-list outside_access_in extended permit ip host American-Fork-Outside host Corp-Outside access-list outside_access_in extended permit ip host Corp-Outside host American-Fork-Outside access-list outside_access_in extended permit ip host Corp-Outside host ST-George-Outside access-list outside_access_in extended permit ip host ST-George-Outside host Corp-Outsideaccess-list outside_access_in extended permit ip any host Corp-Outside
f0rgiv3n wrote: » ACLs are black and white. They're considered a Mandatory Access Control because it's literally Mandatory for every packet to follow the rules. The ACEs you have in your outside_access_in are not catching the traffic. Maybe you could try adding a more specific ACE: permitting from any to the exact IP of the Camera. Also remember: After ASA software release 8.2 the IP that you refer to is the REAL IP not the NAT'd IP. ah HA! i just realized that might be your problem. You have "set destination as outside interface IP". The new ASA software changed it to be the real IP of the device you'll be connecting to. Try changing the destination IP to the private IP of the ip camera instead of the outside interface IP on the ACL
networker050184 wrote: » Did you see the deny any at the top that creamy_stew pointed out? Adding allowed statements after the deny aren't going to help!
networker050184 wrote: » Did you get rid of the deny any at the top? Or at least move it to the bottom?
creamy_stew wrote: » Umm