09-21-2016 11:12 AM - edited 03-12-2019 01:18 AM
I have a Cisco ASA 5512 and need help redirecting an IP to another.
For example: When users go to sub.example.com which is using 1 of my public IP's 71.222.222.222 I need them to be redirected to a URL with a different IP that's on my local network 10.10.100.50.
Is this possible on an ASA? We also share internet with another office, so I really don't have access to the modem/router.
Solved! Go to Solution.
09-21-2016 07:34 PM
Hi Fabian Scott,
Sure you can use a port forwarding for that, you can check this link for the configuration:
http://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/118996-config-asa-00.html#anc8
Config example:
object network obj-10.10.100.50
host 10.10.100.50
nat (in,out) static 71.222.222.222
Hope this info helps!!
Rate if helps you!!
-JP-
09-21-2016 07:34 PM
Hi Fabian Scott,
Sure you can use a port forwarding for that, you can check this link for the configuration:
http://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/118996-config-asa-00.html#anc8
Config example:
object network obj-10.10.100.50
host 10.10.100.50
nat (in,out) static 71.222.222.222
Hope this info helps!!
Rate if helps you!!
-JP-
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