02-03-2024 02:09 AM
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
02-03-2024 02:22 AM - edited 02-03-2024 02:24 AM
Is the web Server Located in DMZ zone or Inside ?
There are good steps below
02-03-2024 08:41 PM
thanks for the replay.
yes web server located in dmz zone
02-03-2024 11:54 AM
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
02-03-2024 08:42 PM
Cisco Firepower don't have that kind of nating
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