Hi Everyone,
I have a natted Internal Webserver, which is working thanks to the guidelines found here
Now how do I force that same server to send its own http requests to any external website as the external ip address that it is set up to nat?
Right now all requests are appearing as the default IP of the FMC device.
I need it to appear as the specific ip.
Any guidance is appreciated.
Hi
Here a screenshot on how you can do it
You need to make sure it is placed before the global nat rule 1 in your screenshot from the other post (the one natting everything for internet access).
This will nat traffic source from http port to any port on the outside.
Hi,
Try something like this:-
Ensure this new rule is above your default rule that would normally nat the outbound traffic. If a connection is already established you will need to clear the existing xlate/nat connections with the command from the cli "clear xlate". Be careful doing that in production.
HTH
Thank you both,
Both solutions work.
I really do appreciate the help.