09-02-2022 06:42 AM
ASA Version 8.2(5)
Device Manger Version 6.4(5)
So I'm trying to setup port forwarding for a single camera with an ip address and its using port 80 to stream the video feed. I think I have most of it setup however when I get to the nat command it keeps hanging on an error with the comma (,). These are my commands so far to get to where I am.
ASA>
ASA> en
ASA# config t
ASA(config)# object network ASA-Camera
Solved! Go to Solution.
09-02-2022 11:52 AM
@SugarloafWaterAssociation I note you are using ASA 8.2 which uses different NAT syntax, here is an example using the old syntax. https://travelingpacket.com/2014/08/04/cisco-asa-8-2-and-below-static-nat/
09-02-2022 06:43 AM
09-02-2022 06:58 AM - edited 09-02-2022 06:59 AM
@SugarloafWaterAssociation try this
object network ASA-Camera
host 10.10.2.150
nat (inside,outside) static interface service tcp http http
09-02-2022 07:29 AM
This gives me an error on the host command
ASA# config t
ASA(config)# object network ASA-Camera
09-02-2022 11:52 AM
@SugarloafWaterAssociation I note you are using ASA 8.2 which uses different NAT syntax, here is an example using the old syntax. https://travelingpacket.com/2014/08/04/cisco-asa-8-2-and-below-static-nat/
09-07-2022 12:23 PM
This code was at least accepted. If the internal ip address changed how would I make that change in ASA?
Still trying to gain access through the modem and firewall so I can't quiet accept this as an answer just yet.
09-02-2022 06:15 PM
ASA(config)# object network ASA-Cam <<- change the name may be OLD object network effect new one.
09-06-2022 02:52 AM
Would this be possible if I just created this network object last week? By that I mean in the last 6 years of owning this device I have been the only to program it and I know I have never used that as a network object.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide