Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have following scenario. I have inside server that is known via two public IP addresses. Let's say the one public IP - new is 1.1.1.1 and the old one is 2.2.2.2. The first IP should replace the second after a period of time. I would like to tran...
I have a router with e0 and s0. There are packets arriving on e0 with destination 10.1.1.1 & 10.1.1.2 from any source. I want to change the destination address to 10.2.2.1 and 10.2.2.2 statically respectively. Packet destined for other destination sh...
I have to issues:1) redirect port 80 to 443 on same CSM 2) Allow 443 in directly to the same server that port 80 is being redirected to.Here I have real servers listening at 443. I have made HTTPS working but I am not able to redirect HTTP request to...
Any takers of this issue. To simplyfy my scenario: I want 1> I want traffic coming from particular client having source address 3.3.3.3 and trying to access 1.1.1.1, destination should be rewrite to other inside destination 2.2.2.22> Traffic coming f...
Just giving my feedback for above given config in my earlier post....I tried this in production and it works as I wanted. Victor,Thanks for your explanation. My earlier understanding about NAT was same as described by you. But 'ip nat outside' comman...
Thanks, Paolo for your answer. Is this possible using this configuration? Do I need to use route map for this?Unfortunately, I am unable to test this in lab environment.interface e0 ip nat inside interface s0 ip nat outside ip nat outside source stat...