cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
391
Views
0
Helpful
2
Replies

Port 80 and Port 443 redirect...on Cisco 3925 Router

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

2 Replies 2

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 

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.

Review Cisco Networking for a $25 gift card