Remote Access with Cisco 2600 Port Forwarding

I am trying to setup port forwarding on my Cisco 2600 to use remote access with the Tablo. I already have port forwarding setup to access security cameras and I am using the ip nat command.  I am getting the green check mark for port 443, but red ! on 80 and 8887.  Any thoughts on what I can do to fix this?  Commands I am using on my router:


ip nat inside source static tcp 192.168.1.182 21112 interface FastEthernet0/0 8887
ip nat inside source static tcp 192.168.1.182 21110 interface FastEthernet0/0 80
ip nat inside source static tcp 192.168.1.182 21111 interface FastEthernet0/0 443

nevermind, I screwed up.  I changed the commands to the following and it worked.


Router(config)#ip nat inside source static tcp 192.168.1.182 80 interface fastEthernet 0/0 21110
Router(config)#ip nat inside source static tcp 192.168.1.182 8887 interface fastEthernet 0/0 21112
Router(config)#ip nat inside source static tcp 192.168.1.182 443 interface fastEthernet 0/0 21111


Glad to hear you figured it out.

Tablo Connect is quite easy to set up manually.