06-27-2023 07:53 AM
Hello,
What I am trying to do is Redirect Port 80 and Port 443
Here is what I believe will work but I thought I would get some advice
ip nat inside source static tcp 192.168.0.3 80 interface GigabitEthernet0/2 60080
ip nat inside source static tcp 192.168.0.3 443 interface GigabitEthernet0/2 60443
Am I correct that this will work ??
Thanks for any Advice
06-27-2023 08:01 AM
sure it work
from OUTside you will connect using 60080 and router will NATing it to 192.168.0.3/80
it work.
go ahead
06-28-2023 02:34 AM
Hi
Only with this config will not work. You need to identify your inside interface and outside interface and apply the command
ip nat inside and ip nat outside respectively.
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