Link to home
Start Free TrialLog in
Avatar of PDUK2173
PDUK2173

asked on

NAT Hairpin Cisco IOS to access webserver on FQDN from LAN.

Hi,

Hope someone can help, I'm trying to setup NAT hairpinning on Cisco IOS version 15.4

The end users want to be able to access the web server hosted on their LAN using the public IP/FQDN.

Current static NAT rules

ip nat inside source static tcp <internalWebserverIP> 25 <PublicwebserverIP> 25 extendable
ip nat inside source static tcp <internalWebserverIP>80 <PublicwebserverIP> 80 extendable
ip nat inside source static tcp <internalWebserverIP> 443 <PublicwebserverIP> 443 extendable

Any help would be appreciated.


Thanks
ASKER CERTIFIED SOLUTION
Avatar of Jody Lemoine
Jody Lemoine
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial