web server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Labels:
-
Network Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2024 08:41 PM
thanks for the replay.
yes web server located in dmz zone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2024 08:42 PM
Cisco Firepower don't have that kind of nating
