I have a web camera on the inside of my network with address 192.168.2.170. I want trafic routed through my cisco 17xx router from the outside world to this camera. I have a public IP address say 12.1.5.2 that I want to connect to on the outside and have that adress forward packets to the internal camera. I have set up the following command in my router--
ip nat inside source static tcp 192.168.2.170 80 12.1.5.2 80
--
Now this SHOULD forward outside traffic aimed at 12.1.5.2 to the internal address. Now 12.1.5.2 is NOT the outside address of my router it is just a public IP I wonder if that has anything to do with it
do i need to alter access lists or something.
When I ping the 12.1.5.2 address I get destination net unreachable.
any ideas
ip nat inside source static tcp 192.168.2.170 80 12.1.5.2 80
--
Now this SHOULD forward outside traffic aimed at 12.1.5.2 to the internal address. Now 12.1.5.2 is NOT the outside address of my router it is just a public IP I wonder if that has anything to do with it
do i need to alter access lists or something.
When I ping the 12.1.5.2 address I get destination net unreachable.
any ideas