cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
499
Views
0
Helpful
4
Replies

web server

azizk220
Level 1
Level 1

Hi every one i am new to FTD i would like to publish web server to outside

any one help me how to allow web server to access from internet

4 Replies 4

balaji.bandi
Hall of Fame
Hall of Fame

Is the web Server Located in DMZ zone or Inside ?

There are good steps below

https://rayka-co.com/lesson/cisco-ftd-nat-configuration/

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

thanks for the replay.

yes web server located in dmz zone

Ruben Cocheno
Spotlight
Spotlight

@azizk220 

You need to create a NAT rule for that inbound traffic. If you have additional public IP different than the one you have on the OUTSIDE interface then you can do something similar to this:

object network INTERNAL-SERVER
   host 10.1.1.1
   nat (INSIDE,OUTSIDE) static <Public IP >

And if you have only a single public IP which is the one assigned to the OUTSIDE interface then you can do something similar to this also called Port Forwarding:

object network INTERNAL-SERVER
   host 10.1.1.1
   nat (INSIDE,OUTSIDE) static < OUTSIDE interface public IP > service udp 3544 3544

Tag me to follow up.
Please mark it as Helpful and/or Solution Accepted if that is the case. Thanks for making Engineering easy again.
Connect with me for more on Linkedin https://www.linkedin.com/in/rubencocheno/

Cisco Firepower don't have that kind of nating

Review Cisco Networking for a $25 gift card