I need to open a port on the firewall for port 80. I already set the nat up using the command
ip nat inside source static tcp 192.168.1.65 80 interface fa4 80
and it shows in the nat table correctly. Now I just need to open the firewall port to allow it to work. What command would I use to open port 80 on firewall side to allow "any" address to connect to port 80 and forward to 192.168.1.65? Also, I am using access-list 101
ip nat inside source static tcp 192.168.1.65 80 interface fa4 80
and it shows in the nat table correctly. Now I just need to open the firewall port to allow it to work. What command would I use to open port 80 on firewall side to allow "any" address to connect to port 80 and forward to 192.168.1.65? Also, I am using access-list 101