01-06-2012 08:40 PM - edited 03-07-2019 04:12 AM
I have a cisco 1841 and I am hooking up some cameras onto my network. My global IP is 64.190.170.2 and my internal IP which is going to my cameras DVR is 192.168.1.15. I need to be able to forward port 8080 from my global IP to my local IP so i can view my DVR remotely. can anyone tell me the command i need to put in my Cisco 1841 to forward this port?
01-07-2012 02:31 AM
Hi Joe,
Do you have a free global IP from your ISP to do a 1-1 NAT to have your internal camera get a global IP and access it on the internet?
If not, you can try this one. On you router use the following command and see if this works for you :
Conf t #ip nat inside source static tcp 192.168.1.15 8080 interface serial x/y 8080
Letus know if this works.
Cheers,
-amit singh
01-08-2012 04:46 AM
Hi Joe,
Just to add Amit's post, if you're using the 1841's default FE ports (no Serial WIC), kindly configure as below:
ip nat inside source static tcp 192.168.1.15 8080 64.190.170.2 8080
Sent from Cisco Technical Support iPhone App
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