Running into a routing issue that I could use some advice on.
We have a VPN Community set up with a vendor, creating a tunnel between some of our servers and their servers. This tunnel is functioning fine for the server communications. Our VPN domain is the private subnet the required servers are in, and their VPN Domain is a range of public IP addresses. We have 1 public IP address we use for all our communications.
The Vendor hosts a website that we need our clients(non tunneled) to be able to access, but the IP is one of the ones in their VPN domain for the tunnel we have established. Our clients can't reach this site.
I'm suspecting this is because we use the same public IP assigned to eth1 for our client traffic and the VPN,
What's the best way to get this to work?