Hi
I have a customer who has 2 data centres with the same 10.0.0.0/8 network. They use vmotion to move servers beween data centres and retain the same IP address.
My problem is to create a VPN tunnel to each data centre. both VPNs will have Source 10.0.0.0/8 dest 192.168.0.0/24.
I need to NAT the soure IP address based on the VPN tunnel used,
example
VPN 1
Source Dest NAT Scr Dest
10.0.0.0/8 192.168.0.0/24 10.1.0.0/8 192.168.0.0/24
VPN 2
Source Dest NAT Scr Dest
10.0.0.0/8 192.168.0.0/24 10.2.0.0/8 192.168.0.0/24
How do I acchive this.
James