Okay, I'm starting to get desperate. Sorry if I posted this on the wrong forum.
Here's my situation: There are several Cisco ASA 5506 x's deployed at our client's stores. What I'm trying to do is to make it possible to access the camera from any device by typing in the static ip with whatever port the camera is set with, like 8080. The problem is I don't know how to set up a Cisco ASA. My only experience with cisco are routers and switches.
The ASA is setup like this:
outside====>ASA firewall<====inside
The camera is connected on the inside interface on a switch.
The command I've tried for port forwarding are these:
object network camera
host 192.168.103.***
object service tcp_camera
service tcp source eq 80
nat (inside,outside) source dynamic any interface
access-list CamToInside permit tcp any host 192.168.103.*** eq www
access-group CamToInside in interface outside
But it didn't work, so I removed that. I've been researching for a really long time, and I'm getting nowhere. Can someone help me? I'll put the config one of the firewalls I'm working with has. I'll remove some of the info, though. These were the things done by other people before I started working here.