cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1007
Views
0
Helpful
1
Replies

Redirect an IP to another

Fabian Scott
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

JP Miranda Z
Cisco Employee
Cisco Employee

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-

View solution in original post

1 Reply 1

JP Miranda Z
Cisco Employee
Cisco Employee

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-

Review Cisco Networking for a $25 gift card